Shades of Violet Blue #AD5496
Tints of Violet Blue #AD5496
RGB
CMYK
RGB Variations
Color information
#AD5496 (or 0xAD5496) is known color: Violet Blue. HEX triplet: AD, 54 and 96. RGB value is (173,84,150). Sum of RGB (Red+Green+Blue) = 173+84+150=407 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.51% from 407); Green value is 84 (33.20% from 255 or 20.64% from 407); Blue value is 150 (58.98% from 255 or 36.86% from 407); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5496 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD5496 is #52AB69. Grayscale: #757575. Windows color (decimal): -5417834 or 9852077. OLE color: 9852077.
HSL color Cylindrical-coordinate representation of color #AD5496: hue angle of 315.51º 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 #AD5496 is Cyan = 0, Magento = 0.51, Yellow = 0.13 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 84 | 150 | - |
| CMYK | 0 | 0.51 | 0.13 | 0.32 |
| HSL | 315.51º | 0.35% | 0.5% | - |
| HSV(B) | 315.51º | 0.51% | 0.68% | - |
| XYZ | 25.91 | 17.43 | 30.85 | - |
| YUV | 118.14 | 145.99 | 167.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 84 | 150 | 0 | 0.51 | 0.13 | 0.32 | 315.51 | 0.35 | 0.5 |
| Hex | AD | 54 | 96 | 0 | 33 | D | 20 | 13C | 23 | 32 |
| Octal | 255 | 124 | 226 | 0 | 63 | 15 | 40 | 474 | 43 | 62 |
| Binary | 10101101 | 1010100 | 10010110 | 0 | 110011 | 1101 | 100000 | 100111100 | 100011 | 110010 |
Color Harmonies of #AD5496
Complementary color
Monochromatic Colors of #AD5496
Black with #AD5496
Text Example
Text Example
White with #AD5496
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD5496; }
p { color: rgb(173,84,150); }
H1.HeaderClassName
{
color: #AD5496;
}
.AnyTagClassName
{
color: #AD5496;
}
</style>
background-color css
<style>
a { background-color: #AD5496; }
a { background-color: rgb(173,84,150); }
div.DivClassName
{
background-color: #AD5496;
}
.BgClassName
{
background-color: #AD5496;
}
</style>
border-color css
<style>
span { border-color: #AD5496; }
span { border-color: rgb(173,84,150); }
td.TdClassName
{
border-color: #AD5496;
}
.TagClassName
{
border-color: #AD5496;
}
</style>