Html Css Color HEX #A20574 Eggplant

📋 copy color: '#A20574'

red 162 ◦ green 5 ◦ blue 116

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

Shades of Eggplant #A20574

Tints of Eggplant #A20574

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 40.99%

R = 57.24%
G = 1.77%
B = 40.99%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.28

 K value IS 0.36

RGB Variations

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

Color information

#A20574 (or 0xA20574) is known color: Eggplant. HEX triplet: A2, 05 and 74. RGB value is (162,5,116). Sum of RGB (Red+Green+Blue) = 162+5+116=283 (37% of max value = 765). Red value is 162 (63.67% from 255 or 57.24% from 283); Green value is 5 (2.34% from 255 or 1.77% from 283); Blue value is 116 (45.70% from 255 or 40.99% from 283); Max value from RGB is 162 - color contains mainly: red. Hex color #A20574 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A20574 is #5DFA8B. Grayscale: #404040. Windows color (decimal): -6158988 or 7603618. OLE color: 7603618.

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

Color convert

RGB 162 5 116 -
CMYK 0 0.97 0.28 0.36
HSL 317.58º 0.94% 0.33% -
HSV(B) 317.58º 0.97% 0.64% -
XYZ 18.11 9.05 17.32 -
YUV 64.6 157.01 197.47 -
System Red Green Blue C M Y K H S L
Decimal 162 5 116 0 0.97 0.28 0.36 317.58 0.94 0.33
Hex A2 5 74 0 61 1C 24 13E 5E 21
Octal 242 5 164 0 141 34 44 476 136 41
Binary 10100010 101 1110100 0 1100001 11100 100100 100111110 1011110 100001

Color Harmonies of #A20574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A20574

Black with #A20574

Text Example


Text Example

White with #A20574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A20574; }

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

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

background-color css

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

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

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

border-color css

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

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

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