Html Css Color HEX #A20D77 Eggplant

📋 copy color: '#A20D77'

red 162 ◦ green 13 ◦ blue 119

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

Shades of Eggplant #A20D77

Tints of Eggplant #A20D77

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.42%

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

R = 55.1%
G = 4.42%
B = 40.48%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.27

 K value IS 0.36

RGB Variations

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

Color information

#A20D77 (or 0xA20D77) is known color: Eggplant. HEX triplet: A2, 0D and 77. RGB value is (162,13,119). Sum of RGB (Red+Green+Blue) = 162+13+119=294 (38% of max value = 765). Red value is 162 (63.67% from 255 or 55.10% from 294); Green value is 13 (5.47% from 255 or 4.42% from 294); Blue value is 119 (46.88% from 255 or 40.48% from 294); Max value from RGB is 162 - color contains mainly: red. Hex color #A20D77 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A20D77 is #5DF288. Grayscale: #454545. Windows color (decimal): -6156937 or 7802274. OLE color: 7802274.

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

Color convert

RGB 162 13 119 -
CMYK 0 0.92 0.27 0.36
HSL 317.32º 0.85% 0.34% -
HSV(B) 317.32º 0.92% 0.64% -
XYZ 18.37 9.3 18.28 -
YUV 69.64 155.86 193.88 -
System Red Green Blue C M Y K H S L
Decimal 162 13 119 0 0.92 0.27 0.36 317.32 0.85 0.34
Hex A2 D 77 0 5C 1B 24 13D 55 22
Octal 242 15 167 0 134 33 44 475 125 42
Binary 10100010 1101 1110111 0 1011100 11011 100100 100111101 1010101 100010

Color Harmonies of #A20D77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A20D77

Black with #A20D77

Text Example


Text Example

White with #A20D77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A20D77; }

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

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

background-color css

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

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

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

border-color css

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

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

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