Shades of Dark Magenta #AA1AAA
Tints of Dark Magenta #AA1AAA
RGB
CMYK
RGB Variations
Color information
#AA1AAA (or 0xAA1AAA) is known color: Dark Magenta. HEX triplet: AA, 1A and AA. RGB value is (170,26,170). Sum of RGB (Red+Green+Blue) = 170+26+170=366 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.45% from 366); Green value is 26 (10.55% from 255 or 7.10% from 366); Blue value is 170 (66.80% from 255 or 46.45% from 366); Max value from RGB is 170 - color contains mainly: red, blue. Hex color #AA1AAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA1AAA is #55E555. Grayscale: #555555. Windows color (decimal): -5629270 or 11147946. OLE color: 11147946.
HSL color Cylindrical-coordinate representation of color #AA1AAA: hue angle of 300º degrees, saturation: 0.73, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AA1AAA is Cyan = 0, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
RGB | 170 | 26 | 170 | - |
CMYK | 0 | 0.85 | 0 | 0.33 |
HSL | 300º | 0.73% | 0.38% | - |
HSV(B) | 300º | 0.85% | 0.67% | - |
XYZ | 24.2 | 12.19 | 39.11 | - |
YUV | 85.47 | 175.71 | 188.29 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 170 | 26 | 170 | 0 | 0.85 | 0 | 0.33 | 300 | 0.73 | 0.38 |
Hex | AA | 1A | AA | 0 | 55 | 0 | 21 | 12C | 49 | 26 |
Octal | 252 | 32 | 252 | 0 | 125 | 0 | 41 | 454 | 111 | 46 |
Binary | 10101010 | 11010 | 10101010 | 0 | 1010101 | 0 | 100001 | 100101100 | 1001001 | 100110 |
Color Harmonies of #AA1AAA
Complementary color
Monochromatic Colors of #AA1AAA
Black with #AA1AAA
Text Example
Text Example
White with #AA1AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA1AAA; }
p { color: rgb(170,26,170); }
H1.HeaderClassName
{
color: #AA1AAA;
}
.AnyTagClassName
{
color: #AA1AAA;
}
</style>
background-color css
<style>
a { background-color: #AA1AAA; }
a { background-color: rgb(170,26,170); }
div.DivClassName
{
background-color: #AA1AAA;
}
.BgClassName
{
background-color: #AA1AAA;
}
</style>
border-color css
<style>
span { border-color: #AA1AAA; }
span { border-color: rgb(170,26,170); }
td.TdClassName
{
border-color: #AA1AAA;
}
.TagClassName
{
border-color: #AA1AAA;
}
</style>