Html Css Color HEX #AA0677 Eggplant

📋 copy color: '#AA0677'

red 170 ◦ green 6 ◦ blue 119

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

Shades of Eggplant #AA0677

Tints of Eggplant #AA0677

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.03%

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

R = 57.63%
G = 2.03%
B = 40.34%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.3

 K value IS 0.33

RGB Variations

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

Color information

#AA0677 (or 0xAA0677) is known color: Eggplant. HEX triplet: AA, 06 and 77. RGB value is (170,6,119). Sum of RGB (Red+Green+Blue) = 170+6+119=295 (39% of max value = 765). Red value is 170 (66.80% from 255 or 57.63% from 295); Green value is 6 (2.73% from 255 or 2.03% from 295); Blue value is 119 (46.88% from 255 or 40.34% from 295); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0677 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA0677 is #55F988. Grayscale: #434343. Windows color (decimal): -5634441 or 7800490. OLE color: 7800490.

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

Color convert

RGB 170 6 119 -
CMYK 0 0.96 0.3 0.33
HSL 318.66º 0.93% 0.35% -
HSV(B) 318.66º 0.96% 0.67% -
XYZ 19.97 10.01 18.33 -
YUV 67.92 156.83 200.81 -
System Red Green Blue C M Y K H S L
Decimal 170 6 119 0 0.96 0.3 0.33 318.66 0.93 0.35
Hex AA 6 77 0 60 1E 21 13F 5D 23
Octal 252 6 167 0 140 36 41 477 135 43
Binary 10101010 110 1110111 0 1100000 11110 100001 100111111 1011101 100011

Color Harmonies of #AA0677

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA0677

Black with #AA0677

Text Example


Text Example

White with #AA0677

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA0677; }

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

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

background-color css

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

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

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

border-color css

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

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

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