Html Css Color HEX #A60171 Eggplant

📋 copy color: '#A60171'

red 166 ◦ green 1 ◦ blue 113

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

Shades of Eggplant #A60171

Tints of Eggplant #A60171

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.36%

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

R = 59.29%
G = 0.36%
B = 40.36%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.32

 K value IS 0.35

RGB Variations

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

Color information

#A60171 (or 0xA60171) is known color: Eggplant. HEX triplet: A6, 01 and 71. RGB value is (166,1,113). Sum of RGB (Red+Green+Blue) = 166+1+113=280 (37% of max value = 765). Red value is 166 (65.23% from 255 or 59.29% from 280); Green value is 1 (0.78% from 255 or 0.36% from 280); Blue value is 113 (44.53% from 255 or 40.36% from 280); Max value from RGB is 166 - color contains mainly: red. Hex color #A60171 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A60171 is #59FE8E. Grayscale: #3E3E3E. Windows color (decimal): -5897871 or 7405990. OLE color: 7405990.

HSL color Cylindrical-coordinate representation of color #A60171: hue angle of 319.27º degrees, saturation: 0.99, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A60171 is Cyan = 0, Magento = 0.99, Yellow = 0.32 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 1 113 -
CMYK 0 0.99 0.32 0.35
HSL 319.27º 0.99% 0.33% -
HSV(B) 319.27º 0.99% 0.65% -
XYZ 18.72 9.32 16.44 -
YUV 63.1 156.16 201.39 -
System Red Green Blue C M Y K H S L
Decimal 166 1 113 0 0.99 0.32 0.35 319.27 0.99 0.33
Hex A6 1 71 0 63 20 23 13F 63 21
Octal 246 1 161 0 143 40 43 477 143 41
Binary 10100110 1 1110001 0 1100011 100000 100011 100111111 1100011 100001

Color Harmonies of #A60171

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A60171

Black with #A60171

Text Example


Text Example

White with #A60171

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A60171; }

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

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

background-color css

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

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

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

border-color css

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

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

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