color codes Logo

#a921ab color codes

#A921AB
(169,33,171)
0 Favorites   0 Comments

Color spaces of #a921ab

RGB 16933171
HSL0.830.680.40
HSV299°81°67°
CMYK 0.010.810.00   0.33
XYZ24.256712.463039.6552
Yxy12.46300.31760.1632
Hunter Lab35.303060.8673-41.8873
CIE-Lab41.942767.3991-42.9257

#a921ab color RGB value is (169,33,171).

#a921ab hex color red value is 169, green value is 33 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #a921ab hue: 0.83 , saturation: 0.68 and the lightness value of a921ab is 0.40.

The process color (four color CMYK) of #a921ab color code is 0.01, 0.81, 0.00, 0.33. Web safe color of #a921ab is #993399. Color #a921ab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 00100001 10101011
Octal 251 41 253
Decimal 169 33 171
Hex A9 21 AB

RGB Percentages of Color #a921ab

%45.31
%8.85
%45.84

CMYK Percentages of Color #a921ab

%1
%81
%0
%33

Triadic Colors of #a921ab

#a921ab #aba921 #21aba9

Analogous Colors of #a921ab

#a921ab #ab2168 #6421ab

Monochromatic Colors of #a921ab

#a921ab

Complementary Color

#a921ab #23ab21

#a921ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a921ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#a921ab Color CSS Codes

.mybgcolor {background-color:#a921ab; } 
.myforecolor {color:#a921ab; }
.mybordercolor {border:3px solid #a921ab; }

#a921ab Text Font Color

<p style="color:#a921ab">Text here</p>

This sample text font color is #a921ab
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#a921ab Background Color

<div style="background-color:#a921ab">
Div content here</div>

This div background color is #a921ab


#a921ab Border Color

<div style="border:3px solid #a921ab">
Div here</div>

This div border color is #a921ab


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(169,33,171, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a921ab; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a921ab;
  -webkit-box-shadow: 1px 1px 3px 2px #a921ab;
  box-shadow:         1px 1px 3px 2px #a921ab; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(169,33,171, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #a921ab">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #a921ab;
  -webkit-box-shadow: 1px 1px 3px 2px #a921ab;
  box-shadow:         1px 1px 3px 2px #a921ab;">
Div content here</div>

This div box has shadow with color #a921ab


Comments

No comments written yet.

Please login to write comment.