Shades of Violet Blue #AD579E
Tints of Violet Blue #AD579E
RGB
CMYK
RGB Variations
Color information
#AD579E (or 0xAD579E) is known color: Violet Blue. HEX triplet: AD, 57 and 9E. RGB value is (173,87,158). Sum of RGB (Red+Green+Blue) = 173+87+158=418 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.39% from 418); Green value is 87 (34.38% from 255 or 20.81% from 418); Blue value is 158 (62.11% from 255 or 37.80% from 418); Max value from RGB is 173 - color contains mainly: red. Hex color #AD579E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD579E is #52A861. Grayscale: #787878. Windows color (decimal): -5417058 or 10377133. OLE color: 10377133.
HSL color Cylindrical-coordinate representation of color #AD579E: hue angle of 310.47º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AD579E is Cyan = 0, Magento = 0.50, Yellow = 0.09 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 87 | 158 | - |
| CMYK | 0 | 0.50 | 0.09 | 0.32 |
| HSL | 310.47º | 0.34% | 0.51% | - |
| HSV(B) | 310.47º | 0.5% | 0.68% | - |
| XYZ | 26.81 | 18.17 | 34.44 | - |
| YUV | 120.81 | 148.99 | 165.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 87 | 158 | 0 | 0.50 | 0.09 | 0.32 | 310.47 | 0.34 | 0.51 |
| Hex | AD | 57 | 9E | 0 | 32 | 9 | 20 | 136 | 22 | 33 |
| Octal | 255 | 127 | 236 | 0 | 62 | 11 | 40 | 466 | 42 | 63 |
| Binary | 10101101 | 1010111 | 10011110 | 0 | 110010 | 1001 | 100000 | 100110110 | 100010 | 110011 |
Color Harmonies of #AD579E
Complementary color
Monochromatic Colors of #AD579E
Black with #AD579E
Text Example
Text Example
White with #AD579E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD579E; }
p { color: rgb(173,87,158); }
H1.HeaderClassName
{
color: #AD579E;
}
.AnyTagClassName
{
color: #AD579E;
}
</style>
background-color css
<style>
a { background-color: #AD579E; }
a { background-color: rgb(173,87,158); }
div.DivClassName
{
background-color: #AD579E;
}
.BgClassName
{
background-color: #AD579E;
}
</style>
border-color css
<style>
span { border-color: #AD579E; }
span { border-color: rgb(173,87,158); }
td.TdClassName
{
border-color: #AD579E;
}
.TagClassName
{
border-color: #AD579E;
}
</style>