Shades of Violet Blue #AD5098
Tints of Violet Blue #AD5098
RGB
CMYK
RGB Variations
Color information
#AD5098 (or 0xAD5098) is known color: Violet Blue. HEX triplet: AD, 50 and 98. RGB value is (173,80,152). Sum of RGB (Red+Green+Blue) = 173+80+152=405 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.72% from 405); Green value is 80 (31.64% from 255 or 19.75% from 405); Blue value is 152 (59.77% from 255 or 37.53% from 405); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5098 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD5098 is #52AF67. Grayscale: #737373. Windows color (decimal): -5418856 or 9982125. OLE color: 9982125.
HSL color Cylindrical-coordinate representation of color #AD5098: hue angle of 313.55º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AD5098 is Cyan = 0, Magento = 0.54, Yellow = 0.12 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 80 | 152 | - |
| CMYK | 0 | 0.54 | 0.12 | 0.32 |
| HSL | 313.55º | 0.37% | 0.5% | - |
| HSV(B) | 313.55º | 0.54% | 0.68% | - |
| XYZ | 25.77 | 16.89 | 31.61 | - |
| YUV | 116.02 | 148.31 | 168.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 80 | 152 | 0 | 0.54 | 0.12 | 0.32 | 313.55 | 0.37 | 0.5 |
| Hex | AD | 50 | 98 | 0 | 36 | C | 20 | 13A | 25 | 32 |
| Octal | 255 | 120 | 230 | 0 | 66 | 14 | 40 | 472 | 45 | 62 |
| Binary | 10101101 | 1010000 | 10011000 | 0 | 110110 | 1100 | 100000 | 100111010 | 100101 | 110010 |
Color Harmonies of #AD5098
Complementary color
Monochromatic Colors of #AD5098
Black with #AD5098
Text Example
Text Example
White with #AD5098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD5098; }
p { color: rgb(173,80,152); }
H1.HeaderClassName
{
color: #AD5098;
}
.AnyTagClassName
{
color: #AD5098;
}
</style>
background-color css
<style>
a { background-color: #AD5098; }
a { background-color: rgb(173,80,152); }
div.DivClassName
{
background-color: #AD5098;
}
.BgClassName
{
background-color: #AD5098;
}
</style>
border-color css
<style>
span { border-color: #AD5098; }
span { border-color: rgb(173,80,152); }
td.TdClassName
{
border-color: #AD5098;
}
.TagClassName
{
border-color: #AD5098;
}
</style>