Shades of Violet Blue #A9499B
Tints of Violet Blue #A9499B
RGB
CMYK
RGB Variations
Color information
#A9499B (or 0xA9499B) is known color: Violet Blue. HEX triplet: A9, 49 and 9B. RGB value is (169,73,155). Sum of RGB (Red+Green+Blue) = 169+73+155=397 (52% of max value = 765). Red value is 169 (66.41% from 255 or 42.57% from 397); Green value is 73 (28.91% from 255 or 18.39% from 397); Blue value is 155 (60.94% from 255 or 39.04% from 397); Max value from RGB is 169 - color contains mainly: red. Hex color #A9499B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A9499B is #56B664. Grayscale: #6E6E6E. Windows color (decimal): -5682789 or 10176937. OLE color: 10176937.
HSL color Cylindrical-coordinate representation of color #A9499B: hue angle of 308.75º degrees, saturation: 0.4, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A9499B is Cyan = 0, Magento = 0.57, Yellow = 0.08 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 73 | 155 | - |
| CMYK | 0 | 0.57 | 0.08 | 0.34 |
| HSL | 308.75º | 0.4% | 0.47% | - |
| HSV(B) | 308.75º | 0.57% | 0.66% | - |
| XYZ | 24.66 | 15.57 | 32.72 | - |
| YUV | 111.05 | 152.8 | 169.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 73 | 155 | 0 | 0.57 | 0.08 | 0.34 | 308.75 | 0.4 | 0.47 |
| Hex | A9 | 49 | 9B | 0 | 39 | 8 | 22 | 135 | 28 | 2F |
| Octal | 251 | 111 | 233 | 0 | 71 | 10 | 42 | 465 | 50 | 57 |
| Binary | 10101001 | 1001001 | 10011011 | 0 | 111001 | 1000 | 100010 | 100110101 | 101000 | 101111 |
Color Harmonies of #A9499B
Complementary color
Monochromatic Colors of #A9499B
Black with #A9499B
Text Example
Text Example
White with #A9499B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9499B; }
p { color: rgb(169,73,155); }
H1.HeaderClassName
{
color: #A9499B;
}
.AnyTagClassName
{
color: #A9499B;
}
</style>
background-color css
<style>
a { background-color: #A9499B; }
a { background-color: rgb(169,73,155); }
div.DivClassName
{
background-color: #A9499B;
}
.BgClassName
{
background-color: #A9499B;
}
</style>
border-color css
<style>
span { border-color: #A9499B; }
span { border-color: rgb(169,73,155); }
td.TdClassName
{
border-color: #A9499B;
}
.TagClassName
{
border-color: #A9499B;
}
</style>