Shades of Violet Blue #A9479A
Tints of Violet Blue #A9479A
RGB
CMYK
RGB Variations
Color information
#A9479A (or 0xA9479A) is known color: Violet Blue. HEX triplet: A9, 47 and 9A. RGB value is (169,71,154). Sum of RGB (Red+Green+Blue) = 169+71+154=394 (52% of max value = 765). Red value is 169 (66.41% from 255 or 42.89% from 394); Green value is 71 (28.12% from 255 or 18.02% from 394); Blue value is 154 (60.55% from 255 or 39.09% from 394); Max value from RGB is 169 - color contains mainly: red. Hex color #A9479A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A9479A is #56B865. Grayscale: #6D6D6D. Windows color (decimal): -5683302 or 10110889. OLE color: 10110889.
HSL color Cylindrical-coordinate representation of color #A9479A: hue angle of 309.18º degrees, saturation: 0.41, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A9479A is Cyan = 0, Magento = 0.58, Yellow = 0.09 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 71 | 154 | - |
| CMYK | 0 | 0.58 | 0.09 | 0.34 |
| HSL | 309.18º | 0.41% | 0.47% | - |
| HSV(B) | 309.18º | 0.58% | 0.66% | - |
| XYZ | 24.45 | 15.27 | 32.23 | - |
| YUV | 109.76 | 152.97 | 170.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 71 | 154 | 0 | 0.58 | 0.09 | 0.34 | 309.18 | 0.41 | 0.47 |
| Hex | A9 | 47 | 9A | 0 | 3A | 9 | 22 | 135 | 29 | 2F |
| Octal | 251 | 107 | 232 | 0 | 72 | 11 | 42 | 465 | 51 | 57 |
| Binary | 10101001 | 1000111 | 10011010 | 0 | 111010 | 1001 | 100010 | 100110101 | 101001 | 101111 |
Color Harmonies of #A9479A
Complementary color
Monochromatic Colors of #A9479A
Black with #A9479A
Text Example
Text Example
White with #A9479A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9479A; }
p { color: rgb(169,71,154); }
H1.HeaderClassName
{
color: #A9479A;
}
.AnyTagClassName
{
color: #A9479A;
}
</style>
background-color css
<style>
a { background-color: #A9479A; }
a { background-color: rgb(169,71,154); }
div.DivClassName
{
background-color: #A9479A;
}
.BgClassName
{
background-color: #A9479A;
}
</style>
border-color css
<style>
span { border-color: #A9479A; }
span { border-color: rgb(169,71,154); }
td.TdClassName
{
border-color: #A9479A;
}
.TagClassName
{
border-color: #A9479A;
}
</style>