Shades of Dark Magenta #A10699
Tints of Dark Magenta #A10699
RGB
CMYK
RGB Variations
Color information
#A10699 (or 0xA10699) is known color: Dark Magenta. HEX triplet: A1, 06 and 99. RGB value is (161,6,153). Sum of RGB (Red+Green+Blue) = 161+6+153=320 (42% of max value = 765). Red value is 161 (63.28% from 255 or 50.31% from 320); Green value is 6 (2.73% from 255 or 1.88% from 320); Blue value is 153 (60.16% from 255 or 47.81% from 320); Max value from RGB is 161 - color contains mainly: red. Hex color #A10699 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A10699 is #5EF966. Grayscale: #444444. Windows color (decimal): -6224231 or 10028705. OLE color: 10028705.
HSL color Cylindrical-coordinate representation of color #A10699: hue angle of 303.1º degrees, saturation: 0.93, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A10699 is Cyan = 0, Magento = 0.96, Yellow = 0.05 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 6 | 153 | - |
| CMYK | 0 | 0.96 | 0.05 | 0.37 |
| HSL | 303.1º | 0.93% | 0.33% | - |
| HSV(B) | 303.1º | 0.96% | 0.63% | - |
| XYZ | 20.51 | 10.01 | 30.99 | - |
| YUV | 69.1 | 175.35 | 193.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 6 | 153 | 0 | 0.96 | 0.05 | 0.37 | 303.1 | 0.93 | 0.33 |
| Hex | A1 | 6 | 99 | 0 | 60 | 5 | 25 | 12F | 5D | 21 |
| Octal | 241 | 6 | 231 | 0 | 140 | 5 | 45 | 457 | 135 | 41 |
| Binary | 10100001 | 110 | 10011001 | 0 | 1100000 | 101 | 100101 | 100101111 | 1011101 | 100001 |
Color Harmonies of #A10699
Complementary color
Monochromatic Colors of #A10699
Black with #A10699
Text Example
Text Example
White with #A10699
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A10699; }
p { color: rgb(161,6,153); }
H1.HeaderClassName
{
color: #A10699;
}
.AnyTagClassName
{
color: #A10699;
}
</style>
background-color css
<style>
a { background-color: #A10699; }
a { background-color: rgb(161,6,153); }
div.DivClassName
{
background-color: #A10699;
}
.BgClassName
{
background-color: #A10699;
}
</style>
border-color css
<style>
span { border-color: #A10699; }
span { border-color: rgb(161,6,153); }
td.TdClassName
{
border-color: #A10699;
}
.TagClassName
{
border-color: #A10699;
}
</style>