#A00062

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

Shades of Eggplant #A00062

Tints of Eggplant #A00062

Color information

#A00062 (or 0xA00062) is unknown color: approx Eggplant. HEX triplet: A0, 00 and 62. RGB value is (160,0,98). Sum of RGB (Red+Green+Blue) = 160+0+98=258 (34% of max value = 765). Red value is 160 (62.89% from 255 or 62.02% from 258); Green value is 0 (0.39% from 255 or 0% from 258); Blue value is 98 (38.67% from 255 or 37.98% from 258); Max value from RGB is 160 - color contains mainly: red. Hex color #A00062 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A00062 is #5FFF9D. Grayscale: #3A3A3A. Windows color (decimal): -6291358 or 6422688. OLE color: 6422688.

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

Color convert

RGB160098-
CMYK010.390.37
HSL323.25º100%31.37%-
HSV(B)323.25º100%62.75%-
XYZ16.78.3612.29-
YUV59.01150.01200.03-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 62.02%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 98 (38.67% from 255) = 37.98%
R=62.02%
G=0%
B=37.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.39
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160098010.390.37323.2510031.37
HexA00620642725143641f
Octal24001420144474550314437
Binary101000000110001001100100100111100101101000011110010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A00062

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A00062; }

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

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

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

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

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

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

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

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