Shades of Dark Magenta #A903A8
Tints of Dark Magenta #A903A8
RGB
CMYK
RGB Variations
Color information
#A903A8 (or 0xA903A8) is known color: Dark Magenta. HEX triplet: A9, 03 and A8. RGB value is (169,3,168). Sum of RGB (Red+Green+Blue) = 169+3+168=340 (45% of max value = 765). Red value is 169 (66.41% from 255 or 49.71% from 340); Green value is 3 (1.56% from 255 or 0.88% from 340); Blue value is 168 (66.02% from 255 or 49.41% from 340); Max value from RGB is 169 - color contains mainly: red. Hex color #A903A8 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A903A8 is #56FC57. Grayscale: #464646. Windows color (decimal): -5700696 or 11010985. OLE color: 11010985.
HSL color Cylindrical-coordinate representation of color #A903A8: hue angle of 300.36º degrees, saturation: 0.97, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A903A8 is Cyan = 0, Magento = 0.98, Yellow = 0.01 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 3 | 168 | - |
| CMYK | 0 | 0.98 | 0.01 | 0.34 |
| HSL | 300.36º | 0.97% | 0.34% | - |
| HSV(B) | 300.36º | 0.98% | 0.66% | - |
| XYZ | 23.46 | 11.33 | 38 | - |
| YUV | 71.44 | 182.5 | 197.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 3 | 168 | 0 | 0.98 | 0.01 | 0.34 | 300.36 | 0.97 | 0.34 |
| Hex | A9 | 3 | A8 | 0 | 62 | 1 | 22 | 12C | 61 | 22 |
| Octal | 251 | 3 | 250 | 0 | 142 | 1 | 42 | 454 | 141 | 42 |
| Binary | 10101001 | 11 | 10101000 | 0 | 1100010 | 1 | 100010 | 100101100 | 1100001 | 100010 |
Color Harmonies of #A903A8
Complementary color
Monochromatic Colors of #A903A8
Black with #A903A8
Text Example
Text Example
White with #A903A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A903A8; }
p { color: rgb(169,3,168); }
H1.HeaderClassName
{
color: #A903A8;
}
.AnyTagClassName
{
color: #A903A8;
}
</style>
background-color css
<style>
a { background-color: #A903A8; }
a { background-color: rgb(169,3,168); }
div.DivClassName
{
background-color: #A903A8;
}
.BgClassName
{
background-color: #A903A8;
}
</style>
border-color css
<style>
span { border-color: #A903A8; }
span { border-color: rgb(169,3,168); }
td.TdClassName
{
border-color: #A903A8;
}
.TagClassName
{
border-color: #A903A8;
}
</style>