Shades of Violet Blue #AD579B
Tints of Violet Blue #AD579B
RGB
CMYK
RGB Variations
Color information
#AD579B (or 0xAD579B) is known color: Violet Blue. HEX triplet: AD, 57 and 9B. RGB value is (173,87,155). Sum of RGB (Red+Green+Blue) = 173+87+155=415 (54% of max value = 765). Red value is 173 (67.97% from 255 or 41.69% from 415); Green value is 87 (34.38% from 255 or 20.96% from 415); Blue value is 155 (60.94% from 255 or 37.35% from 415); Max value from RGB is 173 - color contains mainly: red. Hex color #AD579B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD579B is #52A864. Grayscale: #787878. Windows color (decimal): -5417061 or 10180525. OLE color: 10180525.
HSL color Cylindrical-coordinate representation of color #AD579B: hue angle of 312.56º 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 #AD579B is Cyan = 0, Magento = 0.50, Yellow = 0.10 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 87 | 155 | - |
| CMYK | 0 | 0.50 | 0.10 | 0.32 |
| HSL | 312.56º | 0.34% | 0.51% | - |
| HSV(B) | 312.56º | 0.5% | 0.68% | - |
| XYZ | 26.56 | 18.07 | 33.1 | - |
| YUV | 120.47 | 147.49 | 165.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 87 | 155 | 0 | 0.50 | 0.10 | 0.32 | 312.56 | 0.34 | 0.51 |
| Hex | AD | 57 | 9B | 0 | 32 | A | 20 | 139 | 22 | 33 |
| Octal | 255 | 127 | 233 | 0 | 62 | 12 | 40 | 471 | 42 | 63 |
| Binary | 10101101 | 1010111 | 10011011 | 0 | 110010 | 1010 | 100000 | 100111001 | 100010 | 110011 |
Color Harmonies of #AD579B
Complementary color
Monochromatic Colors of #AD579B
Black with #AD579B
Text Example
Text Example
White with #AD579B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD579B; }
p { color: rgb(173,87,155); }
H1.HeaderClassName
{
color: #AD579B;
}
.AnyTagClassName
{
color: #AD579B;
}
</style>
background-color css
<style>
a { background-color: #AD579B; }
a { background-color: rgb(173,87,155); }
div.DivClassName
{
background-color: #AD579B;
}
.BgClassName
{
background-color: #AD579B;
}
</style>
border-color css
<style>
span { border-color: #AD579B; }
span { border-color: rgb(173,87,155); }
td.TdClassName
{
border-color: #AD579B;
}
.TagClassName
{
border-color: #AD579B;
}
</style>