Shades of Violet Blue #AD5698
Tints of Violet Blue #AD5698
RGB
CMYK
RGB Variations
Color information
#AD5698 (or 0xAD5698) is known color: Violet Blue. HEX triplet: AD, 56 and 98. RGB value is (173,86,152). Sum of RGB (Red+Green+Blue) = 173+86+152=411 (54% of max value = 765). Red value is 173 (67.97% from 255 or 42.09% from 411); Green value is 86 (33.98% from 255 or 20.92% from 411); Blue value is 152 (59.77% from 255 or 36.98% from 411); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5698 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD5698 is #52A967. Grayscale: #777777. Windows color (decimal): -5417320 or 9983661. OLE color: 9983661.
HSL color Cylindrical-coordinate representation of color #AD5698: hue angle of 314.48º degrees, saturation: 0.35, 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 #AD5698 is Cyan = 0, Magento = 0.50, Yellow = 0.12 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 86 | 152 | - |
| CMYK | 0 | 0.50 | 0.12 | 0.32 |
| HSL | 314.48º | 0.35% | 0.51% | - |
| HSV(B) | 314.48º | 0.5% | 0.68% | - |
| XYZ | 26.23 | 17.81 | 31.76 | - |
| YUV | 119.54 | 146.32 | 166.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 86 | 152 | 0 | 0.50 | 0.12 | 0.32 | 314.48 | 0.35 | 0.51 |
| Hex | AD | 56 | 98 | 0 | 32 | C | 20 | 13A | 23 | 33 |
| Octal | 255 | 126 | 230 | 0 | 62 | 14 | 40 | 472 | 43 | 63 |
| Binary | 10101101 | 1010110 | 10011000 | 0 | 110010 | 1100 | 100000 | 100111010 | 100011 | 110011 |
Color Harmonies of #AD5698
Complementary color
Monochromatic Colors of #AD5698
Black with #AD5698
Text Example
Text Example
White with #AD5698
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD5698; }
p { color: rgb(173,86,152); }
H1.HeaderClassName
{
color: #AD5698;
}
.AnyTagClassName
{
color: #AD5698;
}
</style>
background-color css
<style>
a { background-color: #AD5698; }
a { background-color: rgb(173,86,152); }
div.DivClassName
{
background-color: #AD5698;
}
.BgClassName
{
background-color: #AD5698;
}
</style>
border-color css
<style>
span { border-color: #AD5698; }
span { border-color: rgb(173,86,152); }
td.TdClassName
{
border-color: #AD5698;
}
.TagClassName
{
border-color: #AD5698;
}
</style>