Html Css Color HEX #A20E77 Eggplant

📋 copy color: '#A20E77'

red 162 ◦ green 14 ◦ blue 119

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

Shades of Eggplant #A20E77

Tints of Eggplant #A20E77

RGB

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

 GREEN value IS 14 (5.86% from 255) = 4.75%

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

R = 54.92%
G = 4.75%
B = 40.34%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.27

 K value IS 0.36

RGB Variations

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

Color information

#A20E77 (or 0xA20E77) is known color: Eggplant. HEX triplet: A2, 0E and 77. RGB value is (162,14,119). Sum of RGB (Red+Green+Blue) = 162+14+119=295 (39% of max value = 765). Red value is 162 (63.67% from 255 or 54.92% from 295); Green value is 14 (5.86% from 255 or 4.75% from 295); Blue value is 119 (46.88% from 255 or 40.34% from 295); Max value from RGB is 162 - color contains mainly: red. Hex color #A20E77 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A20E77 is #5DF188. Grayscale: #454545. Windows color (decimal): -6156681 or 7802530. OLE color: 7802530.

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

Color convert

RGB 162 14 119 -
CMYK 0 0.91 0.27 0.36
HSL 317.43º 0.84% 0.35% -
HSV(B) 317.43º 0.91% 0.64% -
XYZ 18.39 9.33 18.28 -
YUV 70.22 155.53 193.46 -
System Red Green Blue C M Y K H S L
Decimal 162 14 119 0 0.91 0.27 0.36 317.43 0.84 0.35
Hex A2 E 77 0 5B 1B 24 13D 54 23
Octal 242 16 167 0 133 33 44 475 124 43
Binary 10100010 1110 1110111 0 1011011 11011 100100 100111101 1010100 100011

Color Harmonies of #A20E77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A20E77

Black with #A20E77

Text Example


Text Example

White with #A20E77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A20E77; }

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

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

background-color css

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

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

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

border-color css

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

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

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