#A0006F

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

Shades of Eggplant #A0006F

Tints of Eggplant #A0006F

Color information

#A0006F (or 0xA0006F) is unknown color: approx Eggplant. HEX triplet: A0, 00 and 6F. RGB value is (160,0,111). Sum of RGB (Red+Green+Blue) = 160+0+111=271 (35% of max value = 765). Red value is 160 (62.89% from 255 or 59.04% from 271); Green value is 0 (0.39% from 255 or 0% from 271); Blue value is 111 (43.75% from 255 or 40.96% from 271); Max value from RGB is 160 - color contains mainly: red. Hex color #A0006F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A0006F is #5FFF90. Grayscale: #3C3C3C. Windows color (decimal): -6291345 or 7274656. OLE color: 7274656.

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

Color convert

RGB1600111-
CMYK010.310.37
HSL318.38º100%31.37%-
HSV(B)318.38º100%62.75%-
XYZ17.378.6215.79-
YUV60.49156.51198.97-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 59.04%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 111 (43.75% from 255) = 40.96%
R=59.04%
G=0%
B=40.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.31
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1600111010.310.37318.3810031.37
HexA006F0641F2513e641f
Octal24001570144374547614437
Binary10100000011011110110010011111100101100111110110010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0006F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0006F; }

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

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

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

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

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

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

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

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