Shades of Violet Blue #A9519F
Tints of Violet Blue #A9519F
RGB
CMYK
RGB Variations
Color information
#A9519F (or 0xA9519F) is known color: Violet Blue. HEX triplet: A9, 51 and 9F. RGB value is (169,81,159). Sum of RGB (Red+Green+Blue) = 169+81+159=409 (54% of max value = 765). Red value is 169 (66.41% from 255 or 41.32% from 409); Green value is 81 (32.03% from 255 or 19.80% from 409); Blue value is 159 (62.5% from 255 or 38.88% from 409); Max value from RGB is 169 - color contains mainly: red. Hex color #A9519F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A9519F is #56AE60. Grayscale: #737373. Windows color (decimal): -5680737 or 10441129. OLE color: 10441129.
HSL color Cylindrical-coordinate representation of color #A9519F: hue angle of 306.82º degrees, saturation: 0.35, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A9519F is Cyan = 0, Magento = 0.52, Yellow = 0.06 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 81 | 159 | - |
| CMYK | 0 | 0.52 | 0.06 | 0.34 |
| HSL | 306.82º | 0.35% | 0.49% | - |
| HSV(B) | 306.82º | 0.52% | 0.66% | - |
| XYZ | 25.56 | 16.82 | 34.7 | - |
| YUV | 116.2 | 152.15 | 165.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 81 | 159 | 0 | 0.52 | 0.06 | 0.34 | 306.82 | 0.35 | 0.49 |
| Hex | A9 | 51 | 9F | 0 | 34 | 6 | 22 | 133 | 23 | 31 |
| Octal | 251 | 121 | 237 | 0 | 64 | 6 | 42 | 463 | 43 | 61 |
| Binary | 10101001 | 1010001 | 10011111 | 0 | 110100 | 110 | 100010 | 100110011 | 100011 | 110001 |
Color Harmonies of #A9519F
Complementary color
Monochromatic Colors of #A9519F
Black with #A9519F
Text Example
Text Example
White with #A9519F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9519F; }
p { color: rgb(169,81,159); }
H1.HeaderClassName
{
color: #A9519F;
}
.AnyTagClassName
{
color: #A9519F;
}
</style>
background-color css
<style>
a { background-color: #A9519F; }
a { background-color: rgb(169,81,159); }
div.DivClassName
{
background-color: #A9519F;
}
.BgClassName
{
background-color: #A9519F;
}
</style>
border-color css
<style>
span { border-color: #A9519F; }
span { border-color: rgb(169,81,159); }
td.TdClassName
{
border-color: #A9519F;
}
.TagClassName
{
border-color: #A9519F;
}
</style>