Shades of Violet Blue #AD51AC
Tints of Violet Blue #AD51AC
RGB
CMYK
RGB Variations
Color information
#AD51AC (or 0xAD51AC) is known color: Violet Blue. HEX triplet: AD, 51 and AC. RGB value is (173,81,172). Sum of RGB (Red+Green+Blue) = 173+81+172=426 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.61% from 426); Green value is 81 (32.03% from 255 or 19.01% from 426); Blue value is 172 (67.58% from 255 or 40.38% from 426); Max value from RGB is 173 - color contains mainly: red. Hex color #AD51AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD51AC is #52AE53. Grayscale: #767676. Windows color (decimal): -5418580 or 11293101. OLE color: 11293101.
HSL color Cylindrical-coordinate representation of color #AD51AC: hue angle of 300.65º degrees, saturation: 0.36, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AD51AC is Cyan = 0, Magento = 0.53, Yellow = 0.01 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 81 | 172 | - |
| CMYK | 0 | 0.53 | 0.01 | 0.32 |
| HSL | 300.65º | 0.36% | 0.5% | - |
| HSV(B) | 300.65º | 0.53% | 0.68% | - |
| XYZ | 27.62 | 17.75 | 41 | - |
| YUV | 118.88 | 157.98 | 166.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 81 | 172 | 0 | 0.53 | 0.01 | 0.32 | 300.65 | 0.36 | 0.5 |
| Hex | AD | 51 | AC | 0 | 35 | 1 | 20 | 12D | 24 | 32 |
| Octal | 255 | 121 | 254 | 0 | 65 | 1 | 40 | 455 | 44 | 62 |
| Binary | 10101101 | 1010001 | 10101100 | 0 | 110101 | 1 | 100000 | 100101101 | 100100 | 110010 |
Color Harmonies of #AD51AC
Complementary color
Monochromatic Colors of #AD51AC
Black with #AD51AC
Text Example
Text Example
White with #AD51AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD51AC; }
p { color: rgb(173,81,172); }
H1.HeaderClassName
{
color: #AD51AC;
}
.AnyTagClassName
{
color: #AD51AC;
}
</style>
background-color css
<style>
a { background-color: #AD51AC; }
a { background-color: rgb(173,81,172); }
div.DivClassName
{
background-color: #AD51AC;
}
.BgClassName
{
background-color: #AD51AC;
}
</style>
border-color css
<style>
span { border-color: #AD51AC; }
span { border-color: rgb(173,81,172); }
td.TdClassName
{
border-color: #AD51AC;
}
.TagClassName
{
border-color: #AD51AC;
}
</style>