Shades of Violet Blue #AD579C
Tints of Violet Blue #AD579C
RGB
CMYK
RGB Variations
Color information
#AD579C (or 0xAD579C) is known color: Violet Blue. HEX triplet: AD, 57 and 9C. RGB value is (173,87,156). Sum of RGB (Red+Green+Blue) = 173+87+156=416 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.59% from 416); Green value is 87 (34.38% from 255 or 20.91% from 416); Blue value is 156 (61.33% from 255 or 37.5% from 416); Max value from RGB is 173 - color contains mainly: red. Hex color #AD579C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD579C is #52A863. Grayscale: #787878. Windows color (decimal): -5417060 or 10246061. OLE color: 10246061.
HSL color Cylindrical-coordinate representation of color #AD579C: hue angle of 311.86º 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 #AD579C is Cyan = 0, Magento = 0.50, Yellow = 0.10 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 87 | 156 | - |
| CMYK | 0 | 0.50 | 0.10 | 0.32 |
| HSL | 311.86º | 0.34% | 0.51% | - |
| HSV(B) | 311.86º | 0.5% | 0.68% | - |
| XYZ | 26.64 | 18.1 | 33.54 | - |
| YUV | 120.58 | 147.99 | 165.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 87 | 156 | 0 | 0.50 | 0.10 | 0.32 | 311.86 | 0.34 | 0.51 |
| Hex | AD | 57 | 9C | 0 | 32 | A | 20 | 138 | 22 | 33 |
| Octal | 255 | 127 | 234 | 0 | 62 | 12 | 40 | 470 | 42 | 63 |
| Binary | 10101101 | 1010111 | 10011100 | 0 | 110010 | 1010 | 100000 | 100111000 | 100010 | 110011 |
Color Harmonies of #AD579C
Complementary color
Monochromatic Colors of #AD579C
Black with #AD579C
Text Example
Text Example
White with #AD579C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD579C; }
p { color: rgb(173,87,156); }
H1.HeaderClassName
{
color: #AD579C;
}
.AnyTagClassName
{
color: #AD579C;
}
</style>
background-color css
<style>
a { background-color: #AD579C; }
a { background-color: rgb(173,87,156); }
div.DivClassName
{
background-color: #AD579C;
}
.BgClassName
{
background-color: #AD579C;
}
</style>
border-color css
<style>
span { border-color: #AD579C; }
span { border-color: rgb(173,87,156); }
td.TdClassName
{
border-color: #AD579C;
}
.TagClassName
{
border-color: #AD579C;
}
</style>