Html Css Color HEX #A20777 Eggplant

📋 copy color: '#A20777'

red 162 ◦ green 7 ◦ blue 119

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

Shades of Eggplant #A20777

Tints of Eggplant #A20777

RGB

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

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

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

R = 56.25%
G = 2.43%
B = 41.32%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.27

 K value IS 0.36

RGB Variations

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

Color information

#A20777 (or 0xA20777) is known color: Eggplant. HEX triplet: A2, 07 and 77. RGB value is (162,7,119). Sum of RGB (Red+Green+Blue) = 162+7+119=288 (38% of max value = 765). Red value is 162 (63.67% from 255 or 56.25% from 288); Green value is 7 (3.12% from 255 or 2.43% from 288); Blue value is 119 (46.88% from 255 or 41.32% from 288); Max value from RGB is 162 - color contains mainly: red. Hex color #A20777 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A20777 is #5DF888. Grayscale: #414141. Windows color (decimal): -6158473 or 7800738. OLE color: 7800738.

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

Color convert

RGB 162 7 119 -
CMYK 0 0.96 0.27 0.36
HSL 316.65º 0.92% 0.33% -
HSV(B) 316.65º 0.96% 0.64% -
XYZ 18.31 9.17 18.26 -
YUV 66.11 157.85 196.39 -
System Red Green Blue C M Y K H S L
Decimal 162 7 119 0 0.96 0.27 0.36 316.65 0.92 0.33
Hex A2 7 77 0 60 1B 24 13D 5C 21
Octal 242 7 167 0 140 33 44 475 134 41
Binary 10100010 111 1110111 0 1100000 11011 100100 100111101 1011100 100001

Color Harmonies of #A20777

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A20777

Black with #A20777

Text Example


Text Example

White with #A20777

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A20777; }

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

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

background-color css

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

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

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

border-color css

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

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

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