Shades of Violet Blue #AD5195
Tints of Violet Blue #AD5195
RGB
CMYK
RGB Variations
Color information
#AD5195 (or 0xAD5195) is known color: Violet Blue. HEX triplet: AD, 51 and 95. RGB value is (173,81,149). Sum of RGB (Red+Green+Blue) = 173+81+149=403 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.93% from 403); Green value is 81 (32.03% from 255 or 20.10% from 403); Blue value is 149 (58.59% from 255 or 36.97% from 403); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5195 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD5195 is #52AE6A. Grayscale: #747474. Windows color (decimal): -5418603 or 9785773. OLE color: 9785773.
HSL color Cylindrical-coordinate representation of color #AD5195: hue angle of 315.65º degrees, saturation: 0.36, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AD5195 is Cyan = 0, Magento = 0.53, Yellow = 0.14 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 81 | 149 | - |
| CMYK | 0 | 0.53 | 0.14 | 0.32 |
| HSL | 315.65º | 0.36% | 0.5% | - |
| HSV(B) | 315.65º | 0.53% | 0.68% | - |
| XYZ | 25.6 | 16.94 | 30.35 | - |
| YUV | 116.26 | 146.48 | 168.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 81 | 149 | 0 | 0.53 | 0.14 | 0.32 | 315.65 | 0.36 | 0.5 |
| Hex | AD | 51 | 95 | 0 | 35 | E | 20 | 13C | 24 | 32 |
| Octal | 255 | 121 | 225 | 0 | 65 | 16 | 40 | 474 | 44 | 62 |
| Binary | 10101101 | 1010001 | 10010101 | 0 | 110101 | 1110 | 100000 | 100111100 | 100100 | 110010 |
Color Harmonies of #AD5195
Complementary color
Monochromatic Colors of #AD5195
Black with #AD5195
Text Example
Text Example
White with #AD5195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD5195; }
p { color: rgb(173,81,149); }
H1.HeaderClassName
{
color: #AD5195;
}
.AnyTagClassName
{
color: #AD5195;
}
</style>
background-color css
<style>
a { background-color: #AD5195; }
a { background-color: rgb(173,81,149); }
div.DivClassName
{
background-color: #AD5195;
}
.BgClassName
{
background-color: #AD5195;
}
</style>
border-color css
<style>
span { border-color: #AD5195; }
span { border-color: rgb(173,81,149); }
td.TdClassName
{
border-color: #AD5195;
}
.TagClassName
{
border-color: #AD5195;
}
</style>