Shades of Violet Blue #AD599D
Tints of Violet Blue #AD599D
RGB
CMYK
RGB Variations
Color information
#AD599D (or 0xAD599D) is known color: Violet Blue. HEX triplet: AD, 59 and 9D. RGB value is (173,89,157). Sum of RGB (Red+Green+Blue) = 173+89+157=419 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.29% from 419); Green value is 89 (35.16% from 255 or 21.24% from 419); Blue value is 157 (61.72% from 255 or 37.47% from 419); Max value from RGB is 173 - color contains mainly: red. Hex color #AD599D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD599D is #52A662. Grayscale: #797979. Windows color (decimal): -5416547 or 10312109. OLE color: 10312109.
HSL color Cylindrical-coordinate representation of color #AD599D: hue angle of 311.43º 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 #AD599D is Cyan = 0, Magento = 0.49, Yellow = 0.09 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 89 | 157 | - |
| CMYK | 0 | 0.49 | 0.09 | 0.32 |
| HSL | 311.43º | 0.34% | 0.51% | - |
| HSV(B) | 311.43º | 0.49% | 0.68% | - |
| XYZ | 26.89 | 18.46 | 34.04 | - |
| YUV | 121.87 | 147.83 | 164.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 89 | 157 | 0 | 0.49 | 0.09 | 0.32 | 311.43 | 0.34 | 0.51 |
| Hex | AD | 59 | 9D | 0 | 31 | 9 | 20 | 137 | 22 | 33 |
| Octal | 255 | 131 | 235 | 0 | 61 | 11 | 40 | 467 | 42 | 63 |
| Binary | 10101101 | 1011001 | 10011101 | 0 | 110001 | 1001 | 100000 | 100110111 | 100010 | 110011 |
Color Harmonies of #AD599D
Complementary color
Monochromatic Colors of #AD599D
Black with #AD599D
Text Example
Text Example
White with #AD599D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD599D; }
p { color: rgb(173,89,157); }
H1.HeaderClassName
{
color: #AD599D;
}
.AnyTagClassName
{
color: #AD599D;
}
</style>
background-color css
<style>
a { background-color: #AD599D; }
a { background-color: rgb(173,89,157); }
div.DivClassName
{
background-color: #AD599D;
}
.BgClassName
{
background-color: #AD599D;
}
</style>
border-color css
<style>
span { border-color: #AD599D; }
span { border-color: rgb(173,89,157); }
td.TdClassName
{
border-color: #AD599D;
}
.TagClassName
{
border-color: #AD599D;
}
</style>