Html Css Color HEX #A20571 Eggplant

📋 copy color: '#A20571'

red 162 ◦ green 5 ◦ blue 113

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

Shades of Eggplant #A20571

Tints of Eggplant #A20571

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.79%

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

R = 57.86%
G = 1.79%
B = 40.36%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.30

 K value IS 0.36

RGB Variations

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

Color information

#A20571 (or 0xA20571) is known color: Eggplant. HEX triplet: A2, 05 and 71. RGB value is (162,5,113). Sum of RGB (Red+Green+Blue) = 162+5+113=280 (37% of max value = 765). Red value is 162 (63.67% from 255 or 57.86% from 280); Green value is 5 (2.34% from 255 or 1.79% from 280); Blue value is 113 (44.53% from 255 or 40.36% from 280); Max value from RGB is 162 - color contains mainly: red. Hex color #A20571 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A20571 is #5DFA8E. Grayscale: #3F3F3F. Windows color (decimal): -6158991 or 7407010. OLE color: 7407010.

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

Color convert

RGB 162 5 113 -
CMYK 0 0.97 0.30 0.36
HSL 318.73º 0.94% 0.33% -
HSV(B) 318.73º 0.97% 0.64% -
XYZ 17.94 8.98 16.41 -
YUV 64.26 155.51 197.72 -
System Red Green Blue C M Y K H S L
Decimal 162 5 113 0 0.97 0.30 0.36 318.73 0.94 0.33
Hex A2 5 71 0 61 1E 24 13F 5E 21
Octal 242 5 161 0 141 36 44 477 136 41
Binary 10100010 101 1110001 0 1100001 11110 100100 100111111 1011110 100001

Color Harmonies of #A20571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A20571

Black with #A20571

Text Example


Text Example

White with #A20571

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A20571; }

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

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

background-color css

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

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

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

border-color css

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

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

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