Shades of Violet Blue #AB47AD
Tints of Violet Blue #AB47AD
RGB
CMYK
RGB Variations
Color information
#AB47AD (or 0xAB47AD) is known color: Violet Blue. HEX triplet: AB, 47 and AD. RGB value is (171,71,173). Sum of RGB (Red+Green+Blue) = 171+71+173=415 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.20% from 415); Green value is 71 (28.12% from 255 or 17.11% from 415); Blue value is 173 (67.97% from 255 or 41.69% from 415); Max value from RGB is 173 - color contains mainly: blue. Hex color #AB47AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB47AD is #54B852. Grayscale: #707070. Windows color (decimal): -5552211 or 11356075. OLE color: 11356075.
HSL color Cylindrical-coordinate representation of color #AB47AD: hue angle of 298.82º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AB47AD is Cyan = 0.01, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 171 | 71 | 173 | - |
| CMYK | 0.01 | 0.59 | 0 | 0.32 |
| HSL | 298.82º | 0.42% | 0.48% | - |
| HSV(B) | 298.82º | 0.59% | 0.68% | - |
| XYZ | 26.59 | 16.18 | 41.26 | - |
| YUV | 112.53 | 162.13 | 169.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 71 | 173 | 0.01 | 0.59 | 0 | 0.32 | 298.82 | 0.42 | 0.48 |
| Hex | AB | 47 | AD | 1 | 3B | 0 | 20 | 12B | 2A | 30 |
| Octal | 253 | 107 | 255 | 1 | 73 | 0 | 40 | 453 | 52 | 60 |
| Binary | 10101011 | 1000111 | 10101101 | 1 | 111011 | 0 | 100000 | 100101011 | 101010 | 110000 |
Color Harmonies of #AB47AD
Complementary color
Monochromatic Colors of #AB47AD
Black with #AB47AD
Text Example
Text Example
White with #AB47AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB47AD; }
p { color: rgb(171,71,173); }
H1.HeaderClassName
{
color: #AB47AD;
}
.AnyTagClassName
{
color: #AB47AD;
}
</style>
background-color css
<style>
a { background-color: #AB47AD; }
a { background-color: rgb(171,71,173); }
div.DivClassName
{
background-color: #AB47AD;
}
.BgClassName
{
background-color: #AB47AD;
}
</style>
border-color css
<style>
span { border-color: #AB47AD; }
span { border-color: rgb(171,71,173); }
td.TdClassName
{
border-color: #AB47AD;
}
.TagClassName
{
border-color: #AB47AD;
}
</style>