Html Css Color HEX #A21171 Eggplant

📋 copy color: '#A21171'

red 162 ◦ green 17 ◦ blue 113

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

Shades of Eggplant #A21171

Tints of Eggplant #A21171

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 38.7%

R = 55.48%
G = 5.82%
B = 38.7%

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

#A21171 (or 0xA21171) is known color: Eggplant. HEX triplet: A2, 11 and 71. RGB value is (162,17,113). Sum of RGB (Red+Green+Blue) = 162+17+113=292 (38% of max value = 765). Red value is 162 (63.67% from 255 or 55.48% from 292); Green value is 17 (7.03% from 255 or 5.82% from 292); Blue value is 113 (44.53% from 255 or 38.70% from 292); Max value from RGB is 162 - color contains mainly: red. Hex color #A21171 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A21171 is #5DEE8E. Grayscale: #474747. Windows color (decimal): -6155919 or 7410082. OLE color: 7410082.

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

Color convert

RGB 162 17 113 -
CMYK 0 0.90 0.30 0.36
HSL 320.28º 0.81% 0.35% -
HSV(B) 320.28º 0.9% 0.64% -
XYZ 18.08 9.27 16.46 -
YUV 71.3 151.54 192.69 -
System Red Green Blue C M Y K H S L
Decimal 162 17 113 0 0.90 0.30 0.36 320.28 0.81 0.35
Hex A2 11 71 0 5A 1E 24 140 51 23
Octal 242 21 161 0 132 36 44 500 121 43
Binary 10100010 10001 1110001 0 1011010 11110 100100 101000000 1010001 100011

Color Harmonies of #A21171

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A21171

Black with #A21171

Text Example


Text Example

White with #A21171

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A21171; }

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

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

background-color css

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

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

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

border-color css

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

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

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