Html Css Color HEX #A20E78 Eggplant

📋 copy color: '#A20E78'

red 162 ◦ green 14 ◦ blue 120

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

Shades of Eggplant #A20E78

Tints of Eggplant #A20E78

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 40.54%

R = 54.73%
G = 4.73%
B = 40.54%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.26

 K value IS 0.36

RGB Variations

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

Color information

#A20E78 (or 0xA20E78) is known color: Eggplant. HEX triplet: A2, 0E and 78. RGB value is (162,14,120). Sum of RGB (Red+Green+Blue) = 162+14+120=296 (39% of max value = 765). Red value is 162 (63.67% from 255 or 54.73% from 296); Green value is 14 (5.86% from 255 or 4.73% from 296); Blue value is 120 (47.27% from 255 or 40.54% from 296); Max value from RGB is 162 - color contains mainly: red. Hex color #A20E78 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A20E78 is #5DF187. Grayscale: #464646. Windows color (decimal): -6156680 or 7868066. OLE color: 7868066.

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

Color convert

RGB 162 14 120 -
CMYK 0 0.91 0.26 0.36
HSL 317.03º 0.84% 0.35% -
HSV(B) 317.03º 0.91% 0.64% -
XYZ 18.45 9.35 18.6 -
YUV 70.34 156.03 193.38 -
System Red Green Blue C M Y K H S L
Decimal 162 14 120 0 0.91 0.26 0.36 317.03 0.84 0.35
Hex A2 E 78 0 5B 1A 24 13D 54 23
Octal 242 16 170 0 133 32 44 475 124 43
Binary 10100010 1110 1111000 0 1011011 11010 100100 100111101 1010100 100011

Color Harmonies of #A20E78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A20E78

Black with #A20E78

Text Example


Text Example

White with #A20E78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A20E78; }

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

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

background-color css

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

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

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

border-color css

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

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

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