Shades of Dark Magenta #A902A8
Tints of Dark Magenta #A902A8
RGB
CMYK
RGB Variations
Color information
#A902A8 (or 0xA902A8) is known color: Dark Magenta. HEX triplet: A9, 02 and A8. RGB value is (169,2,168). Sum of RGB (Red+Green+Blue) = 169+2+168=339 (44% of max value = 765). Red value is 169 (66.41% from 255 or 49.85% from 339); Green value is 2 (1.17% from 255 or 0.59% from 339); Blue value is 168 (66.02% from 255 or 49.56% from 339); Max value from RGB is 169 - color contains mainly: red. Hex color #A902A8 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A902A8 is #56FD57. Grayscale: #464646. Windows color (decimal): -5700952 or 11010729. OLE color: 11010729.
HSL color Cylindrical-coordinate representation of color #A902A8: hue angle of 300.36º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A902A8 is Cyan = 0, Magento = 0.99, Yellow = 0.01 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 2 | 168 | - |
| CMYK | 0 | 0.99 | 0.01 | 0.34 |
| HSL | 300.36º | 0.98% | 0.34% | - |
| HSV(B) | 300.36º | 0.99% | 0.66% | - |
| XYZ | 23.45 | 11.31 | 37.99 | - |
| YUV | 70.86 | 182.83 | 198 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 2 | 168 | 0 | 0.99 | 0.01 | 0.34 | 300.36 | 0.98 | 0.34 |
| Hex | A9 | 2 | A8 | 0 | 63 | 1 | 22 | 12C | 62 | 22 |
| Octal | 251 | 2 | 250 | 0 | 143 | 1 | 42 | 454 | 142 | 42 |
| Binary | 10101001 | 10 | 10101000 | 0 | 1100011 | 1 | 100010 | 100101100 | 1100010 | 100010 |
Color Harmonies of #A902A8
Complementary color
Monochromatic Colors of #A902A8
Black with #A902A8
Text Example
Text Example
White with #A902A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A902A8; }
p { color: rgb(169,2,168); }
H1.HeaderClassName
{
color: #A902A8;
}
.AnyTagClassName
{
color: #A902A8;
}
</style>
background-color css
<style>
a { background-color: #A902A8; }
a { background-color: rgb(169,2,168); }
div.DivClassName
{
background-color: #A902A8;
}
.BgClassName
{
background-color: #A902A8;
}
</style>
border-color css
<style>
span { border-color: #A902A8; }
span { border-color: rgb(169,2,168); }
td.TdClassName
{
border-color: #A902A8;
}
.TagClassName
{
border-color: #A902A8;
}
</style>