Shades of Deep Magenta #A901AE
Tints of Deep Magenta #A901AE
RGB
CMYK
RGB Variations
Color information
#A901AE (or 0xA901AE) is known color: Deep Magenta. HEX triplet: A9, 01 and AE. RGB value is (169,1,174). Sum of RGB (Red+Green+Blue) = 169+1+174=344 (45% of max value = 765). Red value is 169 (66.41% from 255 or 49.13% from 344); Green value is 1 (0.78% from 255 or 0.29% from 344); Blue value is 174 (68.36% from 255 or 50.58% from 344); Max value from RGB is 174 - color contains mainly: blue. Hex color #A901AE is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A901AE is #56FE51. Grayscale: #464646. Windows color (decimal): -5701202 or 11403689. OLE color: 11403689.
HSL color Cylindrical-coordinate representation of color #A901AE: hue angle of 298.27º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A901AE is Cyan = 0.03, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 169 | 1 | 174 | - |
| CMYK | 0.03 | 0.99 | 0 | 0.32 |
| HSL | 298.27º | 0.99% | 0.34% | - |
| HSV(B) | 298.27º | 0.99% | 0.68% | - |
| XYZ | 24.01 | 11.51 | 41 | - |
| YUV | 70.95 | 186.16 | 197.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 1 | 174 | 0.03 | 0.99 | 0 | 0.32 | 298.27 | 0.99 | 0.34 |
| Hex | A9 | 1 | AE | 3 | 63 | 0 | 20 | 12A | 63 | 22 |
| Octal | 251 | 1 | 256 | 3 | 143 | 0 | 40 | 452 | 143 | 42 |
| Binary | 10101001 | 1 | 10101110 | 11 | 1100011 | 0 | 100000 | 100101010 | 1100011 | 100010 |
Color Harmonies of #A901AE
Complementary color
Monochromatic Colors of #A901AE
Black with #A901AE
Text Example
Text Example
White with #A901AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A901AE; }
p { color: rgb(169,1,174); }
H1.HeaderClassName
{
color: #A901AE;
}
.AnyTagClassName
{
color: #A901AE;
}
</style>
background-color css
<style>
a { background-color: #A901AE; }
a { background-color: rgb(169,1,174); }
div.DivClassName
{
background-color: #A901AE;
}
.BgClassName
{
background-color: #A901AE;
}
</style>
border-color css
<style>
span { border-color: #A901AE; }
span { border-color: rgb(169,1,174); }
td.TdClassName
{
border-color: #A901AE;
}
.TagClassName
{
border-color: #A901AE;
}
</style>