Shades of Violet Blue #AA509E
Tints of Violet Blue #AA509E
RGB
CMYK
RGB Variations
Color information
#AA509E (or 0xAA509E) is known color: Violet Blue. HEX triplet: AA, 50 and 9E. RGB value is (170,80,158). Sum of RGB (Red+Green+Blue) = 170+80+158=408 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.67% from 408); Green value is 80 (31.64% from 255 or 19.61% from 408); Blue value is 158 (62.11% from 255 or 38.73% from 408); Max value from RGB is 170 - color contains mainly: red. Hex color #AA509E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA509E is #55AF61. Grayscale: #737373. Windows color (decimal): -5615458 or 10375338. OLE color: 10375338.
HSL color Cylindrical-coordinate representation of color #AA509E: hue angle of 308º 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 #AA509E is Cyan = 0, Magento = 0.53, Yellow = 0.07 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 80 | 158 | - |
| CMYK | 0 | 0.53 | 0.07 | 0.33 |
| HSL | 308º | 0.36% | 0.49% | - |
| HSV(B) | 308º | 0.53% | 0.67% | - |
| XYZ | 25.62 | 16.75 | 34.23 | - |
| YUV | 115.8 | 151.82 | 166.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 80 | 158 | 0 | 0.53 | 0.07 | 0.33 | 308 | 0.36 | 0.49 |
| Hex | AA | 50 | 9E | 0 | 35 | 7 | 21 | 134 | 24 | 31 |
| Octal | 252 | 120 | 236 | 0 | 65 | 7 | 41 | 464 | 44 | 61 |
| Binary | 10101010 | 1010000 | 10011110 | 0 | 110101 | 111 | 100001 | 100110100 | 100100 | 110001 |
Color Harmonies of #AA509E
Complementary color
Monochromatic Colors of #AA509E
Black with #AA509E
Text Example
Text Example
White with #AA509E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA509E; }
p { color: rgb(170,80,158); }
H1.HeaderClassName
{
color: #AA509E;
}
.AnyTagClassName
{
color: #AA509E;
}
</style>
background-color css
<style>
a { background-color: #AA509E; }
a { background-color: rgb(170,80,158); }
div.DivClassName
{
background-color: #AA509E;
}
.BgClassName
{
background-color: #AA509E;
}
</style>
border-color css
<style>
span { border-color: #AA509E; }
span { border-color: rgb(170,80,158); }
td.TdClassName
{
border-color: #AA509E;
}
.TagClassName
{
border-color: #AA509E;
}
</style>