Html Css Color HEX #AA087E Eggplant

📋 copy color: '#AA087E'

red 170 ◦ green 8 ◦ blue 126

#AA087E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Eggplant #AA087E

Tints of Eggplant #AA087E

RGB

 RED value IS 170 (66.8% from 255) = 55.92%

 GREEN value IS 8 (3.52% from 255) = 2.63%

 BLUE value IS 126 (49.61% from 255) = 41.45%

R = 55.92%
G = 2.63%
B = 41.45%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.26

 K value IS 0.33

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#AA087E (or 0xAA087E) is known color: Eggplant. HEX triplet: AA, 08 and 7E. RGB value is (170,8,126). Sum of RGB (Red+Green+Blue) = 170+8+126=304 (40% of max value = 765). Red value is 170 (66.80% from 255 or 55.92% from 304); Green value is 8 (3.52% from 255 or 2.63% from 304); Blue value is 126 (49.61% from 255 or 41.45% from 304); Max value from RGB is 170 - color contains mainly: red. Hex color #AA087E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA087E is #55F781. Grayscale: #454545. Windows color (decimal): -5633922 or 8259754. OLE color: 8259754.

HSL color Cylindrical-coordinate representation of color #AA087E: hue angle of 316.3º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AA087E is Cyan = 0, Magento = 0.95, Yellow = 0.26 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 8 126 -
CMYK 0 0.95 0.26 0.33
HSL 316.3º 0.91% 0.35% -
HSV(B) 316.3º 0.95% 0.67% -
XYZ 20.43 10.23 20.64 -
YUV 69.89 159.67 199.41 -
System Red Green Blue C M Y K H S L
Decimal 170 8 126 0 0.95 0.26 0.33 316.3 0.91 0.35
Hex AA 8 7E 0 5F 1A 21 13C 5B 23
Octal 252 10 176 0 137 32 41 474 133 43
Binary 10101010 1000 1111110 0 1011111 11010 100001 100111100 1011011 100011

Color Harmonies of #AA087E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA087E

Black with #AA087E

Text Example


Text Example

White with #AA087E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA087E; }

 p { color: rgb(170,8,126); }

 H1.HeaderClassName
 {
   color: #AA087E;
 }
 .AnyTagClassName
 {
   color: #AA087E;
 }
</style>

background-color css

<style>
 a { background-color: #AA087E; }

 a { background-color: rgb(170,8,126); }

 div.DivClassName
 {
   background-color: #AA087E;
 }
 .BgClassName
 {
   background-color: #AA087E;
 }
</style>

border-color css

<style>
 span { border-color: #AA087E; }

 span { border-color: rgb(170,8,126); }

 td.TdClassName
 {
   border-color: #AA087E;
 }
 .TagClassName
 {
   border-color: #AA087E;
 }
</style>