Shades of Deep Magenta #A811AF
Tints of Deep Magenta #A811AF
RGB
CMYK
RGB Variations
Color information
#A811AF (or 0xA811AF) is known color: Deep Magenta. HEX triplet: A8, 11 and AF. RGB value is (168,17,175). Sum of RGB (Red+Green+Blue) = 168+17+175=360 (47% of max value = 765). Red value is 168 (66.02% from 255 or 46.67% from 360); Green value is 17 (7.03% from 255 or 4.72% from 360); Blue value is 175 (68.75% from 255 or 48.61% from 360); Max value from RGB is 175 - color contains mainly: blue. Hex color #A811AF is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A811AF is #57EE50. Grayscale: #4F4F4F. Windows color (decimal): -5762641 or 11473320. OLE color: 11473320.
HSL color Cylindrical-coordinate representation of color #A811AF: hue angle of 297.34º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A811AF is Cyan = 0.04, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 168 | 17 | 175 | - |
| CMYK | 0.04 | 0.90 | 0 | 0.31 |
| HSL | 297.34º | 0.82% | 0.38% | - |
| HSV(B) | 297.34º | 0.9% | 0.69% | - |
| XYZ | 24.09 | 11.82 | 41.57 | - |
| YUV | 80.16 | 181.53 | 190.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 17 | 175 | 0.04 | 0.90 | 0 | 0.31 | 297.34 | 0.82 | 0.38 |
| Hex | A8 | 11 | AF | 4 | 5A | 0 | 1F | 129 | 52 | 26 |
| Octal | 250 | 21 | 257 | 4 | 132 | 0 | 37 | 451 | 122 | 46 |
| Binary | 10101000 | 10001 | 10101111 | 100 | 1011010 | 0 | 11111 | 100101001 | 1010010 | 100110 |
Color Harmonies of #A811AF
Complementary color
Monochromatic Colors of #A811AF
Black with #A811AF
Text Example
Text Example
White with #A811AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A811AF; }
p { color: rgb(168,17,175); }
H1.HeaderClassName
{
color: #A811AF;
}
.AnyTagClassName
{
color: #A811AF;
}
</style>
background-color css
<style>
a { background-color: #A811AF; }
a { background-color: rgb(168,17,175); }
div.DivClassName
{
background-color: #A811AF;
}
.BgClassName
{
background-color: #A811AF;
}
</style>
border-color css
<style>
span { border-color: #A811AF; }
span { border-color: rgb(168,17,175); }
td.TdClassName
{
border-color: #A811AF;
}
.TagClassName
{
border-color: #A811AF;
}
</style>