Shades of Violet Blue #AD599C
Tints of Violet Blue #AD599C
RGB
CMYK
RGB Variations
Color information
#AD599C (or 0xAD599C) is known color: Violet Blue. HEX triplet: AD, 59 and 9C. RGB value is (173,89,156). Sum of RGB (Red+Green+Blue) = 173+89+156=418 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.39% from 418); Green value is 89 (35.16% from 255 or 21.29% from 418); Blue value is 156 (61.33% from 255 or 37.32% from 418); Max value from RGB is 173 - color contains mainly: red. Hex color #AD599C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD599C is #52A663. Grayscale: #797979. Windows color (decimal): -5416548 or 10246573. OLE color: 10246573.
HSL color Cylindrical-coordinate representation of color #AD599C: hue angle of 312.14º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AD599C is Cyan = 0, Magento = 0.49, Yellow = 0.10 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 89 | 156 | - |
| CMYK | 0 | 0.49 | 0.10 | 0.32 |
| HSL | 312.14º | 0.34% | 0.51% | - |
| HSV(B) | 312.14º | 0.49% | 0.68% | - |
| XYZ | 26.81 | 18.43 | 33.6 | - |
| YUV | 121.75 | 147.33 | 164.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 89 | 156 | 0 | 0.49 | 0.10 | 0.32 | 312.14 | 0.34 | 0.51 |
| Hex | AD | 59 | 9C | 0 | 31 | A | 20 | 138 | 22 | 33 |
| Octal | 255 | 131 | 234 | 0 | 61 | 12 | 40 | 470 | 42 | 63 |
| Binary | 10101101 | 1011001 | 10011100 | 0 | 110001 | 1010 | 100000 | 100111000 | 100010 | 110011 |
Color Harmonies of #AD599C
Complementary color
Monochromatic Colors of #AD599C
Black with #AD599C
Text Example
Text Example
White with #AD599C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD599C; }
p { color: rgb(173,89,156); }
H1.HeaderClassName
{
color: #AD599C;
}
.AnyTagClassName
{
color: #AD599C;
}
</style>
background-color css
<style>
a { background-color: #AD599C; }
a { background-color: rgb(173,89,156); }
div.DivClassName
{
background-color: #AD599C;
}
.BgClassName
{
background-color: #AD599C;
}
</style>
border-color css
<style>
span { border-color: #AD599C; }
span { border-color: rgb(173,89,156); }
td.TdClassName
{
border-color: #AD599C;
}
.TagClassName
{
border-color: #AD599C;
}
</style>