Html Css Color HEX #A20771 Eggplant

📋 copy color: '#A20771'

red 162 ◦ green 7 ◦ blue 113

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

Shades of Eggplant #A20771

Tints of Eggplant #A20771

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 40.07%

R = 57.45%
G = 2.48%
B = 40.07%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.30

 K value IS 0.36

RGB Variations

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

Color information

#A20771 (or 0xA20771) is known color: Eggplant. HEX triplet: A2, 07 and 71. RGB value is (162,7,113). Sum of RGB (Red+Green+Blue) = 162+7+113=282 (37% of max value = 765). Red value is 162 (63.67% from 255 or 57.45% from 282); Green value is 7 (3.12% from 255 or 2.48% from 282); Blue value is 113 (44.53% from 255 or 40.07% from 282); Max value from RGB is 162 - color contains mainly: red. Hex color #A20771 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A20771 is #5DF88E. Grayscale: #414141. Windows color (decimal): -6158479 or 7407522. OLE color: 7407522.

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

Color convert

RGB 162 7 113 -
CMYK 0 0.96 0.30 0.36
HSL 318.97º 0.92% 0.33% -
HSV(B) 318.97º 0.96% 0.64% -
XYZ 17.96 9.03 16.42 -
YUV 65.43 154.85 196.88 -
System Red Green Blue C M Y K H S L
Decimal 162 7 113 0 0.96 0.30 0.36 318.97 0.92 0.33
Hex A2 7 71 0 60 1E 24 13F 5C 21
Octal 242 7 161 0 140 36 44 477 134 41
Binary 10100010 111 1110001 0 1100000 11110 100100 100111111 1011100 100001

Color Harmonies of #A20771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A20771

Black with #A20771

Text Example


Text Example

White with #A20771

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A20771; }

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

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

background-color css

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

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

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

border-color css

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

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

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