Html Css Color HEX #AA0976 Eggplant

📋 copy color: '#AA0976'

red 170 ◦ green 9 ◦ blue 118

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

Shades of Eggplant #AA0976

Tints of Eggplant #AA0976

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.03%

 BLUE value IS 118 (46.48% from 255) = 39.73%

R = 57.24%
G = 3.03%
B = 39.73%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.31

 K value IS 0.33

RGB Variations

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

Color information

#AA0976 (or 0xAA0976) is known color: Eggplant. HEX triplet: AA, 09 and 76. RGB value is (170,9,118). Sum of RGB (Red+Green+Blue) = 170+9+118=297 (39% of max value = 765). Red value is 170 (66.80% from 255 or 57.24% from 297); Green value is 9 (3.91% from 255 or 3.03% from 297); Blue value is 118 (46.48% from 255 or 39.73% from 297); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0976 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA0976 is #55F689. Grayscale: #454545. Windows color (decimal): -5633674 or 7735722. OLE color: 7735722.

HSL color Cylindrical-coordinate representation of color #AA0976: hue angle of 319.38º degrees, saturation: 0.9, 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 #AA0976 is Cyan = 0, Magento = 0.95, Yellow = 0.31 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 9 118 -
CMYK 0 0.95 0.31 0.33
HSL 319.38º 0.9% 0.35% -
HSV(B) 319.38º 0.95% 0.67% -
XYZ 19.95 10.05 18.03 -
YUV 69.57 155.34 199.64 -
System Red Green Blue C M Y K H S L
Decimal 170 9 118 0 0.95 0.31 0.33 319.38 0.9 0.35
Hex AA 9 76 0 5F 1F 21 13F 5A 23
Octal 252 11 166 0 137 37 41 477 132 43
Binary 10101010 1001 1110110 0 1011111 11111 100001 100111111 1011010 100011

Color Harmonies of #AA0976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA0976

Black with #AA0976

Text Example


Text Example

White with #AA0976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA0976; }

 p { color: rgb(170,9,118); }

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

background-color css

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

 a { background-color: rgb(170,9,118); }

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

border-color css

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

 span { border-color: rgb(170,9,118); }

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