Shades of Violet Blue #AA4898
Tints of Violet Blue #AA4898
RGB
CMYK
RGB Variations
Color information
#AA4898 (or 0xAA4898) is known color: Violet Blue. HEX triplet: AA, 48 and 98. RGB value is (170,72,152). Sum of RGB (Red+Green+Blue) = 170+72+152=394 (52% of max value = 765). Red value is 170 (66.80% from 255 or 43.15% from 394); Green value is 72 (28.52% from 255 or 18.27% from 394); Blue value is 152 (59.77% from 255 or 38.58% from 394); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4898 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA4898 is #55B767. Grayscale: #6E6E6E. Windows color (decimal): -5617512 or 9980074. OLE color: 9980074.
HSL color Cylindrical-coordinate representation of color #AA4898: hue angle of 311.02º degrees, saturation: 0.4, 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 #AA4898 is Cyan = 0, Magento = 0.58, Yellow = 0.11 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 72 | 152 | - |
| CMYK | 0 | 0.58 | 0.11 | 0.33 |
| HSL | 311.02º | 0.4% | 0.47% | - |
| HSV(B) | 311.02º | 0.58% | 0.67% | - |
| XYZ | 24.56 | 15.45 | 31.39 | - |
| YUV | 110.42 | 151.47 | 170.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 72 | 152 | 0 | 0.58 | 0.11 | 0.33 | 311.02 | 0.4 | 0.47 |
| Hex | AA | 48 | 98 | 0 | 3A | B | 21 | 137 | 28 | 2F |
| Octal | 252 | 110 | 230 | 0 | 72 | 13 | 41 | 467 | 50 | 57 |
| Binary | 10101010 | 1001000 | 10011000 | 0 | 111010 | 1011 | 100001 | 100110111 | 101000 | 101111 |
Color Harmonies of #AA4898
Complementary color
Monochromatic Colors of #AA4898
Black with #AA4898
Text Example
Text Example
White with #AA4898
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4898; }
p { color: rgb(170,72,152); }
H1.HeaderClassName
{
color: #AA4898;
}
.AnyTagClassName
{
color: #AA4898;
}
</style>
background-color css
<style>
a { background-color: #AA4898; }
a { background-color: rgb(170,72,152); }
div.DivClassName
{
background-color: #AA4898;
}
.BgClassName
{
background-color: #AA4898;
}
</style>
border-color css
<style>
span { border-color: #AA4898; }
span { border-color: rgb(170,72,152); }
td.TdClassName
{
border-color: #AA4898;
}
.TagClassName
{
border-color: #AA4898;
}
</style>