Shades of Violet Blue #AD5896
Tints of Violet Blue #AD5896
RGB
CMYK
RGB Variations
Color information
#AD5896 (or 0xAD5896) is known color: Violet Blue. HEX triplet: AD, 58 and 96. RGB value is (173,88,150). Sum of RGB (Red+Green+Blue) = 173+88+150=411 (54% of max value = 765). Red value is 173 (67.97% from 255 or 42.09% from 411); Green value is 88 (34.77% from 255 or 21.41% from 411); Blue value is 150 (58.98% from 255 or 36.50% from 411); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5896 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD5896 is #52A769. Grayscale: #787878. Windows color (decimal): -5416810 or 9853101. OLE color: 9853101.
HSL color Cylindrical-coordinate representation of color #AD5896: hue angle of 316.24º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AD5896 is Cyan = 0, Magento = 0.49, Yellow = 0.13 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 88 | 150 | - |
| CMYK | 0 | 0.49 | 0.13 | 0.32 |
| HSL | 316.24º | 0.34% | 0.51% | - |
| HSV(B) | 316.24º | 0.49% | 0.68% | - |
| XYZ | 26.23 | 18.07 | 30.96 | - |
| YUV | 120.48 | 144.66 | 165.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 88 | 150 | 0 | 0.49 | 0.13 | 0.32 | 316.24 | 0.34 | 0.51 |
| Hex | AD | 58 | 96 | 0 | 31 | D | 20 | 13C | 22 | 33 |
| Octal | 255 | 130 | 226 | 0 | 61 | 15 | 40 | 474 | 42 | 63 |
| Binary | 10101101 | 1011000 | 10010110 | 0 | 110001 | 1101 | 100000 | 100111100 | 100010 | 110011 |
Color Harmonies of #AD5896
Complementary color
Monochromatic Colors of #AD5896
Black with #AD5896
Text Example
Text Example
White with #AD5896
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD5896; }
p { color: rgb(173,88,150); }
H1.HeaderClassName
{
color: #AD5896;
}
.AnyTagClassName
{
color: #AD5896;
}
</style>
background-color css
<style>
a { background-color: #AD5896; }
a { background-color: rgb(173,88,150); }
div.DivClassName
{
background-color: #AD5896;
}
.BgClassName
{
background-color: #AD5896;
}
</style>
border-color css
<style>
span { border-color: #AD5896; }
span { border-color: rgb(173,88,150); }
td.TdClassName
{
border-color: #AD5896;
}
.TagClassName
{
border-color: #AD5896;
}
</style>