Shades of Violet Blue #AD47AC
Tints of Violet Blue #AD47AC
RGB
CMYK
RGB Variations
Color information
#AD47AC (or 0xAD47AC) is known color: Violet Blue. HEX triplet: AD, 47 and AC. RGB value is (173,71,172). Sum of RGB (Red+Green+Blue) = 173+71+172=416 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.59% from 416); Green value is 71 (28.12% from 255 or 17.07% from 416); Blue value is 172 (67.58% from 255 or 41.35% from 416); Max value from RGB is 173 - color contains mainly: red. Hex color #AD47AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD47AC is #52B853. Grayscale: #707070. Windows color (decimal): -5421140 or 11290541. OLE color: 11290541.
HSL color Cylindrical-coordinate representation of color #AD47AC: hue angle of 300.59º 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 #AD47AC is Cyan = 0, Magento = 0.59, Yellow = 0.01 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 71 | 172 | - |
| CMYK | 0 | 0.59 | 0.01 | 0.32 |
| HSL | 300.59º | 0.42% | 0.48% | - |
| HSV(B) | 300.59º | 0.59% | 0.68% | - |
| XYZ | 26.93 | 16.37 | 40.77 | - |
| YUV | 113.01 | 161.29 | 170.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 71 | 172 | 0 | 0.59 | 0.01 | 0.32 | 300.59 | 0.42 | 0.48 |
| Hex | AD | 47 | AC | 0 | 3B | 1 | 20 | 12D | 2A | 30 |
| Octal | 255 | 107 | 254 | 0 | 73 | 1 | 40 | 455 | 52 | 60 |
| Binary | 10101101 | 1000111 | 10101100 | 0 | 111011 | 1 | 100000 | 100101101 | 101010 | 110000 |
Color Harmonies of #AD47AC
Complementary color
Monochromatic Colors of #AD47AC
Black with #AD47AC
Text Example
Text Example
White with #AD47AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD47AC; }
p { color: rgb(173,71,172); }
H1.HeaderClassName
{
color: #AD47AC;
}
.AnyTagClassName
{
color: #AD47AC;
}
</style>
background-color css
<style>
a { background-color: #AD47AC; }
a { background-color: rgb(173,71,172); }
div.DivClassName
{
background-color: #AD47AC;
}
.BgClassName
{
background-color: #AD47AC;
}
</style>
border-color css
<style>
span { border-color: #AD47AC; }
span { border-color: rgb(173,71,172); }
td.TdClassName
{
border-color: #AD47AC;
}
.TagClassName
{
border-color: #AD47AC;
}
</style>