Shades of Dark Magenta #A60299
Tints of Dark Magenta #A60299
RGB
CMYK
RGB Variations
Color information
#A60299 (or 0xA60299) is known color: Dark Magenta. HEX triplet: A6, 02 and 99. RGB value is (166,2,153). Sum of RGB (Red+Green+Blue) = 166+2+153=321 (42% of max value = 765). Red value is 166 (65.23% from 255 or 51.71% from 321); Green value is 2 (1.17% from 255 or 0.62% from 321); Blue value is 153 (60.16% from 255 or 47.66% from 321); Max value from RGB is 166 - color contains mainly: red. Hex color #A60299 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A60299 is #59FD66. Grayscale: #434343. Windows color (decimal): -5897575 or 10027686. OLE color: 10027686.
HSL color Cylindrical-coordinate representation of color #A60299: hue angle of 304.76º degrees, saturation: 0.98, 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 #A60299 is Cyan = 0, Magento = 0.99, Yellow = 0.08 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 2 | 153 | - |
| CMYK | 0 | 0.99 | 0.08 | 0.35 |
| HSL | 304.76º | 0.98% | 0.33% | - |
| HSV(B) | 304.76º | 0.99% | 0.65% | - |
| XYZ | 21.5 | 10.45 | 31.02 | - |
| YUV | 68.25 | 175.83 | 197.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 2 | 153 | 0 | 0.99 | 0.08 | 0.35 | 304.76 | 0.98 | 0.33 |
| Hex | A6 | 2 | 99 | 0 | 63 | 8 | 23 | 131 | 62 | 21 |
| Octal | 246 | 2 | 231 | 0 | 143 | 10 | 43 | 461 | 142 | 41 |
| Binary | 10100110 | 10 | 10011001 | 0 | 1100011 | 1000 | 100011 | 100110001 | 1100010 | 100001 |
Color Harmonies of #A60299
Complementary color
Monochromatic Colors of #A60299
Black with #A60299
Text Example
Text Example
White with #A60299
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A60299; }
p { color: rgb(166,2,153); }
H1.HeaderClassName
{
color: #A60299;
}
.AnyTagClassName
{
color: #A60299;
}
</style>
background-color css
<style>
a { background-color: #A60299; }
a { background-color: rgb(166,2,153); }
div.DivClassName
{
background-color: #A60299;
}
.BgClassName
{
background-color: #A60299;
}
</style>
border-color css
<style>
span { border-color: #A60299; }
span { border-color: rgb(166,2,153); }
td.TdClassName
{
border-color: #A60299;
}
.TagClassName
{
border-color: #A60299;
}
</style>