Html Css Color HEX #A20D78 Eggplant

📋 copy color: '#A20D78'

red 162 ◦ green 13 ◦ blue 120

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

Shades of Eggplant #A20D78

Tints of Eggplant #A20D78

RGB

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

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

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

R = 54.92%
G = 4.41%
B = 40.68%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.26

 K value IS 0.36

RGB Variations

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

Color information

#A20D78 (or 0xA20D78) is known color: Eggplant. HEX triplet: A2, 0D and 78. RGB value is (162,13,120). Sum of RGB (Red+Green+Blue) = 162+13+120=295 (39% of max value = 765). Red value is 162 (63.67% from 255 or 54.92% from 295); Green value is 13 (5.47% from 255 or 4.41% from 295); Blue value is 120 (47.27% from 255 or 40.68% from 295); Max value from RGB is 162 - color contains mainly: red. Hex color #A20D78 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A20D78 is #5DF287. Grayscale: #454545. Windows color (decimal): -6156936 or 7867810. OLE color: 7867810.

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

Color convert

RGB 162 13 120 -
CMYK 0 0.92 0.26 0.36
HSL 316.91º 0.85% 0.34% -
HSV(B) 316.91º 0.92% 0.64% -
XYZ 18.43 9.33 18.6 -
YUV 69.75 156.36 193.8 -
System Red Green Blue C M Y K H S L
Decimal 162 13 120 0 0.92 0.26 0.36 316.91 0.85 0.34
Hex A2 D 78 0 5C 1A 24 13D 55 22
Octal 242 15 170 0 134 32 44 475 125 42
Binary 10100010 1101 1111000 0 1011100 11010 100100 100111101 1010101 100010

Color Harmonies of #A20D78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A20D78

Black with #A20D78

Text Example


Text Example

White with #A20D78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A20D78; }

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

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

background-color css

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

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

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

border-color css

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

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

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