Shades of Dark Magenta #A904AA
Tints of Dark Magenta #A904AA
RGB
CMYK
RGB Variations
Color information
#A904AA (or 0xA904AA) is known color: Dark Magenta. HEX triplet: A9, 04 and AA. RGB value is (169,4,170). Sum of RGB (Red+Green+Blue) = 169+4+170=343 (45% of max value = 765). Red value is 169 (66.41% from 255 or 49.27% from 343); Green value is 4 (1.95% from 255 or 1.17% from 343); Blue value is 170 (66.80% from 255 or 49.56% from 343); Max value from RGB is 170 - color contains mainly: blue. Hex color #A904AA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A904AA is #56FB55. Grayscale: #474747. Windows color (decimal): -5700438 or 11142313. OLE color: 11142313.
HSL color Cylindrical-coordinate representation of color #A904AA: hue angle of 299.64º degrees, saturation: 0.95, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A904AA is Cyan = 0.01, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 169 | 4 | 170 | - |
| CMYK | 0.01 | 0.98 | 0 | 0.33 |
| HSL | 299.64º | 0.95% | 0.34% | - |
| HSV(B) | 299.64º | 0.98% | 0.67% | - |
| XYZ | 23.66 | 11.42 | 38.99 | - |
| YUV | 72.26 | 183.16 | 197 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 4 | 170 | 0.01 | 0.98 | 0 | 0.33 | 299.64 | 0.95 | 0.34 |
| Hex | A9 | 4 | AA | 1 | 62 | 0 | 21 | 12C | 5F | 22 |
| Octal | 251 | 4 | 252 | 1 | 142 | 0 | 41 | 454 | 137 | 42 |
| Binary | 10101001 | 100 | 10101010 | 1 | 1100010 | 0 | 100001 | 100101100 | 1011111 | 100010 |
Color Harmonies of #A904AA
Complementary color
Monochromatic Colors of #A904AA
Black with #A904AA
Text Example
Text Example
White with #A904AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A904AA; }
p { color: rgb(169,4,170); }
H1.HeaderClassName
{
color: #A904AA;
}
.AnyTagClassName
{
color: #A904AA;
}
</style>
background-color css
<style>
a { background-color: #A904AA; }
a { background-color: rgb(169,4,170); }
div.DivClassName
{
background-color: #A904AA;
}
.BgClassName
{
background-color: #A904AA;
}
</style>
border-color css
<style>
span { border-color: #A904AA; }
span { border-color: rgb(169,4,170); }
td.TdClassName
{
border-color: #A904AA;
}
.TagClassName
{
border-color: #A904AA;
}
</style>