#A2056C

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

Shades of Eggplant #A2056C

Tints of Eggplant #A2056C

Color information

#A2056C (or 0xA2056C) is unknown color: approx Eggplant. HEX triplet: A2, 05 and 6C. RGB value is (162,5,108). Sum of RGB (Red+Green+Blue) = 162+5+108=275 (36% of max value = 765). Red value is 162 (63.67% from 255 or 58.91% from 275); Green value is 5 (2.34% from 255 or 1.82% from 275); Blue value is 108 (42.58% from 255 or 39.27% from 275); Max value from RGB is 162 - color contains mainly: red. Hex color #A2056C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A2056C is #5DFA93. Grayscale: #3F3F3F. Windows color (decimal): -6158996 or 7079330. OLE color: 7079330.

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

Color convert

RGB1625108-
CMYK00.970.330.36
HSL320.64º94.01%32.75%-
HSV(B)320.64º96.91%63.53%-
XYZ17.668.8714.97-
YUV63.68153.01198.12-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 58.91%
GREEN value IS 5 (2.34% from 255) = 1.82%
BLUE value IS 108 (42.58% from 255) = 39.27%
R=58.91%
G=1.82%
B=39.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.33
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162510800.970.330.36320.6494.0132.75
HexA256C06121241415e21
Octal24251540141414450113641
Binary101000101011101100011000011000011001001010000011011110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2056C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2056C; }

 p { color: rgb(162,5,108); }

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

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

 a { background-color: rgb(162,5,108); }

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

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

 span { border-color: rgb(162,5,108); }

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