Shades of Deep Magenta #A900AE
Tints of Deep Magenta #A900AE
RGB
CMYK
RGB Variations
Color information
#A900AE (or 0xA900AE) is known color: Deep Magenta. HEX triplet: A9, 00 and AE. RGB value is (169,0,174). Sum of RGB (Red+Green+Blue) = 169+0+174=343 (45% of max value = 765). Red value is 169 (66.41% from 255 or 49.27% from 343); Green value is 0 (0.39% from 255 or 0% from 343); Blue value is 174 (68.36% from 255 or 50.73% from 343); Max value from RGB is 174 - color contains mainly: blue. Hex color #A900AE is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A900AE is #56FF51. Grayscale: #454545. Windows color (decimal): -5701458 or 11403433. OLE color: 11403433.
HSL color Cylindrical-coordinate representation of color #A900AE: hue angle of 298.28º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A900AE is Cyan = 0.03, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 169 | 0 | 174 | - |
| CMYK | 0.03 | 1 | 0 | 0.32 |
| HSL | 298.28º | 1% | 0.34% | - |
| HSV(B) | 298.28º | 1% | 0.68% | - |
| XYZ | 24 | 11.49 | 41 | - |
| YUV | 70.37 | 186.49 | 198.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 0 | 174 | 0.03 | 1 | 0 | 0.32 | 298.28 | 1 | 0.34 |
| Hex | A9 | 0 | AE | 3 | 64 | 0 | 20 | 12A | 64 | 22 |
| Octal | 251 | 0 | 256 | 3 | 144 | 0 | 40 | 452 | 144 | 42 |
| Binary | 10101001 | 0 | 10101110 | 11 | 1100100 | 0 | 100000 | 100101010 | 1100100 | 100010 |
Color Harmonies of #A900AE
Complementary color
Monochromatic Colors of #A900AE
Black with #A900AE
Text Example
Text Example
White with #A900AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A900AE; }
p { color: rgb(169,0,174); }
H1.HeaderClassName
{
color: #A900AE;
}
.AnyTagClassName
{
color: #A900AE;
}
</style>
background-color css
<style>
a { background-color: #A900AE; }
a { background-color: rgb(169,0,174); }
div.DivClassName
{
background-color: #A900AE;
}
.BgClassName
{
background-color: #A900AE;
}
</style>
border-color css
<style>
span { border-color: #A900AE; }
span { border-color: rgb(169,0,174); }
td.TdClassName
{
border-color: #A900AE;
}
.TagClassName
{
border-color: #A900AE;
}
</style>