Shades of Dark Magenta #A910A8
Tints of Dark Magenta #A910A8
RGB
CMYK
RGB Variations
Color information
#A910A8 (or 0xA910A8) is known color: Dark Magenta. HEX triplet: A9, 10 and A8. RGB value is (169,16,168). Sum of RGB (Red+Green+Blue) = 169+16+168=353 (46% of max value = 765). Red value is 169 (66.41% from 255 or 47.88% from 353); Green value is 16 (6.64% from 255 or 4.53% from 353); Blue value is 168 (66.02% from 255 or 47.59% from 353); Max value from RGB is 169 - color contains mainly: red. Hex color #A910A8 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A910A8 is #56EF57. Grayscale: #4E4E4E. Windows color (decimal): -5697368 or 11014313. OLE color: 11014313.
HSL color Cylindrical-coordinate representation of color #A910A8: hue angle of 300.39º degrees, saturation: 0.83, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A910A8 is Cyan = 0, Magento = 0.91, Yellow = 0.01 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 16 | 168 | - |
| CMYK | 0 | 0.91 | 0.01 | 0.34 |
| HSL | 300.39º | 0.83% | 0.36% | - |
| HSV(B) | 300.39º | 0.91% | 0.66% | - |
| XYZ | 23.62 | 11.63 | 38.05 | - |
| YUV | 79.08 | 178.19 | 192.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 16 | 168 | 0 | 0.91 | 0.01 | 0.34 | 300.39 | 0.83 | 0.36 |
| Hex | A9 | 10 | A8 | 0 | 5B | 1 | 22 | 12C | 53 | 24 |
| Octal | 251 | 20 | 250 | 0 | 133 | 1 | 42 | 454 | 123 | 44 |
| Binary | 10101001 | 10000 | 10101000 | 0 | 1011011 | 1 | 100010 | 100101100 | 1010011 | 100100 |
Color Harmonies of #A910A8
Complementary color
Monochromatic Colors of #A910A8
Black with #A910A8
Text Example
Text Example
White with #A910A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A910A8; }
p { color: rgb(169,16,168); }
H1.HeaderClassName
{
color: #A910A8;
}
.AnyTagClassName
{
color: #A910A8;
}
</style>
background-color css
<style>
a { background-color: #A910A8; }
a { background-color: rgb(169,16,168); }
div.DivClassName
{
background-color: #A910A8;
}
.BgClassName
{
background-color: #A910A8;
}
</style>
border-color css
<style>
span { border-color: #A910A8; }
span { border-color: rgb(169,16,168); }
td.TdClassName
{
border-color: #A910A8;
}
.TagClassName
{
border-color: #A910A8;
}
</style>