Shades of Violet Blue #AA4798
Tints of Violet Blue #AA4798
RGB
CMYK
RGB Variations
Color information
#AA4798 (or 0xAA4798) is known color: Violet Blue. HEX triplet: AA, 47 and 98. RGB value is (170,71,152). Sum of RGB (Red+Green+Blue) = 170+71+152=393 (52% of max value = 765). Red value is 170 (66.80% from 255 or 43.26% from 393); Green value is 71 (28.12% from 255 or 18.07% from 393); Blue value is 152 (59.77% from 255 or 38.68% from 393); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4798 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA4798 is #55B867. Grayscale: #6D6D6D. Windows color (decimal): -5617768 or 9979818. OLE color: 9979818.
HSL color Cylindrical-coordinate representation of color #AA4798: hue angle of 310.91º degrees, saturation: 0.41, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AA4798 is Cyan = 0, Magento = 0.58, Yellow = 0.11 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 71 | 152 | - |
| CMYK | 0 | 0.58 | 0.11 | 0.33 |
| HSL | 310.91º | 0.41% | 0.47% | - |
| HSV(B) | 310.91º | 0.58% | 0.67% | - |
| XYZ | 24.5 | 15.32 | 31.37 | - |
| YUV | 109.84 | 151.8 | 170.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 71 | 152 | 0 | 0.58 | 0.11 | 0.33 | 310.91 | 0.41 | 0.47 |
| Hex | AA | 47 | 98 | 0 | 3A | B | 21 | 137 | 29 | 2F |
| Octal | 252 | 107 | 230 | 0 | 72 | 13 | 41 | 467 | 51 | 57 |
| Binary | 10101010 | 1000111 | 10011000 | 0 | 111010 | 1011 | 100001 | 100110111 | 101001 | 101111 |
Color Harmonies of #AA4798
Complementary color
Monochromatic Colors of #AA4798
Black with #AA4798
Text Example
Text Example
White with #AA4798
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4798; }
p { color: rgb(170,71,152); }
H1.HeaderClassName
{
color: #AA4798;
}
.AnyTagClassName
{
color: #AA4798;
}
</style>
background-color css
<style>
a { background-color: #AA4798; }
a { background-color: rgb(170,71,152); }
div.DivClassName
{
background-color: #AA4798;
}
.BgClassName
{
background-color: #AA4798;
}
</style>
border-color css
<style>
span { border-color: #AA4798; }
span { border-color: rgb(170,71,152); }
td.TdClassName
{
border-color: #AA4798;
}
.TagClassName
{
border-color: #AA4798;
}
</style>