#AA0370

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

Shades of Eggplant #AA0370

Tints of Eggplant #AA0370

Color information

#AA0370 (or 0xAA0370) is unknown color: approx Eggplant. HEX triplet: AA, 03 and 70. RGB value is (170,3,112). Sum of RGB (Red+Green+Blue) = 170+3+112=285 (37% of max value = 765). Red value is 170 (66.80% from 255 or 59.65% from 285); Green value is 3 (1.56% from 255 or 1.05% from 285); Blue value is 112 (44.14% from 255 or 39.30% from 285); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0370 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA0370 is #55FC8F. Grayscale: #414141. Windows color (decimal): -5635216 or 7340970. OLE color: 7340970.

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

Color convert

RGB1703112-
CMYK00.980.340.33
HSL320.84º96.53%33.92%-
HSV(B)320.84º98.24%66.67%-
XYZ19.539.7816.19-
YUV65.36154.33202.64-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 59.65%
GREEN value IS 3 (1.56% from 255) = 1.05%
BLUE value IS 112 (44.14% from 255) = 39.30%
R=59.65%
G=1.05%
B=39.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.34
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170311200.980.340.33320.8496.5333.92
HexAA37006222211416122
Octal25231600142424150114142
Binary10101010111110000011000101000101000011010000011100001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA0370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA0370; }

 p { color: rgb(170,3,112); }

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

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

 a { background-color: rgb(170,3,112); }

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

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

 span { border-color: rgb(170,3,112); }

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