Shades of Deep Magenta #AA00B0
Tints of Deep Magenta #AA00B0
RGB
CMYK
RGB Variations
Color information
#AA00B0 (or 0xAA00B0) is known color: Deep Magenta. HEX triplet: AA, 00 and B0. RGB value is (170,0,176). Sum of RGB (Red+Green+Blue) = 170+0+176=346 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.13% from 346); Green value is 0 (0.39% from 255 or 0% from 346); Blue value is 176 (69.14% from 255 or 50.87% from 346); Max value from RGB is 176 - color contains mainly: blue. Hex color #AA00B0 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA00B0 is #55FF4F. Grayscale: #464646. Windows color (decimal): -5635920 or 11534506. OLE color: 11534506.
HSL color Cylindrical-coordinate representation of color #AA00B0: hue angle of 297.95º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AA00B0 is Cyan = 0.03, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 170 | 0 | 176 | - |
| CMYK | 0.03 | 1 | 0 | 0.31 |
| HSL | 297.95º | 1% | 0.35% | - |
| HSV(B) | 297.95º | 1% | 0.69% | - |
| XYZ | 24.41 | 11.68 | 42.04 | - |
| YUV | 70.89 | 187.32 | 198.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 0 | 176 | 0.03 | 1 | 0 | 0.31 | 297.95 | 1 | 0.35 |
| Hex | AA | 0 | B0 | 3 | 64 | 0 | 1F | 12A | 64 | 23 |
| Octal | 252 | 0 | 260 | 3 | 144 | 0 | 37 | 452 | 144 | 43 |
| Binary | 10101010 | 0 | 10110000 | 11 | 1100100 | 0 | 11111 | 100101010 | 1100100 | 100011 |
Color Harmonies of #AA00B0
Complementary color
Monochromatic Colors of #AA00B0
Black with #AA00B0
Text Example
Text Example
White with #AA00B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA00B0; }
p { color: rgb(170,0,176); }
H1.HeaderClassName
{
color: #AA00B0;
}
.AnyTagClassName
{
color: #AA00B0;
}
</style>
background-color css
<style>
a { background-color: #AA00B0; }
a { background-color: rgb(170,0,176); }
div.DivClassName
{
background-color: #AA00B0;
}
.BgClassName
{
background-color: #AA00B0;
}
</style>
border-color css
<style>
span { border-color: #AA00B0; }
span { border-color: rgb(170,0,176); }
td.TdClassName
{
border-color: #AA00B0;
}
.TagClassName
{
border-color: #AA00B0;
}
</style>