Shades of Violet Blue #AD559E
Tints of Violet Blue #AD559E
RGB
CMYK
RGB Variations
Color information
#AD559E (or 0xAD559E) is known color: Violet Blue. HEX triplet: AD, 55 and 9E. RGB value is (173,85,158). Sum of RGB (Red+Green+Blue) = 173+85+158=416 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.59% from 416); Green value is 85 (33.59% from 255 or 20.43% from 416); Blue value is 158 (62.11% from 255 or 37.98% from 416); Max value from RGB is 173 - color contains mainly: red. Hex color #AD559E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD559E is #52AA61. Grayscale: #777777. Windows color (decimal): -5417570 or 10376621. OLE color: 10376621.
HSL color Cylindrical-coordinate representation of color #AD559E: hue angle of 310.23º 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 #AD559E is Cyan = 0, Magento = 0.51, Yellow = 0.09 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 85 | 158 | - |
| CMYK | 0 | 0.51 | 0.09 | 0.32 |
| HSL | 310.23º | 0.35% | 0.51% | - |
| HSV(B) | 310.23º | 0.51% | 0.68% | - |
| XYZ | 26.65 | 17.85 | 34.39 | - |
| YUV | 119.63 | 149.65 | 166.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 85 | 158 | 0 | 0.51 | 0.09 | 0.32 | 310.23 | 0.35 | 0.51 |
| Hex | AD | 55 | 9E | 0 | 33 | 9 | 20 | 136 | 23 | 33 |
| Octal | 255 | 125 | 236 | 0 | 63 | 11 | 40 | 466 | 43 | 63 |
| Binary | 10101101 | 1010101 | 10011110 | 0 | 110011 | 1001 | 100000 | 100110110 | 100011 | 110011 |
Color Harmonies of #AD559E
Complementary color
Monochromatic Colors of #AD559E
Black with #AD559E
Text Example
Text Example
White with #AD559E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD559E; }
p { color: rgb(173,85,158); }
H1.HeaderClassName
{
color: #AD559E;
}
.AnyTagClassName
{
color: #AD559E;
}
</style>
background-color css
<style>
a { background-color: #AD559E; }
a { background-color: rgb(173,85,158); }
div.DivClassName
{
background-color: #AD559E;
}
.BgClassName
{
background-color: #AD559E;
}
</style>
border-color css
<style>
span { border-color: #AD559E; }
span { border-color: rgb(173,85,158); }
td.TdClassName
{
border-color: #AD559E;
}
.TagClassName
{
border-color: #AD559E;
}
</style>