Shades of Deep Magenta #AA09B3
Tints of Deep Magenta #AA09B3
RGB
CMYK
RGB Variations
Color information
#AA09B3 (or 0xAA09B3) is known color: Deep Magenta. HEX triplet: AA, 09 and B3. RGB value is (170,9,179). Sum of RGB (Red+Green+Blue) = 170+9+179=358 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.49% from 358); Green value is 9 (3.91% from 255 or 2.51% from 358); Blue value is 179 (70.31% from 255 or 50% from 358); Max value from RGB is 179 - color contains mainly: blue. Hex color #AA09B3 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA09B3 is #55F64C. Grayscale: #4C4C4C. Windows color (decimal): -5633613 or 11733418. OLE color: 11733418.
HSL color Cylindrical-coordinate representation of color #AA09B3: hue angle of 296.82º 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 #AA09B3 is Cyan = 0.05, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 170 | 9 | 179 | - |
| CMYK | 0.05 | 0.95 | 0 | 0.30 |
| HSL | 296.82º | 0.9% | 0.37% | - |
| HSV(B) | 296.82º | 0.95% | 0.7% | - |
| XYZ | 24.81 | 12 | 43.66 | - |
| YUV | 76.52 | 185.84 | 194.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 9 | 179 | 0.05 | 0.95 | 0 | 0.30 | 296.82 | 0.9 | 0.37 |
| Hex | AA | 9 | B3 | 5 | 5F | 0 | 1E | 129 | 5A | 25 |
| Octal | 252 | 11 | 263 | 5 | 137 | 0 | 36 | 451 | 132 | 45 |
| Binary | 10101010 | 1001 | 10110011 | 101 | 1011111 | 0 | 11110 | 100101001 | 1011010 | 100101 |
Color Harmonies of #AA09B3
Complementary color
Monochromatic Colors of #AA09B3
Black with #AA09B3
Text Example
Text Example
White with #AA09B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA09B3; }
p { color: rgb(170,9,179); }
H1.HeaderClassName
{
color: #AA09B3;
}
.AnyTagClassName
{
color: #AA09B3;
}
</style>
background-color css
<style>
a { background-color: #AA09B3; }
a { background-color: rgb(170,9,179); }
div.DivClassName
{
background-color: #AA09B3;
}
.BgClassName
{
background-color: #AA09B3;
}
</style>
border-color css
<style>
span { border-color: #AA09B3; }
span { border-color: rgb(170,9,179); }
td.TdClassName
{
border-color: #AA09B3;
}
.TagClassName
{
border-color: #AA09B3;
}
</style>