#A60689

Color #A60689 Dark Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Magenta #A60689

Tints of Dark Magenta #A60689

Color information

#A60689 (or 0xA60689) is unknown color: approx Dark Magenta. HEX triplet: A6, 06 and 89. RGB value is (166,6,137). Sum of RGB (Red+Green+Blue) = 166+6+137=309 (40% of max value = 765). Red value is 166 (65.23% from 255 or 53.72% from 309); Green value is 6 (2.73% from 255 or 1.94% from 309); Blue value is 137 (53.91% from 255 or 44.34% from 309); Max value from RGB is 166 - color contains mainly: red. Hex color #A60689 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A60689 is #59F976. Grayscale: #444444. Windows color (decimal): -5896567 or 8980134. OLE color: 8980134.

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

Color convert

RGB1666137-
CMYK00.960.170.35
HSL310.88º93.02%33.73%-
HSV(B)310.88º96.39%65.1%-
XYZ20.3110.0424.54-
YUV68.77166.51197.35-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 53.72%
GREEN value IS 6 (2.73% from 255) = 1.94%
BLUE value IS 137 (53.91% from 255) = 44.34%
R=53.72%
G=1.94%
B=44.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.17
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166613700.960.170.35310.8893.0233.73
HexA668906011231375d22
Octal24662110140214346713542
Binary101001101101000100101100000100011000111001101111011101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A60689

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A60689; }

 p { color: rgb(166,6,137); }

 H1.HeaderClassName
 {
   color: #A60689;
 }
 .AnyTagClassName
 {
   color: #A60689;
 }
</style>
background-color css

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

 a { background-color: rgb(166,6,137); }

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

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

 span { border-color: rgb(166,6,137); }

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