Html Css Color HEX #A20770 Eggplant

📋 copy color: '#A20770'

red 162 ◦ green 7 ◦ blue 112

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

Shades of Eggplant #A20770

Tints of Eggplant #A20770

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 39.86%

R = 57.65%
G = 2.49%
B = 39.86%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.31

 K value IS 0.36

RGB Variations

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

Color information

#A20770 (or 0xA20770) is known color: Eggplant. HEX triplet: A2, 07 and 70. RGB value is (162,7,112). Sum of RGB (Red+Green+Blue) = 162+7+112=281 (37% of max value = 765). Red value is 162 (63.67% from 255 or 57.65% from 281); Green value is 7 (3.12% from 255 or 2.49% from 281); Blue value is 112 (44.14% from 255 or 39.86% from 281); Max value from RGB is 162 - color contains mainly: red. Hex color #A20770 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A20770 is #5DF88F. Grayscale: #414141. Windows color (decimal): -6158480 or 7341986. OLE color: 7341986.

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

Color convert

RGB 162 7 112 -
CMYK 0 0.96 0.31 0.36
HSL 319.35º 0.92% 0.33% -
HSV(B) 319.35º 0.96% 0.64% -
XYZ 17.9 9 16.12 -
YUV 65.32 154.35 196.96 -
System Red Green Blue C M Y K H S L
Decimal 162 7 112 0 0.96 0.31 0.36 319.35 0.92 0.33
Hex A2 7 70 0 60 1F 24 13F 5C 21
Octal 242 7 160 0 140 37 44 477 134 41
Binary 10100010 111 1110000 0 1100000 11111 100100 100111111 1011100 100001

Color Harmonies of #A20770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A20770

Black with #A20770

Text Example


Text Example

White with #A20770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A20770; }

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

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

background-color css

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

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

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

border-color css

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

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

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