Shades of Violet Blue #AA489E
Tints of Violet Blue #AA489E
RGB
CMYK
RGB Variations
Color information
#AA489E (or 0xAA489E) is known color: Violet Blue. HEX triplet: AA, 48 and 9E. RGB value is (170,72,158). Sum of RGB (Red+Green+Blue) = 170+72+158=400 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.5% from 400); Green value is 72 (28.52% from 255 or 18% from 400); Blue value is 158 (62.11% from 255 or 39.5% from 400); Max value from RGB is 170 - color contains mainly: red. Hex color #AA489E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA489E is #55B761. Grayscale: #6E6E6E. Windows color (decimal): -5617506 or 10373290. OLE color: 10373290.
HSL color Cylindrical-coordinate representation of color #AA489E: hue angle of 307.35º degrees, saturation: 0.4, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AA489E is Cyan = 0, Magento = 0.58, Yellow = 0.07 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 72 | 158 | - |
| CMYK | 0 | 0.58 | 0.07 | 0.33 |
| HSL | 307.35º | 0.4% | 0.47% | - |
| HSV(B) | 307.35º | 0.58% | 0.67% | - |
| XYZ | 25.07 | 15.65 | 34.05 | - |
| YUV | 111.11 | 154.47 | 170.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 72 | 158 | 0 | 0.58 | 0.07 | 0.33 | 307.35 | 0.4 | 0.47 |
| Hex | AA | 48 | 9E | 0 | 3A | 7 | 21 | 133 | 28 | 2F |
| Octal | 252 | 110 | 236 | 0 | 72 | 7 | 41 | 463 | 50 | 57 |
| Binary | 10101010 | 1001000 | 10011110 | 0 | 111010 | 111 | 100001 | 100110011 | 101000 | 101111 |
Color Harmonies of #AA489E
Complementary color
Monochromatic Colors of #AA489E
Black with #AA489E
Text Example
Text Example
White with #AA489E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA489E; }
p { color: rgb(170,72,158); }
H1.HeaderClassName
{
color: #AA489E;
}
.AnyTagClassName
{
color: #AA489E;
}
</style>
background-color css
<style>
a { background-color: #AA489E; }
a { background-color: rgb(170,72,158); }
div.DivClassName
{
background-color: #AA489E;
}
.BgClassName
{
background-color: #AA489E;
}
</style>
border-color css
<style>
span { border-color: #AA489E; }
span { border-color: rgb(170,72,158); }
td.TdClassName
{
border-color: #AA489E;
}
.TagClassName
{
border-color: #AA489E;
}
</style>