Shades of Violet Blue #AA449A
Tints of Violet Blue #AA449A
RGB
CMYK
RGB Variations
Color information
#AA449A (or 0xAA449A) is known color: Violet Blue. HEX triplet: AA, 44 and 9A. RGB value is (170,68,154). Sum of RGB (Red+Green+Blue) = 170+68+154=392 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.37% from 392); Green value is 68 (26.95% from 255 or 17.35% from 392); Blue value is 154 (60.55% from 255 or 39.29% from 392); Max value from RGB is 170 - color contains mainly: red. Hex color #AA449A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA449A is #55BB65. Grayscale: #6C6C6C. Windows color (decimal): -5618534 or 10110122. OLE color: 10110122.
HSL color Cylindrical-coordinate representation of color #AA449A: hue angle of 309.41º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AA449A is Cyan = 0, Magento = 0.6, Yellow = 0.09 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 68 | 154 | - |
| CMYK | 0 | 0.6 | 0.09 | 0.33 |
| HSL | 309.41º | 0.43% | 0.47% | - |
| HSV(B) | 309.41º | 0.6% | 0.67% | - |
| XYZ | 24.48 | 15.01 | 32.18 | - |
| YUV | 108.3 | 153.79 | 172.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 68 | 154 | 0 | 0.6 | 0.09 | 0.33 | 309.41 | 0.43 | 0.47 |
| Hex | AA | 44 | 9A | 0 | 3C | 9 | 21 | 135 | 2B | 2F |
| Octal | 252 | 104 | 232 | 0 | 74 | 11 | 41 | 465 | 53 | 57 |
| Binary | 10101010 | 1000100 | 10011010 | 0 | 111100 | 1001 | 100001 | 100110101 | 101011 | 101111 |
Color Harmonies of #AA449A
Complementary color
Monochromatic Colors of #AA449A
Black with #AA449A
Text Example
Text Example
White with #AA449A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA449A; }
p { color: rgb(170,68,154); }
H1.HeaderClassName
{
color: #AA449A;
}
.AnyTagClassName
{
color: #AA449A;
}
</style>
background-color css
<style>
a { background-color: #AA449A; }
a { background-color: rgb(170,68,154); }
div.DivClassName
{
background-color: #AA449A;
}
.BgClassName
{
background-color: #AA449A;
}
</style>
border-color css
<style>
span { border-color: #AA449A; }
span { border-color: rgb(170,68,154); }
td.TdClassName
{
border-color: #AA449A;
}
.TagClassName
{
border-color: #AA449A;
}
</style>