Shades of Violet Blue #AD46AC
Tints of Violet Blue #AD46AC
RGB
CMYK
RGB Variations
Color information
#AD46AC (or 0xAD46AC) is known color: Violet Blue. HEX triplet: AD, 46 and AC. RGB value is (173,70,172). Sum of RGB (Red+Green+Blue) = 173+70+172=415 (54% of max value = 765). Red value is 173 (67.97% from 255 or 41.69% from 415); Green value is 70 (27.73% from 255 or 16.87% from 415); Blue value is 172 (67.58% from 255 or 41.45% from 415); Max value from RGB is 173 - color contains mainly: red. Hex color #AD46AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD46AC is #52B953. Grayscale: #707070. Windows color (decimal): -5421396 or 11290285. OLE color: 11290285.
HSL color Cylindrical-coordinate representation of color #AD46AC: hue angle of 300.58º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AD46AC is Cyan = 0, Magento = 0.60, Yellow = 0.01 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 70 | 172 | - |
| CMYK | 0 | 0.60 | 0.01 | 0.32 |
| HSL | 300.58º | 0.42% | 0.48% | - |
| HSV(B) | 300.58º | 0.6% | 0.68% | - |
| XYZ | 26.87 | 16.24 | 40.75 | - |
| YUV | 112.43 | 161.62 | 171.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 70 | 172 | 0 | 0.60 | 0.01 | 0.32 | 300.58 | 0.42 | 0.48 |
| Hex | AD | 46 | AC | 0 | 3C | 1 | 20 | 12D | 2A | 30 |
| Octal | 255 | 106 | 254 | 0 | 74 | 1 | 40 | 455 | 52 | 60 |
| Binary | 10101101 | 1000110 | 10101100 | 0 | 111100 | 1 | 100000 | 100101101 | 101010 | 110000 |
Color Harmonies of #AD46AC
Complementary color
Monochromatic Colors of #AD46AC
Black with #AD46AC
Text Example
Text Example
White with #AD46AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD46AC; }
p { color: rgb(173,70,172); }
H1.HeaderClassName
{
color: #AD46AC;
}
.AnyTagClassName
{
color: #AD46AC;
}
</style>
background-color css
<style>
a { background-color: #AD46AC; }
a { background-color: rgb(173,70,172); }
div.DivClassName
{
background-color: #AD46AC;
}
.BgClassName
{
background-color: #AD46AC;
}
</style>
border-color css
<style>
span { border-color: #AD46AC; }
span { border-color: rgb(173,70,172); }
td.TdClassName
{
border-color: #AD46AC;
}
.TagClassName
{
border-color: #AD46AC;
}
</style>