Html Css Color HEX #AA0B76 Eggplant

📋 copy color: '#AA0B76'

red 170 ◦ green 11 ◦ blue 118

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

Shades of Eggplant #AA0B76

Tints of Eggplant #AA0B76

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.68%

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

R = 56.86%
G = 3.68%
B = 39.46%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.31

 K value IS 0.33

RGB Variations

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

Color information

#AA0B76 (or 0xAA0B76) is known color: Eggplant. HEX triplet: AA, 0B and 76. RGB value is (170,11,118). Sum of RGB (Red+Green+Blue) = 170+11+118=299 (39% of max value = 765). Red value is 170 (66.80% from 255 or 56.86% from 299); Green value is 11 (4.69% from 255 or 3.68% from 299); Blue value is 118 (46.48% from 255 or 39.46% from 299); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0B76 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA0B76 is #55F489. Grayscale: #464646. Windows color (decimal): -5633162 or 7736234. OLE color: 7736234.

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

Color convert

RGB 170 11 118 -
CMYK 0 0.94 0.31 0.33
HSL 319.62º 0.88% 0.35% -
HSV(B) 319.62º 0.94% 0.67% -
XYZ 19.97 10.09 18.04 -
YUV 70.74 154.68 198.8 -
System Red Green Blue C M Y K H S L
Decimal 170 11 118 0 0.94 0.31 0.33 319.62 0.88 0.35
Hex AA B 76 0 5E 1F 21 140 58 23
Octal 252 13 166 0 136 37 41 500 130 43
Binary 10101010 1011 1110110 0 1011110 11111 100001 101000000 1011000 100011

Color Harmonies of #AA0B76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA0B76

Black with #AA0B76

Text Example


Text Example

White with #AA0B76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA0B76; }

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

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

background-color css

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

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

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

border-color css

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

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

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