Shades of Deep Magenta #A800AF
Tints of Deep Magenta #A800AF
RGB
CMYK
RGB Variations
Color information
#A800AF (or 0xA800AF) is known color: Deep Magenta. HEX triplet: A8, 00 and AF. RGB value is (168,0,175). Sum of RGB (Red+Green+Blue) = 168+0+175=343 (45% of max value = 765). Red value is 168 (66.02% from 255 or 48.98% from 343); Green value is 0 (0.39% from 255 or 0% from 343); Blue value is 175 (68.75% from 255 or 51.02% from 343); Max value from RGB is 175 - color contains mainly: blue. Hex color #A800AF is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A800AF is #57FF50. Grayscale: #454545. Windows color (decimal): -5766993 or 11468968. OLE color: 11468968.
HSL color Cylindrical-coordinate representation of color #A800AF: hue angle of 297.6º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A800AF is Cyan = 0.04, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 168 | 0 | 175 | - |
| CMYK | 0.04 | 1 | 0 | 0.31 |
| HSL | 297.6º | 1% | 0.34% | - |
| HSV(B) | 297.6º | 1% | 0.69% | - |
| XYZ | 23.89 | 11.42 | 41.5 | - |
| YUV | 70.18 | 187.16 | 197.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 0 | 175 | 0.04 | 1 | 0 | 0.31 | 297.6 | 1 | 0.34 |
| Hex | A8 | 0 | AF | 4 | 64 | 0 | 1F | 12A | 64 | 22 |
| Octal | 250 | 0 | 257 | 4 | 144 | 0 | 37 | 452 | 144 | 42 |
| Binary | 10101000 | 0 | 10101111 | 100 | 1100100 | 0 | 11111 | 100101010 | 1100100 | 100010 |
Color Harmonies of #A800AF
Complementary color
Monochromatic Colors of #A800AF
Black with #A800AF
Text Example
Text Example
White with #A800AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A800AF; }
p { color: rgb(168,0,175); }
H1.HeaderClassName
{
color: #A800AF;
}
.AnyTagClassName
{
color: #A800AF;
}
</style>
background-color css
<style>
a { background-color: #A800AF; }
a { background-color: rgb(168,0,175); }
div.DivClassName
{
background-color: #A800AF;
}
.BgClassName
{
background-color: #A800AF;
}
</style>
border-color css
<style>
span { border-color: #A800AF; }
span { border-color: rgb(168,0,175); }
td.TdClassName
{
border-color: #A800AF;
}
.TagClassName
{
border-color: #A800AF;
}
</style>