Shades of Deep Magenta #A900AF
Tints of Deep Magenta #A900AF
RGB
CMYK
RGB Variations
Color information
#A900AF (or 0xA900AF) is known color: Deep Magenta. HEX triplet: A9, 00 and AF. RGB value is (169,0,175). Sum of RGB (Red+Green+Blue) = 169+0+175=344 (45% of max value = 765). Red value is 169 (66.41% from 255 or 49.13% from 344); Green value is 0 (0.39% from 255 or 0% from 344); Blue value is 175 (68.75% from 255 or 50.87% from 344); Max value from RGB is 175 - color contains mainly: blue. Hex color #A900AF is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A900AF is #56FF50. Grayscale: #454545. Windows color (decimal): -5701457 or 11468969. OLE color: 11468969.
HSL color Cylindrical-coordinate representation of color #A900AF: hue angle of 297.94º 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 #A900AF is Cyan = 0.03, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 169 | 0 | 175 | - |
| CMYK | 0.03 | 1 | 0 | 0.31 |
| HSL | 297.94º | 1% | 0.34% | - |
| HSV(B) | 297.94º | 1% | 0.69% | - |
| XYZ | 24.1 | 11.53 | 41.51 | - |
| YUV | 70.48 | 186.99 | 198.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 0 | 175 | 0.03 | 1 | 0 | 0.31 | 297.94 | 1 | 0.34 |
| Hex | A9 | 0 | AF | 3 | 64 | 0 | 1F | 12A | 64 | 22 |
| Octal | 251 | 0 | 257 | 3 | 144 | 0 | 37 | 452 | 144 | 42 |
| Binary | 10101001 | 0 | 10101111 | 11 | 1100100 | 0 | 11111 | 100101010 | 1100100 | 100010 |
Color Harmonies of #A900AF
Complementary color
Monochromatic Colors of #A900AF
Black with #A900AF
Text Example
Text Example
White with #A900AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A900AF; }
p { color: rgb(169,0,175); }
H1.HeaderClassName
{
color: #A900AF;
}
.AnyTagClassName
{
color: #A900AF;
}
</style>
background-color css
<style>
a { background-color: #A900AF; }
a { background-color: rgb(169,0,175); }
div.DivClassName
{
background-color: #A900AF;
}
.BgClassName
{
background-color: #A900AF;
}
</style>
border-color css
<style>
span { border-color: #A900AF; }
span { border-color: rgb(169,0,175); }
td.TdClassName
{
border-color: #A900AF;
}
.TagClassName
{
border-color: #A900AF;
}
</style>