Shades of Dark Magenta #A310A8
Tints of Dark Magenta #A310A8
RGB
CMYK
RGB Variations
Color information
#A310A8 (or 0xA310A8) is known color: Dark Magenta. HEX triplet: A3, 10 and A8. RGB value is (163,16,168). Sum of RGB (Red+Green+Blue) = 163+16+168=347 (45% of max value = 765). Red value is 163 (64.06% from 255 or 46.97% from 347); Green value is 16 (6.64% from 255 or 4.61% from 347); Blue value is 168 (66.02% from 255 or 48.41% from 347); Max value from RGB is 168 - color contains mainly: blue. Hex color #A310A8 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A310A8 is #5CEF57. Grayscale: #4C4C4C. Windows color (decimal): -6090584 or 11014307. OLE color: 11014307.
HSL color Cylindrical-coordinate representation of color #A310A8: hue angle of 298.03º degrees, saturation: 0.83, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A310A8 is Cyan = 0.03, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 163 | 16 | 168 | - |
| CMYK | 0.03 | 0.90 | 0 | 0.34 |
| HSL | 298.03º | 0.83% | 0.36% | - |
| HSV(B) | 298.03º | 0.9% | 0.66% | - |
| XYZ | 22.36 | 10.98 | 37.99 | - |
| YUV | 77.28 | 179.2 | 189.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 16 | 168 | 0.03 | 0.90 | 0 | 0.34 | 298.03 | 0.83 | 0.36 |
| Hex | A3 | 10 | A8 | 3 | 5A | 0 | 22 | 12A | 53 | 24 |
| Octal | 243 | 20 | 250 | 3 | 132 | 0 | 42 | 452 | 123 | 44 |
| Binary | 10100011 | 10000 | 10101000 | 11 | 1011010 | 0 | 100010 | 100101010 | 1010011 | 100100 |
Color Harmonies of #A310A8
Complementary color
Monochromatic Colors of #A310A8
Black with #A310A8
Text Example
Text Example
White with #A310A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A310A8; }
p { color: rgb(163,16,168); }
H1.HeaderClassName
{
color: #A310A8;
}
.AnyTagClassName
{
color: #A310A8;
}
</style>
background-color css
<style>
a { background-color: #A310A8; }
a { background-color: rgb(163,16,168); }
div.DivClassName
{
background-color: #A310A8;
}
.BgClassName
{
background-color: #A310A8;
}
</style>
border-color css
<style>
span { border-color: #A310A8; }
span { border-color: rgb(163,16,168); }
td.TdClassName
{
border-color: #A310A8;
}
.TagClassName
{
border-color: #A310A8;
}
</style>