Html Css Color HEX #AA0077 Eggplant

📋 copy color: '#AA0077'

red 170 ◦ green 0 ◦ blue 119

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

Shades of Eggplant #AA0077

Tints of Eggplant #AA0077

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 58.82%
G = 0%
B = 41.18%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.3

 K value IS 0.33

RGB Variations

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

Color information

#AA0077 (or 0xAA0077) is known color: Eggplant. HEX triplet: AA, 00 and 77. RGB value is (170,0,119). Sum of RGB (Red+Green+Blue) = 170+0+119=289 (38% of max value = 765). Red value is 170 (66.80% from 255 or 58.82% from 289); Green value is 0 (0.39% from 255 or 0% from 289); Blue value is 119 (46.88% from 255 or 41.18% from 289); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0077 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA0077 is #55FF88. Grayscale: #404040. Windows color (decimal): -5635977 or 7798954. OLE color: 7798954.

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

Color convert

RGB 170 0 119 -
CMYK 0 1 0.3 0.33
HSL 318º 1% 0.33% -
HSV(B) 318º 1% 0.67% -
XYZ 19.91 9.88 18.31 -
YUV 64.4 158.82 203.32 -
System Red Green Blue C M Y K H S L
Decimal 170 0 119 0 1 0.3 0.33 318 1 0.33
Hex AA 0 77 0 64 1E 21 13E 64 21
Octal 252 0 167 0 144 36 41 476 144 41
Binary 10101010 0 1110111 0 1100100 11110 100001 100111110 1100100 100001

Color Harmonies of #AA0077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA0077

Black with #AA0077

Text Example


Text Example

White with #AA0077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA0077; }

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

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

background-color css

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

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

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

border-color css

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

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

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