Shades of Violet Blue #A949AC
Tints of Violet Blue #A949AC
RGB
CMYK
RGB Variations
Color information
#A949AC (or 0xA949AC) is known color: Violet Blue. HEX triplet: A9, 49 and AC. RGB value is (169,73,172). Sum of RGB (Red+Green+Blue) = 169+73+172=414 (54% of max value = 765). Red value is 169 (66.41% from 255 or 40.82% from 414); Green value is 73 (28.91% from 255 or 17.63% from 414); Blue value is 172 (67.58% from 255 or 41.55% from 414); Max value from RGB is 172 - color contains mainly: blue. Hex color #A949AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A949AC is #56B653. Grayscale: #707070. Windows color (decimal): -5682772 or 11291049. OLE color: 11291049.
HSL color Cylindrical-coordinate representation of color #A949AC: hue angle of 298.18º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A949AC is Cyan = 0.02, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 169 | 73 | 172 | - |
| CMYK | 0.02 | 0.58 | 0 | 0.33 |
| HSL | 298.18º | 0.4% | 0.48% | - |
| HSV(B) | 298.18º | 0.58% | 0.67% | - |
| XYZ | 26.19 | 16.18 | 40.77 | - |
| YUV | 112.99 | 161.3 | 167.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 73 | 172 | 0.02 | 0.58 | 0 | 0.33 | 298.18 | 0.4 | 0.48 |
| Hex | A9 | 49 | AC | 2 | 3A | 0 | 21 | 12A | 28 | 30 |
| Octal | 251 | 111 | 254 | 2 | 72 | 0 | 41 | 452 | 50 | 60 |
| Binary | 10101001 | 1001001 | 10101100 | 10 | 111010 | 0 | 100001 | 100101010 | 101000 | 110000 |
Color Harmonies of #A949AC
Complementary color
Monochromatic Colors of #A949AC
Black with #A949AC
Text Example
Text Example
White with #A949AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A949AC; }
p { color: rgb(169,73,172); }
H1.HeaderClassName
{
color: #A949AC;
}
.AnyTagClassName
{
color: #A949AC;
}
</style>
background-color css
<style>
a { background-color: #A949AC; }
a { background-color: rgb(169,73,172); }
div.DivClassName
{
background-color: #A949AC;
}
.BgClassName
{
background-color: #A949AC;
}
</style>
border-color css
<style>
span { border-color: #A949AC; }
span { border-color: rgb(169,73,172); }
td.TdClassName
{
border-color: #A949AC;
}
.TagClassName
{
border-color: #A949AC;
}
</style>