Shades of Violet Blue #AA4697
Tints of Violet Blue #AA4697
RGB
CMYK
RGB Variations
Color information
#AA4697 (or 0xAA4697) is known color: Violet Blue. HEX triplet: AA, 46 and 97. RGB value is (170,70,151). Sum of RGB (Red+Green+Blue) = 170+70+151=391 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.48% from 391); Green value is 70 (27.73% from 255 or 17.90% from 391); Blue value is 151 (59.38% from 255 or 38.62% from 391); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4697 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA4697 is #55B968. Grayscale: #6C6C6C. Windows color (decimal): -5618025 or 9914026. OLE color: 9914026.
HSL color Cylindrical-coordinate representation of color #AA4697: hue angle of 311.4º degrees, saturation: 0.42, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AA4697 is Cyan = 0, Magento = 0.59, Yellow = 0.11 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 70 | 151 | - |
| CMYK | 0 | 0.59 | 0.11 | 0.33 |
| HSL | 311.4º | 0.42% | 0.47% | - |
| HSV(B) | 311.4º | 0.59% | 0.67% | - |
| XYZ | 24.35 | 15.16 | 30.92 | - |
| YUV | 109.13 | 151.63 | 171.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 70 | 151 | 0 | 0.59 | 0.11 | 0.33 | 311.4 | 0.42 | 0.47 |
| Hex | AA | 46 | 97 | 0 | 3B | B | 21 | 137 | 2A | 2F |
| Octal | 252 | 106 | 227 | 0 | 73 | 13 | 41 | 467 | 52 | 57 |
| Binary | 10101010 | 1000110 | 10010111 | 0 | 111011 | 1011 | 100001 | 100110111 | 101010 | 101111 |
Color Harmonies of #AA4697
Complementary color
Monochromatic Colors of #AA4697
Black with #AA4697
Text Example
Text Example
White with #AA4697
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4697; }
p { color: rgb(170,70,151); }
H1.HeaderClassName
{
color: #AA4697;
}
.AnyTagClassName
{
color: #AA4697;
}
</style>
background-color css
<style>
a { background-color: #AA4697; }
a { background-color: rgb(170,70,151); }
div.DivClassName
{
background-color: #AA4697;
}
.BgClassName
{
background-color: #AA4697;
}
</style>
border-color css
<style>
span { border-color: #AA4697; }
span { border-color: rgb(170,70,151); }
td.TdClassName
{
border-color: #AA4697;
}
.TagClassName
{
border-color: #AA4697;
}
</style>