Shades of Deep Magenta #AA10B3
Tints of Deep Magenta #AA10B3
RGB
CMYK
RGB Variations
Color information
#AA10B3 (or 0xAA10B3) is known color: Deep Magenta. HEX triplet: AA, 10 and B3. RGB value is (170,16,179). Sum of RGB (Red+Green+Blue) = 170+16+179=365 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.58% from 365); Green value is 16 (6.64% from 255 or 4.38% from 365); Blue value is 179 (70.31% from 255 or 49.04% from 365); Max value from RGB is 179 - color contains mainly: blue. Hex color #AA10B3 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA10B3 is #55EF4C. Grayscale: #505050. Windows color (decimal): -5631821 or 11735210. OLE color: 11735210.
HSL color Cylindrical-coordinate representation of color #AA10B3: hue angle of 296.69º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AA10B3 is Cyan = 0.05, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 170 | 16 | 179 | - |
| CMYK | 0.05 | 0.91 | 0 | 0.30 |
| HSL | 296.69º | 0.84% | 0.38% | - |
| HSV(B) | 296.69º | 0.91% | 0.7% | - |
| XYZ | 24.9 | 12.17 | 43.68 | - |
| YUV | 80.63 | 183.52 | 191.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 16 | 179 | 0.05 | 0.91 | 0 | 0.30 | 296.69 | 0.84 | 0.38 |
| Hex | AA | 10 | B3 | 5 | 5B | 0 | 1E | 129 | 54 | 26 |
| Octal | 252 | 20 | 263 | 5 | 133 | 0 | 36 | 451 | 124 | 46 |
| Binary | 10101010 | 10000 | 10110011 | 101 | 1011011 | 0 | 11110 | 100101001 | 1010100 | 100110 |
Color Harmonies of #AA10B3
Complementary color
Monochromatic Colors of #AA10B3
Black with #AA10B3
Text Example
Text Example
White with #AA10B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA10B3; }
p { color: rgb(170,16,179); }
H1.HeaderClassName
{
color: #AA10B3;
}
.AnyTagClassName
{
color: #AA10B3;
}
</style>
background-color css
<style>
a { background-color: #AA10B3; }
a { background-color: rgb(170,16,179); }
div.DivClassName
{
background-color: #AA10B3;
}
.BgClassName
{
background-color: #AA10B3;
}
</style>
border-color css
<style>
span { border-color: #AA10B3; }
span { border-color: rgb(170,16,179); }
td.TdClassName
{
border-color: #AA10B3;
}
.TagClassName
{
border-color: #AA10B3;
}
</style>