Html Css Color HEX #A21576 Eggplant

📋 copy color: '#A21576'

red 162 ◦ green 21 ◦ blue 118

#A21576
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Eggplant #A21576

Tints of Eggplant #A21576

RGB

 RED value IS 162 (63.67% from 255) = 53.82%

 GREEN value IS 21 (8.59% from 255) = 6.98%

 BLUE value IS 118 (46.48% from 255) = 39.2%

R = 53.82%
G = 6.98%
B = 39.2%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.27

 K value IS 0.36

RGB Variations

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

Color information

#A21576 (or 0xA21576) is known color: Eggplant. HEX triplet: A2, 15 and 76. RGB value is (162,21,118). Sum of RGB (Red+Green+Blue) = 162+21+118=301 (39% of max value = 765). Red value is 162 (63.67% from 255 or 53.82% from 301); Green value is 21 (8.59% from 255 or 6.98% from 301); Blue value is 118 (46.48% from 255 or 39.20% from 301); Max value from RGB is 162 - color contains mainly: red. Hex color #A21576 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A21576 is #5DEA89. Grayscale: #494949. Windows color (decimal): -6154890 or 7738786. OLE color: 7738786.

HSL color Cylindrical-coordinate representation of color #A21576: hue angle of 318.72º 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 #A21576 is Cyan = 0, Magento = 0.87, Yellow = 0.27 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 21 118 -
CMYK 0 0.87 0.27 0.36
HSL 318.72º 0.77% 0.36% -
HSV(B) 318.72º 0.87% 0.64% -
XYZ 18.44 9.53 18.01 -
YUV 74.22 152.71 190.61 -
System Red Green Blue C M Y K H S L
Decimal 162 21 118 0 0.87 0.27 0.36 318.72 0.77 0.36
Hex A2 15 76 0 57 1B 24 13F 4D 24
Octal 242 25 166 0 127 33 44 477 115 44
Binary 10100010 10101 1110110 0 1010111 11011 100100 100111111 1001101 100100

Color Harmonies of #A21576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A21576

Black with #A21576

Text Example


Text Example

White with #A21576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A21576; }

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

 H1.HeaderClassName
 {
   color: #A21576;
 }
 .AnyTagClassName
 {
   color: #A21576;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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