Shades of Violet Blue #AD51AB
Tints of Violet Blue #AD51AB
RGB
CMYK
RGB Variations
Color information
#AD51AB (or 0xAD51AB) is known color: Violet Blue. HEX triplet: AD, 51 and AB. RGB value is (173,81,171). Sum of RGB (Red+Green+Blue) = 173+81+171=425 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.71% from 425); Green value is 81 (32.03% from 255 or 19.06% from 425); Blue value is 171 (67.19% from 255 or 40.24% from 425); Max value from RGB is 173 - color contains mainly: red. Hex color #AD51AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD51AB is #52AE54. Grayscale: #767676. Windows color (decimal): -5418581 or 11227565. OLE color: 11227565.
HSL color Cylindrical-coordinate representation of color #AD51AB: hue angle of 301.3º 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 #AD51AB is Cyan = 0, Magento = 0.53, Yellow = 0.01 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 81 | 171 | - |
| CMYK | 0 | 0.53 | 0.01 | 0.32 |
| HSL | 301.3º | 0.36% | 0.5% | - |
| HSV(B) | 301.3º | 0.53% | 0.68% | - |
| XYZ | 27.53 | 17.71 | 40.5 | - |
| YUV | 118.77 | 157.48 | 166.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 81 | 171 | 0 | 0.53 | 0.01 | 0.32 | 301.3 | 0.36 | 0.5 |
| Hex | AD | 51 | AB | 0 | 35 | 1 | 20 | 12D | 24 | 32 |
| Octal | 255 | 121 | 253 | 0 | 65 | 1 | 40 | 455 | 44 | 62 |
| Binary | 10101101 | 1010001 | 10101011 | 0 | 110101 | 1 | 100000 | 100101101 | 100100 | 110010 |
Color Harmonies of #AD51AB
Complementary color
Monochromatic Colors of #AD51AB
Black with #AD51AB
Text Example
Text Example
White with #AD51AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD51AB; }
p { color: rgb(173,81,171); }
H1.HeaderClassName
{
color: #AD51AB;
}
.AnyTagClassName
{
color: #AD51AB;
}
</style>
background-color css
<style>
a { background-color: #AD51AB; }
a { background-color: rgb(173,81,171); }
div.DivClassName
{
background-color: #AD51AB;
}
.BgClassName
{
background-color: #AD51AB;
}
</style>
border-color css
<style>
span { border-color: #AD51AB; }
span { border-color: rgb(173,81,171); }
td.TdClassName
{
border-color: #AD51AB;
}
.TagClassName
{
border-color: #AD51AB;
}
</style>