Html Css Color HEX #A60571 Eggplant

📋 copy color: '#A60571'

red 166 ◦ green 5 ◦ blue 113

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

Shades of Eggplant #A60571

Tints of Eggplant #A60571

RGB

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

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

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

R = 58.45%
G = 1.76%
B = 39.79%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.32

 K value IS 0.35

RGB Variations

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

Color information

#A60571 (or 0xA60571) is known color: Eggplant. HEX triplet: A6, 05 and 71. RGB value is (166,5,113). Sum of RGB (Red+Green+Blue) = 166+5+113=284 (37% of max value = 765). Red value is 166 (65.23% from 255 or 58.45% from 284); Green value is 5 (2.34% from 255 or 1.76% from 284); Blue value is 113 (44.53% from 255 or 39.79% from 284); Max value from RGB is 166 - color contains mainly: red. Hex color #A60571 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A60571 is #59FA8E. Grayscale: #414141. Windows color (decimal): -5896847 or 7407014. OLE color: 7407014.

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

Color convert

RGB 166 5 113 -
CMYK 0 0.97 0.32 0.35
HSL 319.75º 0.94% 0.34% -
HSV(B) 319.75º 0.97% 0.65% -
XYZ 18.76 9.41 16.45 -
YUV 65.45 154.84 199.72 -
System Red Green Blue C M Y K H S L
Decimal 166 5 113 0 0.97 0.32 0.35 319.75 0.94 0.34
Hex A6 5 71 0 61 20 23 140 5E 22
Octal 246 5 161 0 141 40 43 500 136 42
Binary 10100110 101 1110001 0 1100001 100000 100011 101000000 1011110 100010

Color Harmonies of #A60571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A60571

Black with #A60571

Text Example


Text Example

White with #A60571

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A60571; }

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

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

background-color css

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

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

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

border-color css

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

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

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