Shades of Dark Magenta #AA1FA6
Tints of Dark Magenta #AA1FA6
RGB
CMYK
RGB Variations
Color information
#AA1FA6 (or 0xAA1FA6) is known color: Dark Magenta. HEX triplet: AA, 1F and A6. RGB value is (170,31,166). Sum of RGB (Red+Green+Blue) = 170+31+166=367 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.32% from 367); Green value is 31 (12.5% from 255 or 8.45% from 367); Blue value is 166 (65.23% from 255 or 45.23% from 367); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1FA6 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA1FA6 is #55E059. Grayscale: #575757. Windows color (decimal): -5627994 or 10887082. OLE color: 10887082.
HSL color Cylindrical-coordinate representation of color #AA1FA6: hue angle of 301.73º degrees, saturation: 0.69, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AA1FA6 is Cyan = 0, Magento = 0.82, Yellow = 0.02 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 31 | 166 | - |
| CMYK | 0 | 0.82 | 0.02 | 0.33 |
| HSL | 301.73º | 0.69% | 0.39% | - |
| HSV(B) | 301.73º | 0.82% | 0.67% | - |
| XYZ | 23.95 | 12.28 | 37.18 | - |
| YUV | 87.95 | 172.05 | 186.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 31 | 166 | 0 | 0.82 | 0.02 | 0.33 | 301.73 | 0.69 | 0.39 |
| Hex | AA | 1F | A6 | 0 | 52 | 2 | 21 | 12E | 45 | 27 |
| Octal | 252 | 37 | 246 | 0 | 122 | 2 | 41 | 456 | 105 | 47 |
| Binary | 10101010 | 11111 | 10100110 | 0 | 1010010 | 10 | 100001 | 100101110 | 1000101 | 100111 |
Color Harmonies of #AA1FA6
Complementary color
Monochromatic Colors of #AA1FA6
Black with #AA1FA6
Text Example
Text Example
White with #AA1FA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA1FA6; }
p { color: rgb(170,31,166); }
H1.HeaderClassName
{
color: #AA1FA6;
}
.AnyTagClassName
{
color: #AA1FA6;
}
</style>
background-color css
<style>
a { background-color: #AA1FA6; }
a { background-color: rgb(170,31,166); }
div.DivClassName
{
background-color: #AA1FA6;
}
.BgClassName
{
background-color: #AA1FA6;
}
</style>
border-color css
<style>
span { border-color: #AA1FA6; }
span { border-color: rgb(170,31,166); }
td.TdClassName
{
border-color: #AA1FA6;
}
.TagClassName
{
border-color: #AA1FA6;
}
</style>