Shades of Violet Blue #AA449B
Tints of Violet Blue #AA449B
RGB
CMYK
RGB Variations
Color information
#AA449B (or 0xAA449B) is known color: Violet Blue. HEX triplet: AA, 44 and 9B. RGB value is (170,68,155). Sum of RGB (Red+Green+Blue) = 170+68+155=393 (52% of max value = 765). Red value is 170 (66.80% from 255 or 43.26% from 393); Green value is 68 (26.95% from 255 or 17.30% from 393); Blue value is 155 (60.94% from 255 or 39.44% from 393); Max value from RGB is 170 - color contains mainly: red. Hex color #AA449B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA449B is #55BB64. Grayscale: #6C6C6C. Windows color (decimal): -5618533 or 10175658. OLE color: 10175658.
HSL color Cylindrical-coordinate representation of color #AA449B: hue angle of 308.82º 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 #AA449B is Cyan = 0, Magento = 0.6, Yellow = 0.09 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 68 | 155 | - |
| CMYK | 0 | 0.6 | 0.09 | 0.33 |
| HSL | 308.82º | 0.43% | 0.47% | - |
| HSV(B) | 308.82º | 0.6% | 0.67% | - |
| XYZ | 24.56 | 15.05 | 32.62 | - |
| YUV | 108.42 | 154.29 | 171.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 68 | 155 | 0 | 0.6 | 0.09 | 0.33 | 308.82 | 0.43 | 0.47 |
| Hex | AA | 44 | 9B | 0 | 3C | 9 | 21 | 135 | 2B | 2F |
| Octal | 252 | 104 | 233 | 0 | 74 | 11 | 41 | 465 | 53 | 57 |
| Binary | 10101010 | 1000100 | 10011011 | 0 | 111100 | 1001 | 100001 | 100110101 | 101011 | 101111 |
Color Harmonies of #AA449B
Complementary color
Monochromatic Colors of #AA449B
Black with #AA449B
Text Example
Text Example
White with #AA449B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA449B; }
p { color: rgb(170,68,155); }
H1.HeaderClassName
{
color: #AA449B;
}
.AnyTagClassName
{
color: #AA449B;
}
</style>
background-color css
<style>
a { background-color: #AA449B; }
a { background-color: rgb(170,68,155); }
div.DivClassName
{
background-color: #AA449B;
}
.BgClassName
{
background-color: #AA449B;
}
</style>
border-color css
<style>
span { border-color: #AA449B; }
span { border-color: rgb(170,68,155); }
td.TdClassName
{
border-color: #AA449B;
}
.TagClassName
{
border-color: #AA449B;
}
</style>