Shades of Violet Blue #AA509B
Tints of Violet Blue #AA509B
RGB
CMYK
RGB Variations
Color information
#AA509B (or 0xAA509B) is known color: Violet Blue. HEX triplet: AA, 50 and 9B. RGB value is (170,80,155). Sum of RGB (Red+Green+Blue) = 170+80+155=405 (53% of max value = 765). Red value is 170 (66.80% from 255 or 41.98% from 405); Green value is 80 (31.64% from 255 or 19.75% from 405); Blue value is 155 (60.94% from 255 or 38.27% from 405); Max value from RGB is 170 - color contains mainly: red. Hex color #AA509B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA509B is #55AF64. Grayscale: #737373. Windows color (decimal): -5615461 or 10178730. OLE color: 10178730.
HSL color Cylindrical-coordinate representation of color #AA509B: hue angle of 310º degrees, saturation: 0.36, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AA509B is Cyan = 0, Magento = 0.53, Yellow = 0.09 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 80 | 155 | - |
| CMYK | 0 | 0.53 | 0.09 | 0.33 |
| HSL | 310º | 0.36% | 0.49% | - |
| HSV(B) | 310º | 0.53% | 0.67% | - |
| XYZ | 25.36 | 16.65 | 32.89 | - |
| YUV | 115.46 | 150.32 | 166.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 80 | 155 | 0 | 0.53 | 0.09 | 0.33 | 310 | 0.36 | 0.49 |
| Hex | AA | 50 | 9B | 0 | 35 | 9 | 21 | 136 | 24 | 31 |
| Octal | 252 | 120 | 233 | 0 | 65 | 11 | 41 | 466 | 44 | 61 |
| Binary | 10101010 | 1010000 | 10011011 | 0 | 110101 | 1001 | 100001 | 100110110 | 100100 | 110001 |
Color Harmonies of #AA509B
Complementary color
Monochromatic Colors of #AA509B
Black with #AA509B
Text Example
Text Example
White with #AA509B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA509B; }
p { color: rgb(170,80,155); }
H1.HeaderClassName
{
color: #AA509B;
}
.AnyTagClassName
{
color: #AA509B;
}
</style>
background-color css
<style>
a { background-color: #AA509B; }
a { background-color: rgb(170,80,155); }
div.DivClassName
{
background-color: #AA509B;
}
.BgClassName
{
background-color: #AA509B;
}
</style>
border-color css
<style>
span { border-color: #AA509B; }
span { border-color: rgb(170,80,155); }
td.TdClassName
{
border-color: #AA509B;
}
.TagClassName
{
border-color: #AA509B;
}
</style>