Shades of Violet Blue #AA4498
Tints of Violet Blue #AA4498
RGB
CMYK
RGB Variations
Color information
#AA4498 (or 0xAA4498) is known color: Violet Blue. HEX triplet: AA, 44 and 98. RGB value is (170,68,152). Sum of RGB (Red+Green+Blue) = 170+68+152=390 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.59% from 390); Green value is 68 (26.95% from 255 or 17.44% from 390); Blue value is 152 (59.77% from 255 or 38.97% from 390); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4498 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA4498 is #55BB67. Grayscale: #6B6B6B. Windows color (decimal): -5618536 or 9979050. OLE color: 9979050.
HSL color Cylindrical-coordinate representation of color #AA4498: hue angle of 310.59º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AA4498 is Cyan = 0, Magento = 0.6, Yellow = 0.11 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 68 | 152 | - |
| CMYK | 0 | 0.6 | 0.11 | 0.33 |
| HSL | 310.59º | 0.43% | 0.47% | - |
| HSV(B) | 310.59º | 0.6% | 0.67% | - |
| XYZ | 24.31 | 14.95 | 31.31 | - |
| YUV | 108.07 | 152.79 | 172.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 68 | 152 | 0 | 0.6 | 0.11 | 0.33 | 310.59 | 0.43 | 0.47 |
| Hex | AA | 44 | 98 | 0 | 3C | B | 21 | 137 | 2B | 2F |
| Octal | 252 | 104 | 230 | 0 | 74 | 13 | 41 | 467 | 53 | 57 |
| Binary | 10101010 | 1000100 | 10011000 | 0 | 111100 | 1011 | 100001 | 100110111 | 101011 | 101111 |
Color Harmonies of #AA4498
Complementary color
Monochromatic Colors of #AA4498
Black with #AA4498
Text Example
Text Example
White with #AA4498
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4498; }
p { color: rgb(170,68,152); }
H1.HeaderClassName
{
color: #AA4498;
}
.AnyTagClassName
{
color: #AA4498;
}
</style>
background-color css
<style>
a { background-color: #AA4498; }
a { background-color: rgb(170,68,152); }
div.DivClassName
{
background-color: #AA4498;
}
.BgClassName
{
background-color: #AA4498;
}
</style>
border-color css
<style>
span { border-color: #AA4498; }
span { border-color: rgb(170,68,152); }
td.TdClassName
{
border-color: #AA4498;
}
.TagClassName
{
border-color: #AA4498;
}
</style>