Html Css Color HEX #A20578 Eggplant

📋 copy color: '#A20578'

red 162 ◦ green 5 ◦ blue 120

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

Shades of Eggplant #A20578

Tints of Eggplant #A20578

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.74%

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

R = 56.45%
G = 1.74%
B = 41.81%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.26

 K value IS 0.36

RGB Variations

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

Color information

#A20578 (or 0xA20578) is known color: Eggplant. HEX triplet: A2, 05 and 78. RGB value is (162,5,120). Sum of RGB (Red+Green+Blue) = 162+5+120=287 (38% of max value = 765). Red value is 162 (63.67% from 255 or 56.45% from 287); Green value is 5 (2.34% from 255 or 1.74% from 287); Blue value is 120 (47.27% from 255 or 41.81% from 287); Max value from RGB is 162 - color contains mainly: red. Hex color #A20578 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A20578 is #5DFA87. Grayscale: #404040. Windows color (decimal): -6158984 or 7865762. OLE color: 7865762.

HSL color Cylindrical-coordinate representation of color #A20578: hue angle of 316.05º degrees, saturation: 0.94, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A20578 is Cyan = 0, Magento = 0.97, Yellow = 0.26 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 5 120 -
CMYK 0 0.97 0.26 0.36
HSL 316.05º 0.94% 0.33% -
HSV(B) 316.05º 0.97% 0.64% -
XYZ 18.34 9.15 18.57 -
YUV 65.05 159.01 197.15 -
System Red Green Blue C M Y K H S L
Decimal 162 5 120 0 0.97 0.26 0.36 316.05 0.94 0.33
Hex A2 5 78 0 61 1A 24 13C 5E 21
Octal 242 5 170 0 141 32 44 474 136 41
Binary 10100010 101 1111000 0 1100001 11010 100100 100111100 1011110 100001

Color Harmonies of #A20578

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A20578

Black with #A20578

Text Example


Text Example

White with #A20578

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A20578; }

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

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

background-color css

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

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

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

border-color css

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

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

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