#A0006E

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

Shades of Eggplant #A0006E

Tints of Eggplant #A0006E

Color information

#A0006E (or 0xA0006E) is unknown color: approx Eggplant. HEX triplet: A0, 00 and 6E. RGB value is (160,0,110). Sum of RGB (Red+Green+Blue) = 160+0+110=270 (35% of max value = 765). Red value is 160 (62.89% from 255 or 59.26% from 270); Green value is 0 (0.39% from 255 or 0% from 270); Blue value is 110 (43.36% from 255 or 40.74% from 270); Max value from RGB is 160 - color contains mainly: red. Hex color #A0006E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A0006E is #5FFF91. Grayscale: #3C3C3C. Windows color (decimal): -6291346 or 7209120. OLE color: 7209120.

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

Color convert

RGB1600110-
CMYK010.310.37
HSL318.75º100%31.37%-
HSV(B)318.75º100%62.75%-
XYZ17.318.615.5-
YUV60.38156.01199.06-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 59.26%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 110 (43.36% from 255) = 40.74%
R=59.26%
G=0%
B=40.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.31
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1600110010.310.37318.7510031.37
HexA006E0641F2513f641f
Octal24001560144374547714437
Binary10100000011011100110010011111100101100111111110010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0006E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0006E; }

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

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

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

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

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

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

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

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