Shades of Deep Magenta #AA09B2
Tints of Deep Magenta #AA09B2
RGB
CMYK
RGB Variations
Color information
#AA09B2 (or 0xAA09B2) is known color: Deep Magenta. HEX triplet: AA, 09 and B2. RGB value is (170,9,178). Sum of RGB (Red+Green+Blue) = 170+9+178=357 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.62% from 357); Green value is 9 (3.91% from 255 or 2.52% from 357); Blue value is 178 (69.92% from 255 or 49.86% from 357); Max value from RGB is 178 - color contains mainly: blue. Hex color #AA09B2 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA09B2 is #55F64D. Grayscale: #4B4B4B. Windows color (decimal): -5633614 or 11667882. OLE color: 11667882.
HSL color Cylindrical-coordinate representation of color #AA09B2: hue angle of 297.16º degrees, saturation: 0.9, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AA09B2 is Cyan = 0.04, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 170 | 9 | 178 | - |
| CMYK | 0.04 | 0.95 | 0 | 0.30 |
| HSL | 297.16º | 0.9% | 0.37% | - |
| HSV(B) | 297.16º | 0.95% | 0.7% | - |
| XYZ | 24.71 | 11.96 | 43.12 | - |
| YUV | 76.41 | 185.34 | 194.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 9 | 178 | 0.04 | 0.95 | 0 | 0.30 | 297.16 | 0.9 | 0.37 |
| Hex | AA | 9 | B2 | 4 | 5F | 0 | 1E | 129 | 5A | 25 |
| Octal | 252 | 11 | 262 | 4 | 137 | 0 | 36 | 451 | 132 | 45 |
| Binary | 10101010 | 1001 | 10110010 | 100 | 1011111 | 0 | 11110 | 100101001 | 1011010 | 100101 |
Color Harmonies of #AA09B2
Complementary color
Monochromatic Colors of #AA09B2
Black with #AA09B2
Text Example
Text Example
White with #AA09B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA09B2; }
p { color: rgb(170,9,178); }
H1.HeaderClassName
{
color: #AA09B2;
}
.AnyTagClassName
{
color: #AA09B2;
}
</style>
background-color css
<style>
a { background-color: #AA09B2; }
a { background-color: rgb(170,9,178); }
div.DivClassName
{
background-color: #AA09B2;
}
.BgClassName
{
background-color: #AA09B2;
}
</style>
border-color css
<style>
span { border-color: #AA09B2; }
span { border-color: rgb(170,9,178); }
td.TdClassName
{
border-color: #AA09B2;
}
.TagClassName
{
border-color: #AA09B2;
}
</style>