Shades of Violet Blue #AD5799
Tints of Violet Blue #AD5799
RGB
CMYK
RGB Variations
Color information
#AD5799 (or 0xAD5799) is known color: Violet Blue. HEX triplet: AD, 57 and 99. RGB value is (173,87,153). Sum of RGB (Red+Green+Blue) = 173+87+153=413 (54% of max value = 765). Red value is 173 (67.97% from 255 or 41.89% from 413); Green value is 87 (34.38% from 255 or 21.07% from 413); Blue value is 153 (60.16% from 255 or 37.05% from 413); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5799 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD5799 is #52A866. Grayscale: #787878. Windows color (decimal): -5417063 or 10049453. OLE color: 10049453.
HSL color Cylindrical-coordinate representation of color #AD5799: hue angle of 313.95º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AD5799 is Cyan = 0, Magento = 0.50, Yellow = 0.12 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 87 | 153 | - |
| CMYK | 0 | 0.50 | 0.12 | 0.32 |
| HSL | 313.95º | 0.34% | 0.51% | - |
| HSV(B) | 313.95º | 0.5% | 0.68% | - |
| XYZ | 26.39 | 18 | 32.22 | - |
| YUV | 120.24 | 146.49 | 165.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 87 | 153 | 0 | 0.50 | 0.12 | 0.32 | 313.95 | 0.34 | 0.51 |
| Hex | AD | 57 | 99 | 0 | 32 | C | 20 | 13A | 22 | 33 |
| Octal | 255 | 127 | 231 | 0 | 62 | 14 | 40 | 472 | 42 | 63 |
| Binary | 10101101 | 1010111 | 10011001 | 0 | 110010 | 1100 | 100000 | 100111010 | 100010 | 110011 |
Color Harmonies of #AD5799
Complementary color
Monochromatic Colors of #AD5799
Black with #AD5799
Text Example
Text Example
White with #AD5799
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD5799; }
p { color: rgb(173,87,153); }
H1.HeaderClassName
{
color: #AD5799;
}
.AnyTagClassName
{
color: #AD5799;
}
</style>
background-color css
<style>
a { background-color: #AD5799; }
a { background-color: rgb(173,87,153); }
div.DivClassName
{
background-color: #AD5799;
}
.BgClassName
{
background-color: #AD5799;
}
</style>
border-color css
<style>
span { border-color: #AD5799; }
span { border-color: rgb(173,87,153); }
td.TdClassName
{
border-color: #AD5799;
}
.TagClassName
{
border-color: #AD5799;
}
</style>