Shades of Violet Blue #AD47A1
Tints of Violet Blue #AD47A1
RGB
CMYK
RGB Variations
Color information
#AD47A1 (or 0xAD47A1) is known color: Violet Blue. HEX triplet: AD, 47 and A1. RGB value is (173,71,161). Sum of RGB (Red+Green+Blue) = 173+71+161=405 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.72% from 405); Green value is 71 (28.12% from 255 or 17.53% from 405); Blue value is 161 (63.28% from 255 or 39.75% from 405); Max value from RGB is 173 - color contains mainly: red. Hex color #AD47A1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD47A1 is #52B85E. Grayscale: #6F6F6F. Windows color (decimal): -5421151 or 10569645. OLE color: 10569645.
HSL color Cylindrical-coordinate representation of color #AD47A1: hue angle of 307.06º 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 #AD47A1 is Cyan = 0, Magento = 0.59, Yellow = 0.07 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 71 | 161 | - |
| CMYK | 0 | 0.59 | 0.07 | 0.32 |
| HSL | 307.06º | 0.42% | 0.48% | - |
| HSV(B) | 307.06º | 0.59% | 0.68% | - |
| XYZ | 25.92 | 15.96 | 35.43 | - |
| YUV | 111.76 | 155.79 | 171.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 71 | 161 | 0 | 0.59 | 0.07 | 0.32 | 307.06 | 0.42 | 0.48 |
| Hex | AD | 47 | A1 | 0 | 3B | 7 | 20 | 133 | 2A | 30 |
| Octal | 255 | 107 | 241 | 0 | 73 | 7 | 40 | 463 | 52 | 60 |
| Binary | 10101101 | 1000111 | 10100001 | 0 | 111011 | 111 | 100000 | 100110011 | 101010 | 110000 |
Color Harmonies of #AD47A1
Complementary color
Monochromatic Colors of #AD47A1
Black with #AD47A1
Text Example
Text Example
White with #AD47A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD47A1; }
p { color: rgb(173,71,161); }
H1.HeaderClassName
{
color: #AD47A1;
}
.AnyTagClassName
{
color: #AD47A1;
}
</style>
background-color css
<style>
a { background-color: #AD47A1; }
a { background-color: rgb(173,71,161); }
div.DivClassName
{
background-color: #AD47A1;
}
.BgClassName
{
background-color: #AD47A1;
}
</style>
border-color css
<style>
span { border-color: #AD47A1; }
span { border-color: rgb(173,71,161); }
td.TdClassName
{
border-color: #AD47A1;
}
.TagClassName
{
border-color: #AD47A1;
}
</style>