#A6007F

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

Shades of Eggplant #A6007F

Tints of Eggplant #A6007F

Color information

#A6007F (or 0xA6007F) is unknown color: approx Eggplant. HEX triplet: A6, 00 and 7F. RGB value is (166,0,127). Sum of RGB (Red+Green+Blue) = 166+0+127=293 (38% of max value = 765). Red value is 166 (65.23% from 255 or 56.66% from 293); Green value is 0 (0.39% from 255 or 0% from 293); Blue value is 127 (50% from 255 or 43.34% from 293); Max value from RGB is 166 - color contains mainly: red. Hex color #A6007F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A6007F is #59FF80. Grayscale: #3F3F3F. Windows color (decimal): -5898113 or 8323238. OLE color: 8323238.

HSL color Cylindrical-coordinate representation of color #A6007F: hue angle of 314.1º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A6007F is Cyan = 0, Magento = 1, Yellow = 0.23 and Black (K on CMYK) = 0.35.

Color convert

RGB1660127-
CMYK010.230.35
HSL314.1º100%32.55%-
HSV(B)314.1º100%65.1%-
XYZ19.569.6420.91-
YUV64.11163.5200.67-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 56.66%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 127 (50% from 255) = 43.34%
R=56.66%
G=0%
B=43.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.23
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1660127010.230.35314.110032.55
HexA607F064172313a6421
Octal24601770144274347214441
Binary101001100111111101100100101111000111001110101100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6007F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6007F; }

 p { color: rgb(166,0,127); }

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

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

 a { background-color: rgb(166,0,127); }

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

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

 span { border-color: rgb(166,0,127); }

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