Shades of Violet Blue #A9549A
Tints of Violet Blue #A9549A
RGB
CMYK
RGB Variations
Color information
#A9549A (or 0xA9549A) is known color: Violet Blue. HEX triplet: A9, 54 and 9A. RGB value is (169,84,154). Sum of RGB (Red+Green+Blue) = 169+84+154=407 (53% of max value = 765). Red value is 169 (66.41% from 255 or 41.52% from 407); Green value is 84 (33.20% from 255 or 20.64% from 407); Blue value is 154 (60.55% from 255 or 37.84% from 407); Max value from RGB is 169 - color contains mainly: red. Hex color #A9549A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A9549A is #56AB65. Grayscale: #757575. Windows color (decimal): -5679974 or 10114217. OLE color: 10114217.
HSL color Cylindrical-coordinate representation of color #A9549A: hue angle of 310.59º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A9549A is Cyan = 0, Magento = 0.50, Yellow = 0.09 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 84 | 154 | - |
| CMYK | 0 | 0.50 | 0.09 | 0.34 |
| HSL | 310.59º | 0.34% | 0.5% | - |
| HSV(B) | 310.59º | 0.5% | 0.66% | - |
| XYZ | 25.37 | 17.11 | 32.54 | - |
| YUV | 117.4 | 148.66 | 164.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 84 | 154 | 0 | 0.50 | 0.09 | 0.34 | 310.59 | 0.34 | 0.5 |
| Hex | A9 | 54 | 9A | 0 | 32 | 9 | 22 | 137 | 22 | 32 |
| Octal | 251 | 124 | 232 | 0 | 62 | 11 | 42 | 467 | 42 | 62 |
| Binary | 10101001 | 1010100 | 10011010 | 0 | 110010 | 1001 | 100010 | 100110111 | 100010 | 110010 |
Color Harmonies of #A9549A
Complementary color
Monochromatic Colors of #A9549A
Black with #A9549A
Text Example
Text Example
White with #A9549A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9549A; }
p { color: rgb(169,84,154); }
H1.HeaderClassName
{
color: #A9549A;
}
.AnyTagClassName
{
color: #A9549A;
}
</style>
background-color css
<style>
a { background-color: #A9549A; }
a { background-color: rgb(169,84,154); }
div.DivClassName
{
background-color: #A9549A;
}
.BgClassName
{
background-color: #A9549A;
}
</style>
border-color css
<style>
span { border-color: #A9549A; }
span { border-color: rgb(169,84,154); }
td.TdClassName
{
border-color: #A9549A;
}
.TagClassName
{
border-color: #A9549A;
}
</style>