Html Css Color HEX #A60981 Eggplant

📋 copy color: '#A60981'

red 166 ◦ green 9 ◦ blue 129

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

Shades of Eggplant #A60981

Tints of Eggplant #A60981

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.96%

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

R = 54.61%
G = 2.96%
B = 42.43%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.22

 K value IS 0.35

RGB Variations

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

Color information

#A60981 (or 0xA60981) is known color: Eggplant. HEX triplet: A6, 09 and 81. RGB value is (166,9,129). Sum of RGB (Red+Green+Blue) = 166+9+129=304 (40% of max value = 765). Red value is 166 (65.23% from 255 or 54.61% from 304); Green value is 9 (3.91% from 255 or 2.96% from 304); Blue value is 129 (50.78% from 255 or 42.43% from 304); Max value from RGB is 166 - color contains mainly: red. Hex color #A60981 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A60981 is #59F67E. Grayscale: #454545. Windows color (decimal): -5895807 or 8456614. OLE color: 8456614.

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

Color convert

RGB 166 9 129 -
CMYK 0 0.95 0.22 0.35
HSL 314.14º 0.9% 0.34% -
HSV(B) 314.14º 0.95% 0.65% -
XYZ 19.79 9.89 21.63 -
YUV 69.62 161.51 196.74 -
System Red Green Blue C M Y K H S L
Decimal 166 9 129 0 0.95 0.22 0.35 314.14 0.9 0.34
Hex A6 9 81 0 5F 16 23 13A 5A 22
Octal 246 11 201 0 137 26 43 472 132 42
Binary 10100110 1001 10000001 0 1011111 10110 100011 100111010 1011010 100010

Color Harmonies of #A60981

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A60981

Black with #A60981

Text Example


Text Example

White with #A60981

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A60981; }

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

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

background-color css

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

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

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

border-color css

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

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

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