Html Css Color HEX #A20778 Eggplant

📋 copy color: '#A20778'

red 162 ◦ green 7 ◦ blue 120

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

Shades of Eggplant #A20778

Tints of Eggplant #A20778

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.42%

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

R = 56.06%
G = 2.42%
B = 41.52%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.26

 K value IS 0.36

RGB Variations

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

Color information

#A20778 (or 0xA20778) is known color: Eggplant. HEX triplet: A2, 07 and 78. RGB value is (162,7,120). Sum of RGB (Red+Green+Blue) = 162+7+120=289 (38% of max value = 765). Red value is 162 (63.67% from 255 or 56.06% from 289); Green value is 7 (3.12% from 255 or 2.42% from 289); Blue value is 120 (47.27% from 255 or 41.52% from 289); Max value from RGB is 162 - color contains mainly: red. Hex color #A20778 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A20778 is #5DF887. Grayscale: #414141. Windows color (decimal): -6158472 or 7866274. OLE color: 7866274.

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

Color convert

RGB 162 7 120 -
CMYK 0 0.96 0.26 0.36
HSL 316.26º 0.92% 0.33% -
HSV(B) 316.26º 0.96% 0.64% -
XYZ 18.37 9.19 18.58 -
YUV 66.23 158.35 196.31 -
System Red Green Blue C M Y K H S L
Decimal 162 7 120 0 0.96 0.26 0.36 316.26 0.92 0.33
Hex A2 7 78 0 60 1A 24 13C 5C 21
Octal 242 7 170 0 140 32 44 474 134 41
Binary 10100010 111 1111000 0 1100000 11010 100100 100111100 1011100 100001

Color Harmonies of #A20778

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A20778

Black with #A20778

Text Example


Text Example

White with #A20778

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A20778; }

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

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

background-color css

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

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

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

border-color css

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

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

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