Html Css Color HEX #A20177 Eggplant

📋 copy color: '#A20177'

red 162 ◦ green 1 ◦ blue 119

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

Shades of Eggplant #A20177

Tints of Eggplant #A20177

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.35%

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

R = 57.45%
G = 0.35%
B = 42.2%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.27

 K value IS 0.36

RGB Variations

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

Color information

#A20177 (or 0xA20177) is known color: Eggplant. HEX triplet: A2, 01 and 77. RGB value is (162,1,119). Sum of RGB (Red+Green+Blue) = 162+1+119=282 (37% of max value = 765). Red value is 162 (63.67% from 255 or 57.45% from 282); Green value is 1 (0.78% from 255 or 0.35% from 282); Blue value is 119 (46.88% from 255 or 42.20% from 282); Max value from RGB is 162 - color contains mainly: red. Hex color #A20177 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A20177 is #5DFE88. Grayscale: #3E3E3E. Windows color (decimal): -6160009 or 7799202. OLE color: 7799202.

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

Color convert

RGB 162 1 119 -
CMYK 0 0.99 0.27 0.36
HSL 316.02º 0.99% 0.32% -
HSV(B) 316.02º 0.99% 0.64% -
XYZ 18.24 9.04 18.24 -
YUV 62.59 159.84 198.91 -
System Red Green Blue C M Y K H S L
Decimal 162 1 119 0 0.99 0.27 0.36 316.02 0.99 0.32
Hex A2 1 77 0 63 1B 24 13C 63 20
Octal 242 1 167 0 143 33 44 474 143 40
Binary 10100010 1 1110111 0 1100011 11011 100100 100111100 1100011 100000

Color Harmonies of #A20177

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A20177

Black with #A20177

Text Example


Text Example

White with #A20177

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A20177; }

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

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

background-color css

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

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

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

border-color css

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

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

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