Shades of Dark Magenta #AA1DA8
Tints of Dark Magenta #AA1DA8
RGB
CMYK
RGB Variations
Color information
#AA1DA8 (or 0xAA1DA8) is known color: Dark Magenta. HEX triplet: AA, 1D and A8. RGB value is (170,29,168). Sum of RGB (Red+Green+Blue) = 170+29+168=367 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.32% from 367); Green value is 29 (11.72% from 255 or 7.90% from 367); Blue value is 168 (66.02% from 255 or 45.78% from 367); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1DA8 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA1DA8 is #55E257. Grayscale: #565656. Windows color (decimal): -5628504 or 11017642. OLE color: 11017642.
HSL color Cylindrical-coordinate representation of color #AA1DA8: hue angle of 300.85º degrees, saturation: 0.71, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AA1DA8 is Cyan = 0, Magento = 0.83, Yellow = 0.01 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 29 | 168 | - |
| CMYK | 0 | 0.83 | 0.01 | 0.33 |
| HSL | 300.85º | 0.71% | 0.39% | - |
| HSV(B) | 300.85º | 0.83% | 0.67% | - |
| XYZ | 24.08 | 12.25 | 38.14 | - |
| YUV | 87.01 | 173.71 | 187.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 29 | 168 | 0 | 0.83 | 0.01 | 0.33 | 300.85 | 0.71 | 0.39 |
| Hex | AA | 1D | A8 | 0 | 53 | 1 | 21 | 12D | 47 | 27 |
| Octal | 252 | 35 | 250 | 0 | 123 | 1 | 41 | 455 | 107 | 47 |
| Binary | 10101010 | 11101 | 10101000 | 0 | 1010011 | 1 | 100001 | 100101101 | 1000111 | 100111 |
Color Harmonies of #AA1DA8
Complementary color
Monochromatic Colors of #AA1DA8
Black with #AA1DA8
Text Example
Text Example
White with #AA1DA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA1DA8; }
p { color: rgb(170,29,168); }
H1.HeaderClassName
{
color: #AA1DA8;
}
.AnyTagClassName
{
color: #AA1DA8;
}
</style>
background-color css
<style>
a { background-color: #AA1DA8; }
a { background-color: rgb(170,29,168); }
div.DivClassName
{
background-color: #AA1DA8;
}
.BgClassName
{
background-color: #AA1DA8;
}
</style>
border-color css
<style>
span { border-color: #AA1DA8; }
span { border-color: rgb(170,29,168); }
td.TdClassName
{
border-color: #AA1DA8;
}
.TagClassName
{
border-color: #AA1DA8;
}
</style>