Shades of Violet Blue #AD5599
Tints of Violet Blue #AD5599
RGB
CMYK
RGB Variations
Color information
#AD5599 (or 0xAD5599) is known color: Violet Blue. HEX triplet: AD, 55 and 99. RGB value is (173,85,153). Sum of RGB (Red+Green+Blue) = 173+85+153=411 (54% of max value = 765). Red value is 173 (67.97% from 255 or 42.09% from 411); Green value is 85 (33.59% from 255 or 20.68% from 411); Blue value is 153 (60.16% from 255 or 37.23% from 411); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5599 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD5599 is #52AA66. Grayscale: #767676. Windows color (decimal): -5417575 or 10048941. OLE color: 10048941.
HSL color Cylindrical-coordinate representation of color #AD5599: hue angle of 313.64º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AD5599 is Cyan = 0, Magento = 0.51, Yellow = 0.12 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 85 | 153 | - |
| CMYK | 0 | 0.51 | 0.12 | 0.32 |
| HSL | 313.64º | 0.35% | 0.51% | - |
| HSV(B) | 313.64º | 0.51% | 0.68% | - |
| XYZ | 26.23 | 17.68 | 32.17 | - |
| YUV | 119.06 | 147.15 | 166.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 85 | 153 | 0 | 0.51 | 0.12 | 0.32 | 313.64 | 0.35 | 0.51 |
| Hex | AD | 55 | 99 | 0 | 33 | C | 20 | 13A | 23 | 33 |
| Octal | 255 | 125 | 231 | 0 | 63 | 14 | 40 | 472 | 43 | 63 |
| Binary | 10101101 | 1010101 | 10011001 | 0 | 110011 | 1100 | 100000 | 100111010 | 100011 | 110011 |
Color Harmonies of #AD5599
Complementary color
Monochromatic Colors of #AD5599
Black with #AD5599
Text Example
Text Example
White with #AD5599
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD5599; }
p { color: rgb(173,85,153); }
H1.HeaderClassName
{
color: #AD5599;
}
.AnyTagClassName
{
color: #AD5599;
}
</style>
background-color css
<style>
a { background-color: #AD5599; }
a { background-color: rgb(173,85,153); }
div.DivClassName
{
background-color: #AD5599;
}
.BgClassName
{
background-color: #AD5599;
}
</style>
border-color css
<style>
span { border-color: #AD5599; }
span { border-color: rgb(173,85,153); }
td.TdClassName
{
border-color: #AD5599;
}
.TagClassName
{
border-color: #AD5599;
}
</style>