Color Hex Logo

#ab42aa Color Hex

#AB42AA
(171,66,170)
0 Favorites   0 Comments

Color spaces of #ab42aa

RGB 17166170
HSL0.830.440.46
HSV301°61°67°
CMYK 0.000.610.01   0.33
XYZ25.998515.456639.6434
Yxy15.45660.32060.1906
Hunter Lab39.314949.2390-32.2650
CIE-Lab46.253356.2353-35.4794

#ab42aa color RGB value is (171,66,170).

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

The process color (four color CMYK) of #ab42aa color hex is 0.00, 0.61, 0.01, 0.33. Web safe color of #ab42aa is #993399. Color #ab42aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 01000010 10101010
Octal 253 102 252
Decimal 171 66 170
Hex AB 42 AA

RGB Percentages of Color #ab42aa

%42.01
%16.22
%41.77

CMYK Percentages of Color #ab42aa

%0
%61
%1
%33

Triadic Colors of #ab42aa

#ab42aa #aaab42 #42aaab

Analogous Colors of #ab42aa

#ab42aa #ab4276 #7842ab

Monochromatic Colors of #ab42aa

#ab42aa

Complementary Color

#ab42aa #42ab43

#ab42aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab42aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab42aa Color CSS Codes

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

#ab42aa Text Font Color

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

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


#ab42aa Background Color

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

This div background color is #ab42aa


#ab42aa Border Color

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

This div border color is #ab42aa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(171,66,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 #ab42aa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab42aa


Comments

No comments written yet.

Please login to write comment.