Html Css Color HEX #A60574 Eggplant

📋 copy color: '#A60574'

red 166 ◦ green 5 ◦ blue 116

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

Shades of Eggplant #A60574

Tints of Eggplant #A60574

RGB

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

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

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

R = 57.84%
G = 1.74%
B = 40.42%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.30

 K value IS 0.35

RGB Variations

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

Color information

#A60574 (or 0xA60574) is known color: Eggplant. HEX triplet: A6, 05 and 74. RGB value is (166,5,116). Sum of RGB (Red+Green+Blue) = 166+5+116=287 (38% of max value = 765). Red value is 166 (65.23% from 255 or 57.84% from 287); Green value is 5 (2.34% from 255 or 1.74% from 287); Blue value is 116 (45.70% from 255 or 40.42% from 287); Max value from RGB is 166 - color contains mainly: red. Hex color #A60574 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A60574 is #59FA8B. Grayscale: #414141. Windows color (decimal): -5896844 or 7603622. OLE color: 7603622.

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

Color convert

RGB 166 5 116 -
CMYK 0 0.97 0.30 0.35
HSL 318.63º 0.94% 0.34% -
HSV(B) 318.63º 0.97% 0.65% -
XYZ 18.93 9.48 17.35 -
YUV 65.79 156.34 199.47 -
System Red Green Blue C M Y K H S L
Decimal 166 5 116 0 0.97 0.30 0.35 318.63 0.94 0.34
Hex A6 5 74 0 61 1E 23 13F 5E 22
Octal 246 5 164 0 141 36 43 477 136 42
Binary 10100110 101 1110100 0 1100001 11110 100011 100111111 1011110 100010

Color Harmonies of #A60574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A60574

Black with #A60574

Text Example


Text Example

White with #A60574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A60574; }

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

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

background-color css

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

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

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

border-color css

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

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

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