Shades of Violet Blue #AD5595
Tints of Violet Blue #AD5595
RGB
CMYK
RGB Variations
Color information
#AD5595 (or 0xAD5595) is known color: Violet Blue. HEX triplet: AD, 55 and 95. RGB value is (173,85,149). Sum of RGB (Red+Green+Blue) = 173+85+149=407 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.51% from 407); Green value is 85 (33.59% from 255 or 20.88% from 407); Blue value is 149 (58.59% from 255 or 36.61% from 407); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5595 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD5595 is #52AA6A. Grayscale: #767676. Windows color (decimal): -5417579 or 9786797. OLE color: 9786797.
HSL color Cylindrical-coordinate representation of color #AD5595: hue angle of 316.36º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AD5595 is Cyan = 0, Magento = 0.51, Yellow = 0.14 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 85 | 149 | - |
| CMYK | 0 | 0.51 | 0.14 | 0.32 |
| HSL | 316.36º | 0.35% | 0.51% | - |
| HSV(B) | 316.36º | 0.51% | 0.68% | - |
| XYZ | 25.91 | 17.55 | 30.46 | - |
| YUV | 118.61 | 145.15 | 166.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 85 | 149 | 0 | 0.51 | 0.14 | 0.32 | 316.36 | 0.35 | 0.51 |
| Hex | AD | 55 | 95 | 0 | 33 | E | 20 | 13C | 23 | 33 |
| Octal | 255 | 125 | 225 | 0 | 63 | 16 | 40 | 474 | 43 | 63 |
| Binary | 10101101 | 1010101 | 10010101 | 0 | 110011 | 1110 | 100000 | 100111100 | 100011 | 110011 |
Color Harmonies of #AD5595
Complementary color
Monochromatic Colors of #AD5595
Black with #AD5595
Text Example
Text Example
White with #AD5595
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD5595; }
p { color: rgb(173,85,149); }
H1.HeaderClassName
{
color: #AD5595;
}
.AnyTagClassName
{
color: #AD5595;
}
</style>
background-color css
<style>
a { background-color: #AD5595; }
a { background-color: rgb(173,85,149); }
div.DivClassName
{
background-color: #AD5595;
}
.BgClassName
{
background-color: #AD5595;
}
</style>
border-color css
<style>
span { border-color: #AD5595; }
span { border-color: rgb(173,85,149); }
td.TdClassName
{
border-color: #AD5595;
}
.TagClassName
{
border-color: #AD5595;
}
</style>