Shades of Deep Magenta #A814AF
Tints of Deep Magenta #A814AF
RGB
CMYK
RGB Variations
Color information
#A814AF (or 0xA814AF) is known color: Deep Magenta. HEX triplet: A8, 14 and AF. RGB value is (168,20,175). Sum of RGB (Red+Green+Blue) = 168+20+175=363 (48% of max value = 765). Red value is 168 (66.02% from 255 or 46.28% from 363); Green value is 20 (8.20% from 255 or 5.51% from 363); Blue value is 175 (68.75% from 255 or 48.21% from 363); Max value from RGB is 175 - color contains mainly: blue. Hex color #A814AF is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A814AF is #57EB50. Grayscale: #515151. Windows color (decimal): -5761873 or 11474088. OLE color: 11474088.
HSL color Cylindrical-coordinate representation of color #A814AF: hue angle of 297.29º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A814AF is Cyan = 0.04, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 168 | 20 | 175 | - |
| CMYK | 0.04 | 0.89 | 0 | 0.31 |
| HSL | 297.29º | 0.79% | 0.38% | - |
| HSV(B) | 297.29º | 0.89% | 0.69% | - |
| XYZ | 24.14 | 11.92 | 41.59 | - |
| YUV | 81.92 | 180.53 | 189.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 20 | 175 | 0.04 | 0.89 | 0 | 0.31 | 297.29 | 0.79 | 0.38 |
| Hex | A8 | 14 | AF | 4 | 59 | 0 | 1F | 129 | 4F | 26 |
| Octal | 250 | 24 | 257 | 4 | 131 | 0 | 37 | 451 | 117 | 46 |
| Binary | 10101000 | 10100 | 10101111 | 100 | 1011001 | 0 | 11111 | 100101001 | 1001111 | 100110 |
Color Harmonies of #A814AF
Complementary color
Monochromatic Colors of #A814AF
Black with #A814AF
Text Example
Text Example
White with #A814AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A814AF; }
p { color: rgb(168,20,175); }
H1.HeaderClassName
{
color: #A814AF;
}
.AnyTagClassName
{
color: #A814AF;
}
</style>
background-color css
<style>
a { background-color: #A814AF; }
a { background-color: rgb(168,20,175); }
div.DivClassName
{
background-color: #A814AF;
}
.BgClassName
{
background-color: #A814AF;
}
</style>
border-color css
<style>
span { border-color: #A814AF; }
span { border-color: rgb(168,20,175); }
td.TdClassName
{
border-color: #A814AF;
}
.TagClassName
{
border-color: #A814AF;
}
</style>