Shades of Violet Blue #AD5097
Tints of Violet Blue #AD5097
RGB
CMYK
RGB Variations
Color information
#AD5097 (or 0xAD5097) is known color: Violet Blue. HEX triplet: AD, 50 and 97. RGB value is (173,80,151). Sum of RGB (Red+Green+Blue) = 173+80+151=404 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.82% from 404); Green value is 80 (31.64% from 255 or 19.80% from 404); Blue value is 151 (59.38% from 255 or 37.38% from 404); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5097 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD5097 is #52AF68. Grayscale: #737373. Windows color (decimal): -5418857 or 9916589. OLE color: 9916589.
HSL color Cylindrical-coordinate representation of color #AD5097: hue angle of 314.19º 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 #AD5097 is Cyan = 0, Magento = 0.54, Yellow = 0.13 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 80 | 151 | - |
| CMYK | 0 | 0.54 | 0.13 | 0.32 |
| HSL | 314.19º | 0.37% | 0.5% | - |
| HSV(B) | 314.19º | 0.54% | 0.68% | - |
| XYZ | 25.69 | 16.86 | 31.18 | - |
| YUV | 115.9 | 147.81 | 168.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 80 | 151 | 0 | 0.54 | 0.13 | 0.32 | 314.19 | 0.37 | 0.5 |
| Hex | AD | 50 | 97 | 0 | 36 | D | 20 | 13A | 25 | 32 |
| Octal | 255 | 120 | 227 | 0 | 66 | 15 | 40 | 472 | 45 | 62 |
| Binary | 10101101 | 1010000 | 10010111 | 0 | 110110 | 1101 | 100000 | 100111010 | 100101 | 110010 |
Color Harmonies of #AD5097
Complementary color
Monochromatic Colors of #AD5097
Black with #AD5097
Text Example
Text Example
White with #AD5097
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD5097; }
p { color: rgb(173,80,151); }
H1.HeaderClassName
{
color: #AD5097;
}
.AnyTagClassName
{
color: #AD5097;
}
</style>
background-color css
<style>
a { background-color: #AD5097; }
a { background-color: rgb(173,80,151); }
div.DivClassName
{
background-color: #AD5097;
}
.BgClassName
{
background-color: #AD5097;
}
</style>
border-color css
<style>
span { border-color: #AD5097; }
span { border-color: rgb(173,80,151); }
td.TdClassName
{
border-color: #AD5097;
}
.TagClassName
{
border-color: #AD5097;
}
</style>