Shades of Deep Magenta #A804AF
Tints of Deep Magenta #A804AF
RGB
CMYK
RGB Variations
Color information
#A804AF (or 0xA804AF) is known color: Deep Magenta. HEX triplet: A8, 04 and AF. RGB value is (168,4,175). Sum of RGB (Red+Green+Blue) = 168+4+175=347 (45% of max value = 765). Red value is 168 (66.02% from 255 or 48.41% from 347); Green value is 4 (1.95% from 255 or 1.15% from 347); Blue value is 175 (68.75% from 255 or 50.43% from 347); Max value from RGB is 175 - color contains mainly: blue. Hex color #A804AF is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A804AF is #57FB50. Grayscale: #484848. Windows color (decimal): -5765969 or 11469992. OLE color: 11469992.
HSL color Cylindrical-coordinate representation of color #A804AF: hue angle of 297.54º degrees, saturation: 0.96, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A804AF is Cyan = 0.04, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 168 | 4 | 175 | - |
| CMYK | 0.04 | 0.98 | 0 | 0.31 |
| HSL | 297.54º | 0.96% | 0.35% | - |
| HSV(B) | 297.54º | 0.98% | 0.69% | - |
| XYZ | 23.93 | 11.51 | 41.52 | - |
| YUV | 72.53 | 185.83 | 196.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 4 | 175 | 0.04 | 0.98 | 0 | 0.31 | 297.54 | 0.96 | 0.35 |
| Hex | A8 | 4 | AF | 4 | 62 | 0 | 1F | 12A | 60 | 23 |
| Octal | 250 | 4 | 257 | 4 | 142 | 0 | 37 | 452 | 140 | 43 |
| Binary | 10101000 | 100 | 10101111 | 100 | 1100010 | 0 | 11111 | 100101010 | 1100000 | 100011 |
Color Harmonies of #A804AF
Complementary color
Monochromatic Colors of #A804AF
Black with #A804AF
Text Example
Text Example
White with #A804AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A804AF; }
p { color: rgb(168,4,175); }
H1.HeaderClassName
{
color: #A804AF;
}
.AnyTagClassName
{
color: #A804AF;
}
</style>
background-color css
<style>
a { background-color: #A804AF; }
a { background-color: rgb(168,4,175); }
div.DivClassName
{
background-color: #A804AF;
}
.BgClassName
{
background-color: #A804AF;
}
</style>
border-color css
<style>
span { border-color: #A804AF; }
span { border-color: rgb(168,4,175); }
td.TdClassName
{
border-color: #A804AF;
}
.TagClassName
{
border-color: #A804AF;
}
</style>