#A2137B

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

Shades of Eggplant #A2137B

Tints of Eggplant #A2137B

Color information

#A2137B (or 0xA2137B) is unknown color: approx Eggplant. HEX triplet: A2, 13 and 7B. RGB value is (162,19,123). Sum of RGB (Red+Green+Blue) = 162+19+123=304 (40% of max value = 765). Red value is 162 (63.67% from 255 or 53.29% from 304); Green value is 19 (7.81% from 255 or 6.25% from 304); Blue value is 123 (48.44% from 255 or 40.46% from 304); Max value from RGB is 162 - color contains mainly: red. Hex color #A2137B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A2137B is #5DEC84. Grayscale: #494949. Windows color (decimal): -6155397 or 8065954. OLE color: 8065954.

HSL color Cylindrical-coordinate representation of color #A2137B: hue angle of 316.36º degrees, saturation: 0.79, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A2137B is Cyan = 0, Magento = 0.88, Yellow = 0.24 and Black (K on CMYK) = 0.36.

Color convert

RGB16219123-
CMYK00.880.240.36
HSL316.36º79.01%35.49%-
HSV(B)316.36º88.27%63.53%-
XYZ18.719.5819.6-
YUV73.61155.88191.04-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 53.29%
GREEN value IS 19 (7.81% from 255) = 6.25%
BLUE value IS 123 (48.44% from 255) = 40.46%
R=53.29%
G=6.25%
B=40.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.24
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621912300.880.240.36316.3679.0135.49
HexA2137B058182413c4f23
Octal242231730130304447411743
Binary1010001010011111101101011000110001001001001111001001111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2137B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2137B; }

 p { color: rgb(162,19,123); }

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

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

 a { background-color: rgb(162,19,123); }

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

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

 span { border-color: rgb(162,19,123); }

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