Shades of Violet Blue #AA649F
Tints of Violet Blue #AA649F
RGB
CMYK
RGB Variations
Color information
#AA649F (or 0xAA649F) is known color: Violet Blue. HEX triplet: AA, 64 and 9F. RGB value is (170,100,159). Sum of RGB (Red+Green+Blue) = 170+100+159=429 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.63% from 429); Green value is 100 (39.45% from 255 or 23.31% from 429); Blue value is 159 (62.5% from 255 or 37.06% from 429); Max value from RGB is 170 - color contains mainly: red. Hex color #AA649F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA649F is #559B60. Grayscale: #7F7F7F. Windows color (decimal): -5610337 or 10445994. OLE color: 10445994.
HSL color Cylindrical-coordinate representation of color #AA649F: hue angle of 309.43º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AA649F is Cyan = 0, Magento = 0.41, Yellow = 0.06 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 100 | 159 | - |
| CMYK | 0 | 0.41 | 0.06 | 0.33 |
| HSL | 309.43º | 0.29% | 0.53% | - |
| HSV(B) | 309.43º | 0.41% | 0.67% | - |
| XYZ | 27.39 | 20.16 | 35.25 | - |
| YUV | 127.66 | 145.69 | 158.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 100 | 159 | 0 | 0.41 | 0.06 | 0.33 | 309.43 | 0.29 | 0.53 |
| Hex | AA | 64 | 9F | 0 | 29 | 6 | 21 | 135 | 1D | 35 |
| Octal | 252 | 144 | 237 | 0 | 51 | 6 | 41 | 465 | 35 | 65 |
| Binary | 10101010 | 1100100 | 10011111 | 0 | 101001 | 110 | 100001 | 100110101 | 11101 | 110101 |
Color Harmonies of #AA649F
Complementary color
Monochromatic Colors of #AA649F
Black with #AA649F
Text Example
Text Example
White with #AA649F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA649F; }
p { color: rgb(170,100,159); }
H1.HeaderClassName
{
color: #AA649F;
}
.AnyTagClassName
{
color: #AA649F;
}
</style>
background-color css
<style>
a { background-color: #AA649F; }
a { background-color: rgb(170,100,159); }
div.DivClassName
{
background-color: #AA649F;
}
.BgClassName
{
background-color: #AA649F;
}
</style>
border-color css
<style>
span { border-color: #AA649F; }
span { border-color: rgb(170,100,159); }
td.TdClassName
{
border-color: #AA649F;
}
.TagClassName
{
border-color: #AA649F;
}
</style>