Shades of Dark Magenta #AA0085
Tints of Dark Magenta #AA0085
RGB
CMYK
RGB Variations
Color information
#AA0085 (or 0xAA0085) is known color: Dark Magenta. HEX triplet: AA, 00 and 85. RGB value is (170,0,133). Sum of RGB (Red+Green+Blue) = 170+0+133=303 (40% of max value = 765). Red value is 170 (66.80% from 255 or 56.11% from 303); Green value is 0 (0.39% from 255 or 0% from 303); Blue value is 133 (52.34% from 255 or 43.89% from 303); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0085 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA0085 is #55FF7A. Grayscale: #414141. Windows color (decimal): -5635963 or 8716458. OLE color: 8716458.
HSL color Cylindrical-coordinate representation of color #AA0085: hue angle of 313.06º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AA0085 is Cyan = 0, Magento = 1, Yellow = 0.22 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 0 | 133 | - |
| CMYK | 0 | 1 | 0.22 | 0.33 |
| HSL | 313.06º | 1% | 0.33% | - |
| HSV(B) | 313.06º | 1% | 0.67% | - |
| XYZ | 20.81 | 10.24 | 23.07 | - |
| YUV | 65.99 | 165.82 | 202.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 0 | 133 | 0 | 1 | 0.22 | 0.33 | 313.06 | 1 | 0.33 |
| Hex | AA | 0 | 85 | 0 | 64 | 16 | 21 | 139 | 64 | 21 |
| Octal | 252 | 0 | 205 | 0 | 144 | 26 | 41 | 471 | 144 | 41 |
| Binary | 10101010 | 0 | 10000101 | 0 | 1100100 | 10110 | 100001 | 100111001 | 1100100 | 100001 |
Color Harmonies of #AA0085
Complementary color
Monochromatic Colors of #AA0085
Black with #AA0085
Text Example
Text Example
White with #AA0085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0085; }
p { color: rgb(170,0,133); }
H1.HeaderClassName
{
color: #AA0085;
}
.AnyTagClassName
{
color: #AA0085;
}
</style>
background-color css
<style>
a { background-color: #AA0085; }
a { background-color: rgb(170,0,133); }
div.DivClassName
{
background-color: #AA0085;
}
.BgClassName
{
background-color: #AA0085;
}
</style>
border-color css
<style>
span { border-color: #AA0085; }
span { border-color: rgb(170,0,133); }
td.TdClassName
{
border-color: #AA0085;
}
.TagClassName
{
border-color: #AA0085;
}
</style>