Html Css Color HEX #A21177 Eggplant

📋 copy color: '#A21177'

red 162 ◦ green 17 ◦ blue 119

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

Shades of Eggplant #A21177

Tints of Eggplant #A21177

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 39.93%

R = 54.36%
G = 5.7%
B = 39.93%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.27

 K value IS 0.36

RGB Variations

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

Color information

#A21177 (or 0xA21177) is known color: Eggplant. HEX triplet: A2, 11 and 77. RGB value is (162,17,119). Sum of RGB (Red+Green+Blue) = 162+17+119=298 (39% of max value = 765). Red value is 162 (63.67% from 255 or 54.36% from 298); Green value is 17 (7.03% from 255 or 5.70% from 298); Blue value is 119 (46.88% from 255 or 39.93% from 298); Max value from RGB is 162 - color contains mainly: red. Hex color #A21177 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A21177 is #5DEE88. Grayscale: #474747. Windows color (decimal): -6155913 or 7803298. OLE color: 7803298.

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

Color convert

RGB 162 17 119 -
CMYK 0 0.90 0.27 0.36
HSL 317.79º 0.81% 0.35% -
HSV(B) 317.79º 0.9% 0.64% -
XYZ 18.43 9.41 18.3 -
YUV 71.98 154.54 192.21 -
System Red Green Blue C M Y K H S L
Decimal 162 17 119 0 0.90 0.27 0.36 317.79 0.81 0.35
Hex A2 11 77 0 5A 1B 24 13E 51 23
Octal 242 21 167 0 132 33 44 476 121 43
Binary 10100010 10001 1110111 0 1011010 11011 100100 100111110 1010001 100011

Color Harmonies of #A21177

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A21177

Black with #A21177

Text Example


Text Example

White with #A21177

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A21177; }

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

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

background-color css

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

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

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

border-color css

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

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

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