Html Css Color HEX #A60577 Eggplant

📋 copy color: '#A60577'

red 166 ◦ green 5 ◦ blue 119

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

Shades of Eggplant #A60577

Tints of Eggplant #A60577

RGB

 RED value IS 166 (65.23% from 255) = 57.24%

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

 BLUE value IS 119 (46.88% from 255) = 41.03%

R = 57.24%
G = 1.72%
B = 41.03%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.28

 K value IS 0.35

RGB Variations

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

Color information

#A60577 (or 0xA60577) is known color: Eggplant. HEX triplet: A6, 05 and 77. RGB value is (166,5,119). Sum of RGB (Red+Green+Blue) = 166+5+119=290 (38% of max value = 765). Red value is 166 (65.23% from 255 or 57.24% from 290); Green value is 5 (2.34% from 255 or 1.72% from 290); Blue value is 119 (46.88% from 255 or 41.03% from 290); Max value from RGB is 166 - color contains mainly: red. Hex color #A60577 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A60577 is #59FA88. Grayscale: #414141. Windows color (decimal): -5896841 or 7800230. OLE color: 7800230.

HSL color Cylindrical-coordinate representation of color #A60577: hue angle of 317.52º degrees, saturation: 0.94, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A60577 is Cyan = 0, Magento = 0.97, Yellow = 0.28 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 5 119 -
CMYK 0 0.97 0.28 0.35
HSL 317.52º 0.94% 0.34% -
HSV(B) 317.52º 0.97% 0.65% -
XYZ 19.11 9.55 18.29 -
YUV 66.14 157.84 199.23 -
System Red Green Blue C M Y K H S L
Decimal 166 5 119 0 0.97 0.28 0.35 317.52 0.94 0.34
Hex A6 5 77 0 61 1C 23 13E 5E 22
Octal 246 5 167 0 141 34 43 476 136 42
Binary 10100110 101 1110111 0 1100001 11100 100011 100111110 1011110 100010

Color Harmonies of #A60577

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A60577

Black with #A60577

Text Example


Text Example

White with #A60577

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A60577; }

 p { color: rgb(166,5,119); }

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

background-color css

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

 a { background-color: rgb(166,5,119); }

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

border-color css

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

 span { border-color: rgb(166,5,119); }

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