Shades of Dark Magenta #AA019B
Tints of Dark Magenta #AA019B
RGB
CMYK
RGB Variations
Color information
#AA019B (or 0xAA019B) is known color: Dark Magenta. HEX triplet: AA, 01 and 9B. RGB value is (170,1,155). Sum of RGB (Red+Green+Blue) = 170+1+155=326 (43% of max value = 765). Red value is 170 (66.80% from 255 or 52.15% from 326); Green value is 1 (0.78% from 255 or 0.31% from 326); Blue value is 155 (60.94% from 255 or 47.55% from 326); Max value from RGB is 170 - color contains mainly: red. Hex color #AA019B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA019B is #55FE64. Grayscale: #444444. Windows color (decimal): -5635685 or 10158506. OLE color: 10158506.
HSL color Cylindrical-coordinate representation of color #AA019B: hue angle of 305.33º 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 #AA019B is Cyan = 0, Magento = 0.99, Yellow = 0.09 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 1 | 155 | - |
| CMYK | 0 | 0.99 | 0.09 | 0.33 |
| HSL | 305.33º | 0.99% | 0.34% | - |
| HSV(B) | 305.33º | 0.99% | 0.67% | - |
| XYZ | 22.5 | 10.93 | 31.93 | - |
| YUV | 69.09 | 176.49 | 199.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 1 | 155 | 0 | 0.99 | 0.09 | 0.33 | 305.33 | 0.99 | 0.34 |
| Hex | AA | 1 | 9B | 0 | 63 | 9 | 21 | 131 | 63 | 22 |
| Octal | 252 | 1 | 233 | 0 | 143 | 11 | 41 | 461 | 143 | 42 |
| Binary | 10101010 | 1 | 10011011 | 0 | 1100011 | 1001 | 100001 | 100110001 | 1100011 | 100010 |
Color Harmonies of #AA019B
Complementary color
Monochromatic Colors of #AA019B
Black with #AA019B
Text Example
Text Example
White with #AA019B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA019B; }
p { color: rgb(170,1,155); }
H1.HeaderClassName
{
color: #AA019B;
}
.AnyTagClassName
{
color: #AA019B;
}
</style>
background-color css
<style>
a { background-color: #AA019B; }
a { background-color: rgb(170,1,155); }
div.DivClassName
{
background-color: #AA019B;
}
.BgClassName
{
background-color: #AA019B;
}
</style>
border-color css
<style>
span { border-color: #AA019B; }
span { border-color: rgb(170,1,155); }
td.TdClassName
{
border-color: #AA019B;
}
.TagClassName
{
border-color: #AA019B;
}
</style>