#A00364

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

Shades of Eggplant #A00364

Tints of Eggplant #A00364

Color information

#A00364 (or 0xA00364) is unknown color: approx Eggplant. HEX triplet: A0, 03 and 64. RGB value is (160,3,100). Sum of RGB (Red+Green+Blue) = 160+3+100=263 (34% of max value = 765). Red value is 160 (62.89% from 255 or 60.84% from 263); Green value is 3 (1.56% from 255 or 1.14% from 263); Blue value is 100 (39.45% from 255 or 38.02% from 263); Max value from RGB is 160 - color contains mainly: red. Hex color #A00364 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A00364 is #5FFC9B. Grayscale: #3C3C3C. Windows color (decimal): -6290588 or 6554528. OLE color: 6554528.

HSL color Cylindrical-coordinate representation of color #A00364: hue angle of 322.93º 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 #A00364 is Cyan = 0, Magento = 0.98, Yellow = 0.38 and Black (K on CMYK) = 0.37.

Color convert

RGB1603100-
CMYK00.980.380.37
HSL322.93º96.32%31.96%-
HSV(B)322.93º98.12%62.75%-
XYZ16.838.4612.8-
YUV61150.01198.61-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 60.84%
GREEN value IS 3 (1.56% from 255) = 1.14%
BLUE value IS 100 (39.45% from 255) = 38.02%
R=60.84%
G=1.14%
B=38.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.38
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160310000.980.380.37322.9396.3231.96
HexA036406226251436020
Octal24031440142464550314040
Binary10100000111100100011000101001101001011010000111100000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A00364

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A00364; }

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

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

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

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

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

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

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

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