#A21574

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

Shades of Eggplant #A21574

Tints of Eggplant #A21574

Color information

#A21574 (or 0xA21574) is unknown color: approx Eggplant. HEX triplet: A2, 15 and 74. RGB value is (162,21,116). Sum of RGB (Red+Green+Blue) = 162+21+116=299 (39% of max value = 765). Red value is 162 (63.67% from 255 or 54.18% from 299); Green value is 21 (8.59% from 255 or 7.02% from 299); Blue value is 116 (45.70% from 255 or 38.80% from 299); Max value from RGB is 162 - color contains mainly: red. Hex color #A21574 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A21574 is #5DEA8B. Grayscale: #494949. Windows color (decimal): -6154892 or 7607714. OLE color: 7607714.

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

Color convert

RGB16221116-
CMYK00.870.280.36
HSL319.57º77.05%35.88%-
HSV(B)319.57º87.04%63.53%-
XYZ18.329.4817.39-
YUV73.99151.71190.78-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 54.18%
GREEN value IS 21 (8.59% from 255) = 7.02%
BLUE value IS 116 (45.70% from 255) = 38.80%
R=54.18%
G=7.02%
B=38.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.28
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1622111600.870.280.36319.5777.0535.88
HexA215740571C241404d24
Octal242251640127344450011544
Binary1010001010101111010001010111111001001001010000001001101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A21574

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A21574; }

 p { color: rgb(162,21,116); }

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

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

 a { background-color: rgb(162,21,116); }

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

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

 span { border-color: rgb(162,21,116); }

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