Shades of Violet Blue #A147A9
Tints of Violet Blue #A147A9
RGB
CMYK
RGB Variations
Color information
#A147A9 (or 0xA147A9) is known color: Violet Blue. HEX triplet: A1, 47 and A9. RGB value is (161,71,169). Sum of RGB (Red+Green+Blue) = 161+71+169=401 (53% of max value = 765). Red value is 161 (63.28% from 255 or 40.15% from 401); Green value is 71 (28.12% from 255 or 17.71% from 401); Blue value is 169 (66.41% from 255 or 42.14% from 401); Max value from RGB is 169 - color contains mainly: blue. Hex color #A147A9 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A147A9 is #5EB856. Grayscale: #6C6C6C. Windows color (decimal): -6207575 or 11093921. OLE color: 11093921.
HSL color Cylindrical-coordinate representation of color #A147A9: hue angle of 295.1º degrees, saturation: 0.41, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A147A9 is Cyan = 0.05, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 161 | 71 | 169 | - |
| CMYK | 0.05 | 0.58 | 0 | 0.34 |
| HSL | 295.1º | 0.41% | 0.47% | - |
| HSV(B) | 295.1º | 0.58% | 0.66% | - |
| XYZ | 24.11 | 14.95 | 39.15 | - |
| YUV | 109.08 | 161.82 | 165.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 71 | 169 | 0.05 | 0.58 | 0 | 0.34 | 295.1 | 0.41 | 0.47 |
| Hex | A1 | 47 | A9 | 5 | 3A | 0 | 22 | 127 | 29 | 2F |
| Octal | 241 | 107 | 251 | 5 | 72 | 0 | 42 | 447 | 51 | 57 |
| Binary | 10100001 | 1000111 | 10101001 | 101 | 111010 | 0 | 100010 | 100100111 | 101001 | 101111 |
Color Harmonies of #A147A9
Complementary color
Monochromatic Colors of #A147A9
Black with #A147A9
Text Example
Text Example
White with #A147A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A147A9; }
p { color: rgb(161,71,169); }
H1.HeaderClassName
{
color: #A147A9;
}
.AnyTagClassName
{
color: #A147A9;
}
</style>
background-color css
<style>
a { background-color: #A147A9; }
a { background-color: rgb(161,71,169); }
div.DivClassName
{
background-color: #A147A9;
}
.BgClassName
{
background-color: #A147A9;
}
</style>
border-color css
<style>
span { border-color: #A147A9; }
span { border-color: rgb(161,71,169); }
td.TdClassName
{
border-color: #A147A9;
}
.TagClassName
{
border-color: #A147A9;
}
</style>