Shades of Violet Blue #AA4598
Tints of Violet Blue #AA4598
RGB
CMYK
RGB Variations
Color information
#AA4598 (or 0xAA4598) is known color: Violet Blue. HEX triplet: AA, 45 and 98. RGB value is (170,69,152). Sum of RGB (Red+Green+Blue) = 170+69+152=391 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.48% from 391); Green value is 69 (27.34% from 255 or 17.65% from 391); Blue value is 152 (59.77% from 255 or 38.87% from 391); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4598 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA4598 is #55BA67. Grayscale: #6C6C6C. Windows color (decimal): -5618280 or 9979306. OLE color: 9979306.
HSL color Cylindrical-coordinate representation of color #AA4598: hue angle of 310.69º 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 #AA4598 is Cyan = 0, Magento = 0.59, Yellow = 0.11 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 69 | 152 | - |
| CMYK | 0 | 0.59 | 0.11 | 0.33 |
| HSL | 310.69º | 0.42% | 0.47% | - |
| HSV(B) | 310.69º | 0.59% | 0.67% | - |
| XYZ | 24.37 | 15.07 | 31.33 | - |
| YUV | 108.66 | 152.46 | 171.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 69 | 152 | 0 | 0.59 | 0.11 | 0.33 | 310.69 | 0.42 | 0.47 |
| Hex | AA | 45 | 98 | 0 | 3B | B | 21 | 137 | 2A | 2F |
| Octal | 252 | 105 | 230 | 0 | 73 | 13 | 41 | 467 | 52 | 57 |
| Binary | 10101010 | 1000101 | 10011000 | 0 | 111011 | 1011 | 100001 | 100110111 | 101010 | 101111 |
Color Harmonies of #AA4598
Complementary color
Monochromatic Colors of #AA4598
Black with #AA4598
Text Example
Text Example
White with #AA4598
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4598; }
p { color: rgb(170,69,152); }
H1.HeaderClassName
{
color: #AA4598;
}
.AnyTagClassName
{
color: #AA4598;
}
</style>
background-color css
<style>
a { background-color: #AA4598; }
a { background-color: rgb(170,69,152); }
div.DivClassName
{
background-color: #AA4598;
}
.BgClassName
{
background-color: #AA4598;
}
</style>
border-color css
<style>
span { border-color: #AA4598; }
span { border-color: rgb(170,69,152); }
td.TdClassName
{
border-color: #AA4598;
}
.TagClassName
{
border-color: #AA4598;
}
</style>