Shades of Violet Blue #AD559A
Tints of Violet Blue #AD559A
RGB
CMYK
RGB Variations
Color information
#AD559A (or 0xAD559A) is known color: Violet Blue. HEX triplet: AD, 55 and 9A. RGB value is (173,85,154). Sum of RGB (Red+Green+Blue) = 173+85+154=412 (54% of max value = 765). Red value is 173 (67.97% from 255 or 41.99% from 412); Green value is 85 (33.59% from 255 or 20.63% from 412); Blue value is 154 (60.55% from 255 or 37.38% from 412); Max value from RGB is 173 - color contains mainly: red. Hex color #AD559A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD559A is #52AA65. Grayscale: #767676. Windows color (decimal): -5417574 or 10114477. OLE color: 10114477.
HSL color Cylindrical-coordinate representation of color #AD559A: hue angle of 312.95º 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 #AD559A is Cyan = 0, Magento = 0.51, Yellow = 0.11 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 85 | 154 | - |
| CMYK | 0 | 0.51 | 0.11 | 0.32 |
| HSL | 312.95º | 0.35% | 0.51% | - |
| HSV(B) | 312.95º | 0.51% | 0.68% | - |
| XYZ | 26.31 | 17.71 | 32.6 | - |
| YUV | 119.18 | 147.65 | 166.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 85 | 154 | 0 | 0.51 | 0.11 | 0.32 | 312.95 | 0.35 | 0.51 |
| Hex | AD | 55 | 9A | 0 | 33 | B | 20 | 139 | 23 | 33 |
| Octal | 255 | 125 | 232 | 0 | 63 | 13 | 40 | 471 | 43 | 63 |
| Binary | 10101101 | 1010101 | 10011010 | 0 | 110011 | 1011 | 100000 | 100111001 | 100011 | 110011 |
Color Harmonies of #AD559A
Complementary color
Monochromatic Colors of #AD559A
Black with #AD559A
Text Example
Text Example
White with #AD559A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD559A; }
p { color: rgb(173,85,154); }
H1.HeaderClassName
{
color: #AD559A;
}
.AnyTagClassName
{
color: #AD559A;
}
</style>
background-color css
<style>
a { background-color: #AD559A; }
a { background-color: rgb(173,85,154); }
div.DivClassName
{
background-color: #AD559A;
}
.BgClassName
{
background-color: #AD559A;
}
</style>
border-color css
<style>
span { border-color: #AD559A; }
span { border-color: rgb(173,85,154); }
td.TdClassName
{
border-color: #AD559A;
}
.TagClassName
{
border-color: #AD559A;
}
</style>