Shades of Deep Magenta #A810AF
Tints of Deep Magenta #A810AF
RGB
CMYK
RGB Variations
Color information
#A810AF (or 0xA810AF) is known color: Deep Magenta. HEX triplet: A8, 10 and AF. RGB value is (168,16,175). Sum of RGB (Red+Green+Blue) = 168+16+175=359 (47% of max value = 765). Red value is 168 (66.02% from 255 or 46.80% from 359); Green value is 16 (6.64% from 255 or 4.46% from 359); Blue value is 175 (68.75% from 255 or 48.75% from 359); Max value from RGB is 175 - color contains mainly: blue. Hex color #A810AF is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A810AF is #57EF50. Grayscale: #4F4F4F. Windows color (decimal): -5762897 or 11473064. OLE color: 11473064.
HSL color Cylindrical-coordinate representation of color #A810AF: hue angle of 297.36º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A810AF is Cyan = 0.04, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 168 | 16 | 175 | - |
| CMYK | 0.04 | 0.91 | 0 | 0.31 |
| HSL | 297.36º | 0.83% | 0.37% | - |
| HSV(B) | 297.36º | 0.91% | 0.69% | - |
| XYZ | 24.07 | 11.79 | 41.56 | - |
| YUV | 79.57 | 181.86 | 191.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 16 | 175 | 0.04 | 0.91 | 0 | 0.31 | 297.36 | 0.83 | 0.37 |
| Hex | A8 | 10 | AF | 4 | 5B | 0 | 1F | 129 | 53 | 25 |
| Octal | 250 | 20 | 257 | 4 | 133 | 0 | 37 | 451 | 123 | 45 |
| Binary | 10101000 | 10000 | 10101111 | 100 | 1011011 | 0 | 11111 | 100101001 | 1010011 | 100101 |
Color Harmonies of #A810AF
Complementary color
Monochromatic Colors of #A810AF
Black with #A810AF
Text Example
Text Example
White with #A810AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A810AF; }
p { color: rgb(168,16,175); }
H1.HeaderClassName
{
color: #A810AF;
}
.AnyTagClassName
{
color: #A810AF;
}
</style>
background-color css
<style>
a { background-color: #A810AF; }
a { background-color: rgb(168,16,175); }
div.DivClassName
{
background-color: #A810AF;
}
.BgClassName
{
background-color: #A810AF;
}
</style>
border-color css
<style>
span { border-color: #A810AF; }
span { border-color: rgb(168,16,175); }
td.TdClassName
{
border-color: #A810AF;
}
.TagClassName
{
border-color: #A810AF;
}
</style>