Html Css Color HEX #A60581 Eggplant

📋 copy color: '#A60581'

red 166 ◦ green 5 ◦ blue 129

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

Shades of Eggplant #A60581

Tints of Eggplant #A60581

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 43%

R = 55.33%
G = 1.67%
B = 43%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.22

 K value IS 0.35

RGB Variations

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

Color information

#A60581 (or 0xA60581) is known color: Eggplant. HEX triplet: A6, 05 and 81. RGB value is (166,5,129). Sum of RGB (Red+Green+Blue) = 166+5+129=300 (39% of max value = 765). Red value is 166 (65.23% from 255 or 55.33% from 300); Green value is 5 (2.34% from 255 or 1.67% from 300); Blue value is 129 (50.78% from 255 or 43% from 300); Max value from RGB is 166 - color contains mainly: red. Hex color #A60581 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A60581 is #59FA7E. Grayscale: #424242. Windows color (decimal): -5896831 or 8455590. OLE color: 8455590.

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

Color convert

RGB 166 5 129 -
CMYK 0 0.97 0.22 0.35
HSL 313.79º 0.94% 0.34% -
HSV(B) 313.79º 0.97% 0.65% -
XYZ 19.74 9.8 21.62 -
YUV 67.28 162.84 198.42 -
System Red Green Blue C M Y K H S L
Decimal 166 5 129 0 0.97 0.22 0.35 313.79 0.94 0.34
Hex A6 5 81 0 61 16 23 13A 5E 22
Octal 246 5 201 0 141 26 43 472 136 42
Binary 10100110 101 10000001 0 1100001 10110 100011 100111010 1011110 100010

Color Harmonies of #A60581

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A60581

Black with #A60581

Text Example


Text Example

White with #A60581

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A60581; }

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

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

background-color css

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

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

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

border-color css

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

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

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