Html Css Color HEX #AA0C77 Eggplant

📋 copy color: '#AA0C77'

red 170 ◦ green 12 ◦ blue 119

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

Shades of Eggplant #AA0C77

Tints of Eggplant #AA0C77

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.99%

 BLUE value IS 119 (46.88% from 255) = 39.53%

R = 56.48%
G = 3.99%
B = 39.53%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.3

 K value IS 0.33

RGB Variations

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

Color information

#AA0C77 (or 0xAA0C77) is known color: Eggplant. HEX triplet: AA, 0C and 77. RGB value is (170,12,119). Sum of RGB (Red+Green+Blue) = 170+12+119=301 (39% of max value = 765). Red value is 170 (66.80% from 255 or 56.48% from 301); Green value is 12 (5.08% from 255 or 3.99% from 301); Blue value is 119 (46.88% from 255 or 39.53% from 301); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0C77 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA0C77 is #55F388. Grayscale: #474747. Windows color (decimal): -5632905 or 7802026. OLE color: 7802026.

HSL color Cylindrical-coordinate representation of color #AA0C77: hue angle of 319.37º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AA0C77 is Cyan = 0, Magento = 0.93, Yellow = 0.3 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 12 119 -
CMYK 0 0.93 0.3 0.33
HSL 319.37º 0.87% 0.36% -
HSV(B) 319.37º 0.93% 0.67% -
XYZ 20.04 10.14 18.35 -
YUV 71.44 154.85 198.3 -
System Red Green Blue C M Y K H S L
Decimal 170 12 119 0 0.93 0.3 0.33 319.37 0.87 0.36
Hex AA C 77 0 5D 1E 21 13F 57 24
Octal 252 14 167 0 135 36 41 477 127 44
Binary 10101010 1100 1110111 0 1011101 11110 100001 100111111 1010111 100100

Color Harmonies of #AA0C77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA0C77

Black with #AA0C77

Text Example


Text Example

White with #AA0C77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA0C77; }

 p { color: rgb(170,12,119); }

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

background-color css

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

 a { background-color: rgb(170,12,119); }

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

border-color css

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

 span { border-color: rgb(170,12,119); }

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