Shades of Violet Blue #AD539F
Tints of Violet Blue #AD539F
RGB
CMYK
RGB Variations
Color information
#AD539F (or 0xAD539F) is known color: Violet Blue. HEX triplet: AD, 53 and 9F. RGB value is (173,83,159). Sum of RGB (Red+Green+Blue) = 173+83+159=415 (54% of max value = 765). Red value is 173 (67.97% from 255 or 41.69% from 415); Green value is 83 (32.81% from 255 or 20% from 415); Blue value is 159 (62.5% from 255 or 38.31% from 415); Max value from RGB is 173 - color contains mainly: red. Hex color #AD539F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD539F is #52AC60. Grayscale: #767676. Windows color (decimal): -5418081 or 10441645. OLE color: 10441645.
HSL color Cylindrical-coordinate representation of color #AD539F: hue angle of 309.33º 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 #AD539F is Cyan = 0, Magento = 0.52, Yellow = 0.08 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 83 | 159 | - |
| CMYK | 0 | 0.52 | 0.08 | 0.32 |
| HSL | 309.33º | 0.35% | 0.5% | - |
| HSV(B) | 309.33º | 0.52% | 0.68% | - |
| XYZ | 26.58 | 17.57 | 34.79 | - |
| YUV | 118.57 | 150.82 | 166.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 83 | 159 | 0 | 0.52 | 0.08 | 0.32 | 309.33 | 0.35 | 0.5 |
| Hex | AD | 53 | 9F | 0 | 34 | 8 | 20 | 135 | 23 | 32 |
| Octal | 255 | 123 | 237 | 0 | 64 | 10 | 40 | 465 | 43 | 62 |
| Binary | 10101101 | 1010011 | 10011111 | 0 | 110100 | 1000 | 100000 | 100110101 | 100011 | 110010 |
Color Harmonies of #AD539F
Complementary color
Monochromatic Colors of #AD539F
Black with #AD539F
Text Example
Text Example
White with #AD539F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD539F; }
p { color: rgb(173,83,159); }
H1.HeaderClassName
{
color: #AD539F;
}
.AnyTagClassName
{
color: #AD539F;
}
</style>
background-color css
<style>
a { background-color: #AD539F; }
a { background-color: rgb(173,83,159); }
div.DivClassName
{
background-color: #AD539F;
}
.BgClassName
{
background-color: #AD539F;
}
</style>
border-color css
<style>
span { border-color: #AD539F; }
span { border-color: rgb(173,83,159); }
td.TdClassName
{
border-color: #AD539F;
}
.TagClassName
{
border-color: #AD539F;
}
</style>