#AA0277

Color #AA0277 Eggplant (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Eggplant #AA0277

Tints of Eggplant #AA0277

Color information

#AA0277 (or 0xAA0277) is unknown color: approx Eggplant. HEX triplet: AA, 02 and 77. RGB value is (170,2,119). Sum of RGB (Red+Green+Blue) = 170+2+119=291 (38% of max value = 765). Red value is 170 (66.80% from 255 or 58.42% from 291); Green value is 2 (1.17% from 255 or 0.69% from 291); Blue value is 119 (46.88% from 255 or 40.89% from 291); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0277 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA0277 is #55FD88. Grayscale: #414141. Windows color (decimal): -5635465 or 7799466. OLE color: 7799466.

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

Color convert

RGB1702119-
CMYK00.990.30.33
HSL318.21º97.67%33.73%-
HSV(B)318.21º98.82%66.67%-
XYZ19.939.9218.32-
YUV65.57158.16202.49-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 58.42%
GREEN value IS 2 (1.17% from 255) = 0.69%
BLUE value IS 119 (46.88% from 255) = 40.89%
R=58.42%
G=0.69%
B=40.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.3
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170211900.990.30.33318.2197.6733.73
HexAA2770631E2113e6222
Octal25221670143364147614242
Binary1010101010111011101100011111101000011001111101100010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA0277

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA0277; }

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

 H1.HeaderClassName
 {
   color: #AA0277;
 }
 .AnyTagClassName
 {
   color: #AA0277;
 }
</style>
background-color css

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

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

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

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

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

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