Color Hex Logo

#ab16aa Color Hex

#AB16AA
(171,22,170)
0 Favorites   0 Comments

Color spaces of #ab16aa

RGB 17122170
HSL0.830.770.38
HSV300°87°67°
CMYK 0.000.870.01   0.33
XYZ24.337212.134039.0896
Yxy12.13400.32210.1606
Hunter Lab34.833963.7523-42.1498
CIE-Lab41.428369.9669-43.1303

#ab16aa color RGB value is (171,22,170).

#ab16aa hex color red value is 171, green value is 22 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #ab16aa hue: 0.83 , saturation: 0.77 and the lightness value of ab16aa is 0.38.

The process color (four color CMYK) of #ab16aa color hex is 0.00, 0.87, 0.01, 0.33. Web safe color of #ab16aa is #990099. Color #ab16aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 00010110 10101010
Octal 253 26 252
Decimal 171 22 170
Hex AB 16 AA

RGB Percentages of Color #ab16aa

%47.11
%6.06
%46.83

CMYK Percentages of Color #ab16aa

%0
%87
%1
%33

Triadic Colors of #ab16aa

#ab16aa #aaab16 #16aaab

Analogous Colors of #ab16aa

#ab16aa #ab1660 #6216ab

Monochromatic Colors of #ab16aa

#ab16aa

Complementary Color

#ab16aa #16ab17

#ab16aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab16aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab16aa Color CSS Codes

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

#ab16aa Text Font Color

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

This sample text font color is #ab16aa
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.


#ab16aa Background Color

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

This div background color is #ab16aa


#ab16aa Border Color

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

This div border color is #ab16aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab16aa


Comments

No comments written yet.

Please login to write comment.