Shades of Violet Blue #AD51AD
Tints of Violet Blue #AD51AD
RGB
CMYK
RGB Variations
Color information
#AD51AD (or 0xAD51AD) is known color: Violet Blue. HEX triplet: AD, 51 and AD. RGB value is (173,81,173). Sum of RGB (Red+Green+Blue) = 173+81+173=427 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.52% from 427); Green value is 81 (32.03% from 255 or 18.97% from 427); Blue value is 173 (67.97% from 255 or 40.52% from 427); Max value from RGB is 173 - color contains mainly: red, blue. Hex color #AD51AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD51AD is #52AE52. Grayscale: #767676. Windows color (decimal): -5418579 or 11358637. OLE color: 11358637.
HSL color Cylindrical-coordinate representation of color #AD51AD: hue angle of 300º 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 #AD51AD is Cyan = 0, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 81 | 173 | - |
| CMYK | 0 | 0.53 | 0 | 0.32 |
| HSL | 300º | 0.36% | 0.5% | - |
| HSV(B) | 300º | 0.53% | 0.68% | - |
| XYZ | 27.72 | 17.79 | 41.51 | - |
| YUV | 119 | 158.48 | 166.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 81 | 173 | 0 | 0.53 | 0 | 0.32 | 300 | 0.36 | 0.5 |
| Hex | AD | 51 | AD | 0 | 35 | 0 | 20 | 12C | 24 | 32 |
| Octal | 255 | 121 | 255 | 0 | 65 | 0 | 40 | 454 | 44 | 62 |
| Binary | 10101101 | 1010001 | 10101101 | 0 | 110101 | 0 | 100000 | 100101100 | 100100 | 110010 |
Color Harmonies of #AD51AD
Complementary color
Monochromatic Colors of #AD51AD
Black with #AD51AD
Text Example
Text Example
White with #AD51AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD51AD; }
p { color: rgb(173,81,173); }
H1.HeaderClassName
{
color: #AD51AD;
}
.AnyTagClassName
{
color: #AD51AD;
}
</style>
background-color css
<style>
a { background-color: #AD51AD; }
a { background-color: rgb(173,81,173); }
div.DivClassName
{
background-color: #AD51AD;
}
.BgClassName
{
background-color: #AD51AD;
}
</style>
border-color css
<style>
span { border-color: #AD51AD; }
span { border-color: rgb(173,81,173); }
td.TdClassName
{
border-color: #AD51AD;
}
.TagClassName
{
border-color: #AD51AD;
}
</style>