Shades of Violet Blue #AD519F
Tints of Violet Blue #AD519F
RGB
CMYK
RGB Variations
Color information
#AD519F (or 0xAD519F) is known color: Violet Blue. HEX triplet: AD, 51 and 9F. RGB value is (173,81,159). Sum of RGB (Red+Green+Blue) = 173+81+159=413 (54% of max value = 765). Red value is 173 (67.97% from 255 or 41.89% from 413); Green value is 81 (32.03% from 255 or 19.61% from 413); Blue value is 159 (62.5% from 255 or 38.50% from 413); Max value from RGB is 173 - color contains mainly: red. Hex color #AD519F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD519F is #52AE60. Grayscale: #757575. Windows color (decimal): -5418593 or 10441133. OLE color: 10441133.
HSL color Cylindrical-coordinate representation of color #AD519F: hue angle of 309.13º 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 #AD519F is Cyan = 0, Magento = 0.53, Yellow = 0.08 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 81 | 159 | - |
| CMYK | 0 | 0.53 | 0.08 | 0.32 |
| HSL | 309.13º | 0.36% | 0.5% | - |
| HSV(B) | 309.13º | 0.53% | 0.68% | - |
| XYZ | 26.43 | 17.27 | 34.74 | - |
| YUV | 117.4 | 151.48 | 167.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 81 | 159 | 0 | 0.53 | 0.08 | 0.32 | 309.13 | 0.36 | 0.5 |
| Hex | AD | 51 | 9F | 0 | 35 | 8 | 20 | 135 | 24 | 32 |
| Octal | 255 | 121 | 237 | 0 | 65 | 10 | 40 | 465 | 44 | 62 |
| Binary | 10101101 | 1010001 | 10011111 | 0 | 110101 | 1000 | 100000 | 100110101 | 100100 | 110010 |
Color Harmonies of #AD519F
Complementary color
Monochromatic Colors of #AD519F
Black with #AD519F
Text Example
Text Example
White with #AD519F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD519F; }
p { color: rgb(173,81,159); }
H1.HeaderClassName
{
color: #AD519F;
}
.AnyTagClassName
{
color: #AD519F;
}
</style>
background-color css
<style>
a { background-color: #AD519F; }
a { background-color: rgb(173,81,159); }
div.DivClassName
{
background-color: #AD519F;
}
.BgClassName
{
background-color: #AD519F;
}
</style>
border-color css
<style>
span { border-color: #AD519F; }
span { border-color: rgb(173,81,159); }
td.TdClassName
{
border-color: #AD519F;
}
.TagClassName
{
border-color: #AD519F;
}
</style>