Shades of Dark Magenta #AA0194
Tints of Dark Magenta #AA0194
RGB
CMYK
RGB Variations
Color information
#AA0194 (or 0xAA0194) is known color: Dark Magenta. HEX triplet: AA, 01 and 94. RGB value is (170,1,148). Sum of RGB (Red+Green+Blue) = 170+1+148=319 (42% of max value = 765). Red value is 170 (66.80% from 255 or 53.29% from 319); Green value is 1 (0.78% from 255 or 0.31% from 319); Blue value is 148 (58.20% from 255 or 46.39% from 319); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0194 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA0194 is #55FE6B. Grayscale: #434343. Windows color (decimal): -5635692 or 9699754. OLE color: 9699754.
HSL color Cylindrical-coordinate representation of color #AA0194: hue angle of 307.81º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AA0194 is Cyan = 0, Magento = 0.99, Yellow = 0.13 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 1 | 148 | - |
| CMYK | 0 | 0.99 | 0.13 | 0.33 |
| HSL | 307.81º | 0.99% | 0.34% | - |
| HSV(B) | 307.81º | 0.99% | 0.67% | - |
| XYZ | 21.93 | 10.71 | 28.93 | - |
| YUV | 68.29 | 172.99 | 200.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 1 | 148 | 0 | 0.99 | 0.13 | 0.33 | 307.81 | 0.99 | 0.34 |
| Hex | AA | 1 | 94 | 0 | 63 | D | 21 | 134 | 63 | 22 |
| Octal | 252 | 1 | 224 | 0 | 143 | 15 | 41 | 464 | 143 | 42 |
| Binary | 10101010 | 1 | 10010100 | 0 | 1100011 | 1101 | 100001 | 100110100 | 1100011 | 100010 |
Color Harmonies of #AA0194
Complementary color
Monochromatic Colors of #AA0194
Black with #AA0194
Text Example
Text Example
White with #AA0194
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0194; }
p { color: rgb(170,1,148); }
H1.HeaderClassName
{
color: #AA0194;
}
.AnyTagClassName
{
color: #AA0194;
}
</style>
background-color css
<style>
a { background-color: #AA0194; }
a { background-color: rgb(170,1,148); }
div.DivClassName
{
background-color: #AA0194;
}
.BgClassName
{
background-color: #AA0194;
}
</style>
border-color css
<style>
span { border-color: #AA0194; }
span { border-color: rgb(170,1,148); }
td.TdClassName
{
border-color: #AA0194;
}
.TagClassName
{
border-color: #AA0194;
}
</style>