#A00366

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

Shades of Eggplant #A00366

Tints of Eggplant #A00366

Color information

#A00366 (or 0xA00366) is unknown color: approx Eggplant. HEX triplet: A0, 03 and 66. RGB value is (160,3,102). Sum of RGB (Red+Green+Blue) = 160+3+102=265 (35% of max value = 765). Red value is 160 (62.89% from 255 or 60.38% from 265); Green value is 3 (1.56% from 255 or 1.13% from 265); Blue value is 102 (40.23% from 255 or 38.49% from 265); Max value from RGB is 160 - color contains mainly: red. Hex color #A00366 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A00366 is #5FFC99. Grayscale: #3C3C3C. Windows color (decimal): -6290586 or 6685600. OLE color: 6685600.

HSL color Cylindrical-coordinate representation of color #A00366: hue angle of 322.17º degrees, saturation: 0.96, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A00366 is Cyan = 0, Magento = 0.98, Yellow = 0.36 and Black (K on CMYK) = 0.37.

Color convert

RGB1603102-
CMYK00.980.360.37
HSL322.17º96.32%31.96%-
HSV(B)322.17º98.12%62.75%-
XYZ16.938.513.32-
YUV61.23151.01198.45-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 60.38%
GREEN value IS 3 (1.56% from 255) = 1.13%
BLUE value IS 102 (40.23% from 255) = 38.49%
R=60.38%
G=1.13%
B=38.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.36
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160310200.980.360.37322.1796.3231.96
HexA036606224251426020
Octal24031460142444550214040
Binary10100000111100110011000101001001001011010000101100000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A00366

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A00366; }

 p { color: rgb(160,3,102); }

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

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

 a { background-color: rgb(160,3,102); }

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

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

 span { border-color: rgb(160,3,102); }

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