Color Hex Logo

#a872aa Color Hex

#A872AA
(168,114,170)
0 Favorites   0 Comments

Color spaces of #a872aa

RGB 168114170
HSL0.830.250.56
HSV298°33°67°
CMYK 0.010.330.00   0.33
XYZ29.421523.261740.9695
Yxy23.26170.31420.2484
Hunter Lab48.230424.4854-16.6029
CIE-Lab55.340930.7262-21.3862

#a872aa color RGB value is (168,114,170).

#a872aa hex color red value is 168, green value is 114 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #a872aa hue: 0.83 , saturation: 0.25 and the lightness value of a872aa is 0.56.

The process color (four color CMYK) of #a872aa color hex is 0.01, 0.33, 0.00, 0.33. Web safe color of #a872aa is #996699. Color #a872aa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 01110010 10101010
Octal 250 162 252
Decimal 168 114 170
Hex A8 72 AA

RGB Percentages of Color #a872aa

%37.17
%25.22
%37.61

CMYK Percentages of Color #a872aa

%1
%33
%0
%33

Triadic Colors of #a872aa

#a872aa #aaa872 #72aaa8

Analogous Colors of #a872aa

#a872aa #aa7290 #8c72aa

Monochromatic Colors of #a872aa

#a872aa

Complementary Color

#a872aa #74aa72

#a872aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a872aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#a872aa Color CSS Codes

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

#a872aa Text Font Color

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

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


#a872aa Background Color

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

This div background color is #a872aa


#a872aa Border Color

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

This div border color is #a872aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a872aa


Comments

No comments written yet.

Please login to write comment.