Shades of Violet Blue #A949AB
Tints of Violet Blue #A949AB
RGB
CMYK
RGB Variations
Color information
#A949AB (or 0xA949AB) is known color: Violet Blue. HEX triplet: A9, 49 and AB. RGB value is (169,73,171). Sum of RGB (Red+Green+Blue) = 169+73+171=413 (54% of max value = 765). Red value is 169 (66.41% from 255 or 40.92% from 413); Green value is 73 (28.91% from 255 or 17.68% from 413); Blue value is 171 (67.19% from 255 or 41.40% from 413); Max value from RGB is 171 - color contains mainly: blue. Hex color #A949AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A949AB is #56B654. Grayscale: #707070. Windows color (decimal): -5682773 or 11225513. OLE color: 11225513.
HSL color Cylindrical-coordinate representation of color #A949AB: hue angle of 298.78º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A949AB is Cyan = 0.01, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 169 | 73 | 171 | - |
| CMYK | 0.01 | 0.57 | 0 | 0.33 |
| HSL | 298.78º | 0.4% | 0.48% | - |
| HSV(B) | 298.78º | 0.57% | 0.67% | - |
| XYZ | 26.1 | 16.14 | 40.27 | - |
| YUV | 112.88 | 160.8 | 168.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 73 | 171 | 0.01 | 0.57 | 0 | 0.33 | 298.78 | 0.4 | 0.48 |
| Hex | A9 | 49 | AB | 1 | 39 | 0 | 21 | 12B | 28 | 30 |
| Octal | 251 | 111 | 253 | 1 | 71 | 0 | 41 | 453 | 50 | 60 |
| Binary | 10101001 | 1001001 | 10101011 | 1 | 111001 | 0 | 100001 | 100101011 | 101000 | 110000 |
Color Harmonies of #A949AB
Complementary color
Monochromatic Colors of #A949AB
Black with #A949AB
Text Example
Text Example
White with #A949AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A949AB; }
p { color: rgb(169,73,171); }
H1.HeaderClassName
{
color: #A949AB;
}
.AnyTagClassName
{
color: #A949AB;
}
</style>
background-color css
<style>
a { background-color: #A949AB; }
a { background-color: rgb(169,73,171); }
div.DivClassName
{
background-color: #A949AB;
}
.BgClassName
{
background-color: #A949AB;
}
</style>
border-color css
<style>
span { border-color: #A949AB; }
span { border-color: rgb(169,73,171); }
td.TdClassName
{
border-color: #A949AB;
}
.TagClassName
{
border-color: #A949AB;
}
</style>