Shades of Dark Magenta #A601AA
Tints of Dark Magenta #A601AA
RGB
CMYK
RGB Variations
Color information
#A601AA (or 0xA601AA) is known color: Dark Magenta. HEX triplet: A6, 01 and AA. RGB value is (166,1,170). Sum of RGB (Red+Green+Blue) = 166+1+170=337 (44% of max value = 765). Red value is 166 (65.23% from 255 or 49.26% from 337); Green value is 1 (0.78% from 255 or 0.30% from 337); Blue value is 170 (66.80% from 255 or 50.45% from 337); Max value from RGB is 170 - color contains mainly: blue. Hex color #A601AA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A601AA is #59FE55. Grayscale: #454545. Windows color (decimal): -5897814 or 11141542. OLE color: 11141542.
HSL color Cylindrical-coordinate representation of color #A601AA: hue angle of 298.58º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A601AA is Cyan = 0.02, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 166 | 1 | 170 | - |
| CMYK | 0.02 | 0.99 | 0 | 0.33 |
| HSL | 298.58º | 0.99% | 0.34% | - |
| HSV(B) | 298.58º | 0.99% | 0.67% | - |
| XYZ | 22.99 | 11.03 | 38.95 | - |
| YUV | 69.6 | 184.66 | 196.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 1 | 170 | 0.02 | 0.99 | 0 | 0.33 | 298.58 | 0.99 | 0.34 |
| Hex | A6 | 1 | AA | 2 | 63 | 0 | 21 | 12B | 63 | 22 |
| Octal | 246 | 1 | 252 | 2 | 143 | 0 | 41 | 453 | 143 | 42 |
| Binary | 10100110 | 1 | 10101010 | 10 | 1100011 | 0 | 100001 | 100101011 | 1100011 | 100010 |
Color Harmonies of #A601AA
Complementary color
Monochromatic Colors of #A601AA
Black with #A601AA
Text Example
Text Example
White with #A601AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A601AA; }
p { color: rgb(166,1,170); }
H1.HeaderClassName
{
color: #A601AA;
}
.AnyTagClassName
{
color: #A601AA;
}
</style>
background-color css
<style>
a { background-color: #A601AA; }
a { background-color: rgb(166,1,170); }
div.DivClassName
{
background-color: #A601AA;
}
.BgClassName
{
background-color: #A601AA;
}
</style>
border-color css
<style>
span { border-color: #A601AA; }
span { border-color: rgb(166,1,170); }
td.TdClassName
{
border-color: #A601AA;
}
.TagClassName
{
border-color: #A601AA;
}
</style>