Shades of Violet Blue #AD5998
Tints of Violet Blue #AD5998
RGB
CMYK
RGB Variations
Color information
#AD5998 (or 0xAD5998) is known color: Violet Blue. HEX triplet: AD, 59 and 98. RGB value is (173,89,152). Sum of RGB (Red+Green+Blue) = 173+89+152=414 (54% of max value = 765). Red value is 173 (67.97% from 255 or 41.79% from 414); Green value is 89 (35.16% from 255 or 21.50% from 414); Blue value is 152 (59.77% from 255 or 36.71% from 414); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5998 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD5998 is #52A667. Grayscale: #797979. Windows color (decimal): -5416552 or 9984429. OLE color: 9984429.
HSL color Cylindrical-coordinate representation of color #AD5998: hue angle of 315º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AD5998 is Cyan = 0, Magento = 0.49, Yellow = 0.12 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 89 | 152 | - |
| CMYK | 0 | 0.49 | 0.12 | 0.32 |
| HSL | 315º | 0.34% | 0.51% | - |
| HSV(B) | 315º | 0.49% | 0.68% | - |
| XYZ | 26.47 | 18.3 | 31.84 | - |
| YUV | 121.3 | 145.33 | 164.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 89 | 152 | 0 | 0.49 | 0.12 | 0.32 | 315 | 0.34 | 0.51 |
| Hex | AD | 59 | 98 | 0 | 31 | C | 20 | 13B | 22 | 33 |
| Octal | 255 | 131 | 230 | 0 | 61 | 14 | 40 | 473 | 42 | 63 |
| Binary | 10101101 | 1011001 | 10011000 | 0 | 110001 | 1100 | 100000 | 100111011 | 100010 | 110011 |
Color Harmonies of #AD5998
Complementary color
Monochromatic Colors of #AD5998
Black with #AD5998
Text Example
Text Example
White with #AD5998
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD5998; }
p { color: rgb(173,89,152); }
H1.HeaderClassName
{
color: #AD5998;
}
.AnyTagClassName
{
color: #AD5998;
}
</style>
background-color css
<style>
a { background-color: #AD5998; }
a { background-color: rgb(173,89,152); }
div.DivClassName
{
background-color: #AD5998;
}
.BgClassName
{
background-color: #AD5998;
}
</style>
border-color css
<style>
span { border-color: #AD5998; }
span { border-color: rgb(173,89,152); }
td.TdClassName
{
border-color: #AD5998;
}
.TagClassName
{
border-color: #AD5998;
}
</style>