Shades of Violet Blue #AD539D
Tints of Violet Blue #AD539D
RGB
CMYK
RGB Variations
Color information
#AD539D (or 0xAD539D) is known color: Violet Blue. HEX triplet: AD, 53 and 9D. RGB value is (173,83,157). Sum of RGB (Red+Green+Blue) = 173+83+157=413 (54% of max value = 765). Red value is 173 (67.97% from 255 or 41.89% from 413); Green value is 83 (32.81% from 255 or 20.10% from 413); Blue value is 157 (61.72% from 255 or 38.01% from 413); Max value from RGB is 173 - color contains mainly: red. Hex color #AD539D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD539D is #52AC62. Grayscale: #767676. Windows color (decimal): -5418083 or 10310573. OLE color: 10310573.
HSL color Cylindrical-coordinate representation of color #AD539D: hue angle of 310.67º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AD539D is Cyan = 0, Magento = 0.52, Yellow = 0.09 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 83 | 157 | - |
| CMYK | 0 | 0.52 | 0.09 | 0.32 |
| HSL | 310.67º | 0.35% | 0.5% | - |
| HSV(B) | 310.67º | 0.52% | 0.68% | - |
| XYZ | 26.41 | 17.51 | 33.89 | - |
| YUV | 118.35 | 149.82 | 166.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 83 | 157 | 0 | 0.52 | 0.09 | 0.32 | 310.67 | 0.35 | 0.5 |
| Hex | AD | 53 | 9D | 0 | 34 | 9 | 20 | 137 | 23 | 32 |
| Octal | 255 | 123 | 235 | 0 | 64 | 11 | 40 | 467 | 43 | 62 |
| Binary | 10101101 | 1010011 | 10011101 | 0 | 110100 | 1001 | 100000 | 100110111 | 100011 | 110010 |
Color Harmonies of #AD539D
Complementary color
Monochromatic Colors of #AD539D
Black with #AD539D
Text Example
Text Example
White with #AD539D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD539D; }
p { color: rgb(173,83,157); }
H1.HeaderClassName
{
color: #AD539D;
}
.AnyTagClassName
{
color: #AD539D;
}
</style>
background-color css
<style>
a { background-color: #AD539D; }
a { background-color: rgb(173,83,157); }
div.DivClassName
{
background-color: #AD539D;
}
.BgClassName
{
background-color: #AD539D;
}
</style>
border-color css
<style>
span { border-color: #AD539D; }
span { border-color: rgb(173,83,157); }
td.TdClassName
{
border-color: #AD539D;
}
.TagClassName
{
border-color: #AD539D;
}
</style>