Shades of Violet Blue #AB47A9
Tints of Violet Blue #AB47A9
RGB
CMYK
RGB Variations
Color information
#AB47A9 (or 0xAB47A9) is known color: Violet Blue. HEX triplet: AB, 47 and A9. RGB value is (171,71,169). Sum of RGB (Red+Green+Blue) = 171+71+169=411 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.61% from 411); Green value is 71 (28.12% from 255 or 17.27% from 411); Blue value is 169 (66.41% from 255 or 41.12% from 411); Max value from RGB is 171 - color contains mainly: red. Hex color #AB47A9 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB47A9 is #54B856. Grayscale: #6F6F6F. Windows color (decimal): -5552215 or 11093931. OLE color: 11093931.
HSL color Cylindrical-coordinate representation of color #AB47A9: hue angle of 301.2º degrees, saturation: 0.41, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AB47A9 is Cyan = 0, Magento = 0.58, Yellow = 0.01 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 71 | 169 | - |
| CMYK | 0 | 0.58 | 0.01 | 0.33 |
| HSL | 301.2º | 0.41% | 0.47% | - |
| HSV(B) | 301.2º | 0.58% | 0.67% | - |
| XYZ | 26.21 | 16.03 | 39.25 | - |
| YUV | 112.07 | 160.13 | 170.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 71 | 169 | 0 | 0.58 | 0.01 | 0.33 | 301.2 | 0.41 | 0.47 |
| Hex | AB | 47 | A9 | 0 | 3A | 1 | 21 | 12D | 29 | 2F |
| Octal | 253 | 107 | 251 | 0 | 72 | 1 | 41 | 455 | 51 | 57 |
| Binary | 10101011 | 1000111 | 10101001 | 0 | 111010 | 1 | 100001 | 100101101 | 101001 | 101111 |
Color Harmonies of #AB47A9
Complementary color
Monochromatic Colors of #AB47A9
Black with #AB47A9
Text Example
Text Example
White with #AB47A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB47A9; }
p { color: rgb(171,71,169); }
H1.HeaderClassName
{
color: #AB47A9;
}
.AnyTagClassName
{
color: #AB47A9;
}
</style>
background-color css
<style>
a { background-color: #AB47A9; }
a { background-color: rgb(171,71,169); }
div.DivClassName
{
background-color: #AB47A9;
}
.BgClassName
{
background-color: #AB47A9;
}
</style>
border-color css
<style>
span { border-color: #AB47A9; }
span { border-color: rgb(171,71,169); }
td.TdClassName
{
border-color: #AB47A9;
}
.TagClassName
{
border-color: #AB47A9;
}
</style>