#A00064

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

Shades of Eggplant #A00064

Tints of Eggplant #A00064

Color information

#A00064 (or 0xA00064) is unknown color: approx Eggplant. HEX triplet: A0, 00 and 64. RGB value is (160,0,100). Sum of RGB (Red+Green+Blue) = 160+0+100=260 (34% of max value = 765). Red value is 160 (62.89% from 255 or 61.54% from 260); Green value is 0 (0.39% from 255 or 0% from 260); Blue value is 100 (39.45% from 255 or 38.46% from 260); Max value from RGB is 160 - color contains mainly: red. Hex color #A00064 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A00064 is #5FFF9B. Grayscale: #3B3B3B. Windows color (decimal): -6291356 or 6553760. OLE color: 6553760.

HSL color Cylindrical-coordinate representation of color #A00064: hue angle of 322.5º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A00064 is Cyan = 0, Magento = 1, Yellow = 0.38 and Black (K on CMYK) = 0.37.

Color convert

RGB1600100-
CMYK010.380.37
HSL322.5º100%31.37%-
HSV(B)322.5º100%62.75%-
XYZ16.88.3912.79-
YUV59.24151.01199.87-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 61.54%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 100 (39.45% from 255) = 38.46%
R=61.54%
G=0%
B=38.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.38
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1600100010.380.37322.510031.37
HexA00640642625142641f
Octal24001440144464550214437
Binary101000000110010001100100100110100101101000010110010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A00064

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A00064; }

 p { color: rgb(160,0,100); }

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

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

 a { background-color: rgb(160,0,100); }

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

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

 span { border-color: rgb(160,0,100); }

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