Html Css Color HEX #A21172 Eggplant

📋 copy color: '#A21172'

red 162 ◦ green 17 ◦ blue 114

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

Shades of Eggplant #A21172

Tints of Eggplant #A21172

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.8%

 BLUE value IS 114 (44.92% from 255) = 38.91%

R = 55.29%
G = 5.8%
B = 38.91%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.30

 K value IS 0.36

RGB Variations

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

Color information

#A21172 (or 0xA21172) is known color: Eggplant. HEX triplet: A2, 11 and 72. RGB value is (162,17,114). Sum of RGB (Red+Green+Blue) = 162+17+114=293 (38% of max value = 765). Red value is 162 (63.67% from 255 or 55.29% from 293); Green value is 17 (7.03% from 255 or 5.80% from 293); Blue value is 114 (44.92% from 255 or 38.91% from 293); Max value from RGB is 162 - color contains mainly: red. Hex color #A21172 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A21172 is #5DEE8D. Grayscale: #474747. Windows color (decimal): -6155918 or 7475618. OLE color: 7475618.

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

Color convert

RGB 162 17 114 -
CMYK 0 0.90 0.30 0.36
HSL 319.86º 0.81% 0.35% -
HSV(B) 319.86º 0.9% 0.64% -
XYZ 18.14 9.3 16.76 -
YUV 71.41 152.04 192.61 -
System Red Green Blue C M Y K H S L
Decimal 162 17 114 0 0.90 0.30 0.36 319.86 0.81 0.35
Hex A2 11 72 0 5A 1E 24 140 51 23
Octal 242 21 162 0 132 36 44 500 121 43
Binary 10100010 10001 1110010 0 1011010 11110 100100 101000000 1010001 100011

Color Harmonies of #A21172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A21172

Black with #A21172

Text Example


Text Example

White with #A21172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A21172; }

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

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

background-color css

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

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

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

border-color css

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

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

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