#A2006B

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

Shades of Eggplant #A2006B

Tints of Eggplant #A2006B

Color information

#A2006B (or 0xA2006B) is unknown color: approx Eggplant. HEX triplet: A2, 00 and 6B. RGB value is (162,0,107). Sum of RGB (Red+Green+Blue) = 162+0+107=269 (35% of max value = 765). Red value is 162 (63.67% from 255 or 60.22% from 269); Green value is 0 (0.39% from 255 or 0% from 269); Blue value is 107 (42.19% from 255 or 39.78% from 269); Max value from RGB is 162 - color contains mainly: red. Hex color #A2006B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A2006B is #5DFF94. Grayscale: #3C3C3C. Windows color (decimal): -6160277 or 7012514. OLE color: 7012514.

HSL color Cylindrical-coordinate representation of color #A2006B: hue angle of 320.37º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A2006B is Cyan = 0, Magento = 1, Yellow = 0.34 and Black (K on CMYK) = 0.36.

Color convert

RGB1620107-
CMYK010.340.36
HSL320.37º100%31.76%-
HSV(B)320.37º100%63.53%-
XYZ17.558.7414.67-
YUV60.64154.17200.3-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 60.22%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 107 (42.19% from 255) = 39.78%
R=60.22%
G=0%
B=39.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.34
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1620107010.340.36320.3710031.76
HexA206B06422241406420
Octal24201530144424450014440
Binary1010001001101011011001001000101001001010000001100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2006B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2006B; }

 p { color: rgb(162,0,107); }

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

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

 a { background-color: rgb(162,0,107); }

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

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

 span { border-color: rgb(162,0,107); }

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