Shades of Violet Blue #AA4199
Tints of Violet Blue #AA4199
RGB
CMYK
RGB Variations
Color information
#AA4199 (or 0xAA4199) is known color: Violet Blue. HEX triplet: AA, 41 and 99. RGB value is (170,65,153). Sum of RGB (Red+Green+Blue) = 170+65+153=388 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.81% from 388); Green value is 65 (25.78% from 255 or 16.75% from 388); Blue value is 153 (60.16% from 255 or 39.43% from 388); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4199 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA4199 is #55BE66. Grayscale: #6A6A6A. Windows color (decimal): -5619303 or 10043818. OLE color: 10043818.
HSL color Cylindrical-coordinate representation of color #AA4199: hue angle of 309.71º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AA4199 is Cyan = 0, Magento = 0.62, Yellow = 0.1 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 65 | 153 | - |
| CMYK | 0 | 0.62 | 0.1 | 0.33 |
| HSL | 309.71º | 0.45% | 0.46% | - |
| HSV(B) | 309.71º | 0.62% | 0.67% | - |
| XYZ | 24.22 | 14.63 | 31.68 | - |
| YUV | 106.43 | 154.29 | 173.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 65 | 153 | 0 | 0.62 | 0.1 | 0.33 | 309.71 | 0.45 | 0.46 |
| Hex | AA | 41 | 99 | 0 | 3E | A | 21 | 136 | 2D | 2E |
| Octal | 252 | 101 | 231 | 0 | 76 | 12 | 41 | 466 | 55 | 56 |
| Binary | 10101010 | 1000001 | 10011001 | 0 | 111110 | 1010 | 100001 | 100110110 | 101101 | 101110 |
Color Harmonies of #AA4199
Complementary color
Monochromatic Colors of #AA4199
Black with #AA4199
Text Example
Text Example
White with #AA4199
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4199; }
p { color: rgb(170,65,153); }
H1.HeaderClassName
{
color: #AA4199;
}
.AnyTagClassName
{
color: #AA4199;
}
</style>
background-color css
<style>
a { background-color: #AA4199; }
a { background-color: rgb(170,65,153); }
div.DivClassName
{
background-color: #AA4199;
}
.BgClassName
{
background-color: #AA4199;
}
</style>
border-color css
<style>
span { border-color: #AA4199; }
span { border-color: rgb(170,65,153); }
td.TdClassName
{
border-color: #AA4199;
}
.TagClassName
{
border-color: #AA4199;
}
</style>