Shades of Violet Blue #AD47AB
Tints of Violet Blue #AD47AB
RGB
CMYK
RGB Variations
Color information
#AD47AB (or 0xAD47AB) is known color: Violet Blue. HEX triplet: AD, 47 and AB. RGB value is (173,71,171). Sum of RGB (Red+Green+Blue) = 173+71+171=415 (54% of max value = 765). Red value is 173 (67.97% from 255 or 41.69% from 415); Green value is 71 (28.12% from 255 or 17.11% from 415); Blue value is 171 (67.19% from 255 or 41.20% from 415); Max value from RGB is 173 - color contains mainly: red. Hex color #AD47AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD47AB is #52B854. Grayscale: #707070. Windows color (decimal): -5421141 or 11225005. OLE color: 11225005.
HSL color Cylindrical-coordinate representation of color #AD47AB: hue angle of 301.18º 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 #AD47AB is Cyan = 0, Magento = 0.59, Yellow = 0.01 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 71 | 171 | - |
| CMYK | 0 | 0.59 | 0.01 | 0.32 |
| HSL | 301.18º | 0.42% | 0.48% | - |
| HSV(B) | 301.18º | 0.59% | 0.68% | - |
| XYZ | 26.84 | 16.33 | 40.27 | - |
| YUV | 112.9 | 160.79 | 170.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 71 | 171 | 0 | 0.59 | 0.01 | 0.32 | 301.18 | 0.42 | 0.48 |
| Hex | AD | 47 | AB | 0 | 3B | 1 | 20 | 12D | 2A | 30 |
| Octal | 255 | 107 | 253 | 0 | 73 | 1 | 40 | 455 | 52 | 60 |
| Binary | 10101101 | 1000111 | 10101011 | 0 | 111011 | 1 | 100000 | 100101101 | 101010 | 110000 |
Color Harmonies of #AD47AB
Complementary color
Monochromatic Colors of #AD47AB
Black with #AD47AB
Text Example
Text Example
White with #AD47AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD47AB; }
p { color: rgb(173,71,171); }
H1.HeaderClassName
{
color: #AD47AB;
}
.AnyTagClassName
{
color: #AD47AB;
}
</style>
background-color css
<style>
a { background-color: #AD47AB; }
a { background-color: rgb(173,71,171); }
div.DivClassName
{
background-color: #AD47AB;
}
.BgClassName
{
background-color: #AD47AB;
}
</style>
border-color css
<style>
span { border-color: #AD47AB; }
span { border-color: rgb(173,71,171); }
td.TdClassName
{
border-color: #AD47AB;
}
.TagClassName
{
border-color: #AD47AB;
}
</style>