#A21272

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

Shades of Eggplant #A21272

Tints of Eggplant #A21272

Color information

#A21272 (or 0xA21272) is unknown color: approx Eggplant. HEX triplet: A2, 12 and 72. RGB value is (162,18,114). Sum of RGB (Red+Green+Blue) = 162+18+114=294 (38% of max value = 765). Red value is 162 (63.67% from 255 or 55.10% from 294); Green value is 18 (7.42% from 255 or 6.12% from 294); Blue value is 114 (44.92% from 255 or 38.78% from 294); Max value from RGB is 162 - color contains mainly: red. Hex color #A21272 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A21272 is #5DED8D. Grayscale: #474747. Windows color (decimal): -6155662 or 7475874. OLE color: 7475874.

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

Color convert

RGB16218114-
CMYK00.890.300.36
HSL320º80%35.29%-
HSV(B)320º88.89%63.53%-
XYZ18.159.3316.76-
YUV72151.71192.19-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 55.10%
GREEN value IS 18 (7.42% from 255) = 6.12%
BLUE value IS 114 (44.92% from 255) = 38.78%
R=55.10%
G=6.12%
B=38.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.30
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621811400.890.300.363208035.29
HexA212720591E241405023
Octal242221620131364450012043
Binary1010001010010111001001011001111101001001010000001010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A21272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A21272; }

 p { color: rgb(162,18,114); }

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

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

 a { background-color: rgb(162,18,114); }

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

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

 span { border-color: rgb(162,18,114); }

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