Shades of Violet Blue #A9599D
Tints of Violet Blue #A9599D
RGB
CMYK
RGB Variations
Color information
#A9599D (or 0xA9599D) is known color: Violet Blue. HEX triplet: A9, 59 and 9D. RGB value is (169,89,157). Sum of RGB (Red+Green+Blue) = 169+89+157=415 (54% of max value = 765). Red value is 169 (66.41% from 255 or 40.72% from 415); Green value is 89 (35.16% from 255 or 21.45% from 415); Blue value is 157 (61.72% from 255 or 37.83% from 415); Max value from RGB is 169 - color contains mainly: red. Hex color #A9599D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A9599D is #56A662. Grayscale: #787878. Windows color (decimal): -5678691 or 10312105. OLE color: 10312105.
HSL color Cylindrical-coordinate representation of color #A9599D: hue angle of 309º degrees, saturation: 0.32, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A9599D is Cyan = 0, Magento = 0.47, Yellow = 0.07 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 89 | 157 | - |
| CMYK | 0 | 0.47 | 0.07 | 0.34 |
| HSL | 309º | 0.32% | 0.51% | - |
| HSV(B) | 309º | 0.47% | 0.66% | - |
| XYZ | 26.02 | 18.01 | 34 | - |
| YUV | 120.67 | 148.5 | 162.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 89 | 157 | 0 | 0.47 | 0.07 | 0.34 | 309 | 0.32 | 0.51 |
| Hex | A9 | 59 | 9D | 0 | 2F | 7 | 22 | 135 | 20 | 33 |
| Octal | 251 | 131 | 235 | 0 | 57 | 7 | 42 | 465 | 40 | 63 |
| Binary | 10101001 | 1011001 | 10011101 | 0 | 101111 | 111 | 100010 | 100110101 | 100000 | 110011 |
Color Harmonies of #A9599D
Complementary color
Monochromatic Colors of #A9599D
Black with #A9599D
Text Example
Text Example
White with #A9599D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9599D; }
p { color: rgb(169,89,157); }
H1.HeaderClassName
{
color: #A9599D;
}
.AnyTagClassName
{
color: #A9599D;
}
</style>
background-color css
<style>
a { background-color: #A9599D; }
a { background-color: rgb(169,89,157); }
div.DivClassName
{
background-color: #A9599D;
}
.BgClassName
{
background-color: #A9599D;
}
</style>
border-color css
<style>
span { border-color: #A9599D; }
span { border-color: rgb(169,89,157); }
td.TdClassName
{
border-color: #A9599D;
}
.TagClassName
{
border-color: #A9599D;
}
</style>