Html Css Color HEX #A20575 Eggplant

📋 copy color: '#A20575'

red 162 ◦ green 5 ◦ blue 117

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

Shades of Eggplant #A20575

Tints of Eggplant #A20575

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 41.2%

R = 57.04%
G = 1.76%
B = 41.2%

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

#A20575 (or 0xA20575) is known color: Eggplant. HEX triplet: A2, 05 and 75. RGB value is (162,5,117). Sum of RGB (Red+Green+Blue) = 162+5+117=284 (37% of max value = 765). Red value is 162 (63.67% from 255 or 57.04% from 284); Green value is 5 (2.34% from 255 or 1.76% from 284); Blue value is 117 (46.09% from 255 or 41.20% from 284); Max value from RGB is 162 - color contains mainly: red. Hex color #A20575 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A20575 is #5DFA8A. Grayscale: #404040. Windows color (decimal): -6158987 or 7669154. OLE color: 7669154.

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

Color convert

RGB 162 5 117 -
CMYK 0 0.97 0.28 0.36
HSL 317.2º 0.94% 0.33% -
HSV(B) 317.2º 0.97% 0.64% -
XYZ 18.17 9.07 17.62 -
YUV 64.71 157.51 197.39 -
System Red Green Blue C M Y K H S L
Decimal 162 5 117 0 0.97 0.28 0.36 317.2 0.94 0.33
Hex A2 5 75 0 61 1C 24 13D 5E 21
Octal 242 5 165 0 141 34 44 475 136 41
Binary 10100010 101 1110101 0 1100001 11100 100100 100111101 1011110 100001

Color Harmonies of #A20575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A20575

Black with #A20575

Text Example


Text Example

White with #A20575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A20575; }

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

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

background-color css

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

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

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

border-color css

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

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

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