Shades of Violet Blue #AD5497
Tints of Violet Blue #AD5497
RGB
CMYK
RGB Variations
Color information
#AD5497 (or 0xAD5497) is known color: Violet Blue. HEX triplet: AD, 54 and 97. RGB value is (173,84,151). Sum of RGB (Red+Green+Blue) = 173+84+151=408 (54% of max value = 765). Red value is 173 (67.97% from 255 or 42.40% from 408); Green value is 84 (33.20% from 255 or 20.59% from 408); Blue value is 151 (59.38% from 255 or 37.01% from 408); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5497 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD5497 is #52AB68. Grayscale: #767676. Windows color (decimal): -5417833 or 9917613. OLE color: 9917613.
HSL color Cylindrical-coordinate representation of color #AD5497: hue angle of 314.83º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AD5497 is Cyan = 0, Magento = 0.51, Yellow = 0.13 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 84 | 151 | - |
| CMYK | 0 | 0.51 | 0.13 | 0.32 |
| HSL | 314.83º | 0.35% | 0.5% | - |
| HSV(B) | 314.83º | 0.51% | 0.68% | - |
| XYZ | 25.99 | 17.46 | 31.28 | - |
| YUV | 118.25 | 146.49 | 167.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 84 | 151 | 0 | 0.51 | 0.13 | 0.32 | 314.83 | 0.35 | 0.5 |
| Hex | AD | 54 | 97 | 0 | 33 | D | 20 | 13B | 23 | 32 |
| Octal | 255 | 124 | 227 | 0 | 63 | 15 | 40 | 473 | 43 | 62 |
| Binary | 10101101 | 1010100 | 10010111 | 0 | 110011 | 1101 | 100000 | 100111011 | 100011 | 110010 |
Color Harmonies of #AD5497
Complementary color
Monochromatic Colors of #AD5497
Black with #AD5497
Text Example
Text Example
White with #AD5497
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD5497; }
p { color: rgb(173,84,151); }
H1.HeaderClassName
{
color: #AD5497;
}
.AnyTagClassName
{
color: #AD5497;
}
</style>
background-color css
<style>
a { background-color: #AD5497; }
a { background-color: rgb(173,84,151); }
div.DivClassName
{
background-color: #AD5497;
}
.BgClassName
{
background-color: #AD5497;
}
</style>
border-color css
<style>
span { border-color: #AD5497; }
span { border-color: rgb(173,84,151); }
td.TdClassName
{
border-color: #AD5497;
}
.TagClassName
{
border-color: #AD5497;
}
</style>