Html Css Color HEX #A20779 Eggplant

📋 copy color: '#A20779'

red 162 ◦ green 7 ◦ blue 121

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

Shades of Eggplant #A20779

Tints of Eggplant #A20779

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 41.72%

R = 55.86%
G = 2.41%
B = 41.72%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.25

 K value IS 0.36

RGB Variations

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

Color information

#A20779 (or 0xA20779) is known color: Eggplant. HEX triplet: A2, 07 and 79. RGB value is (162,7,121). Sum of RGB (Red+Green+Blue) = 162+7+121=290 (38% of max value = 765). Red value is 162 (63.67% from 255 or 55.86% from 290); Green value is 7 (3.12% from 255 or 2.41% from 290); Blue value is 121 (47.66% from 255 or 41.72% from 290); Max value from RGB is 162 - color contains mainly: red. Hex color #A20779 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A20779 is #5DF886. Grayscale: #424242. Windows color (decimal): -6158471 or 7931810. OLE color: 7931810.

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

Color convert

RGB 162 7 121 -
CMYK 0 0.96 0.25 0.36
HSL 315.87º 0.92% 0.33% -
HSV(B) 315.87º 0.96% 0.64% -
XYZ 18.43 9.21 18.9 -
YUV 66.34 158.85 196.23 -
System Red Green Blue C M Y K H S L
Decimal 162 7 121 0 0.96 0.25 0.36 315.87 0.92 0.33
Hex A2 7 79 0 60 19 24 13C 5C 21
Octal 242 7 171 0 140 31 44 474 134 41
Binary 10100010 111 1111001 0 1100000 11001 100100 100111100 1011100 100001

Color Harmonies of #A20779

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A20779

Black with #A20779

Text Example


Text Example

White with #A20779

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A20779; }

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

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

background-color css

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

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

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

border-color css

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

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

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