Shades of Violet Blue #AD599F
Tints of Violet Blue #AD599F
RGB
CMYK
RGB Variations
Color information
#AD599F (or 0xAD599F) is known color: Violet Blue. HEX triplet: AD, 59 and 9F. RGB value is (173,89,159). Sum of RGB (Red+Green+Blue) = 173+89+159=421 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.09% from 421); Green value is 89 (35.16% from 255 or 21.14% from 421); Blue value is 159 (62.5% from 255 or 37.77% from 421); Max value from RGB is 173 - color contains mainly: red. Hex color #AD599F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD599F is #52A660. Grayscale: #797979. Windows color (decimal): -5416545 or 10443181. OLE color: 10443181.
HSL color Cylindrical-coordinate representation of color #AD599F: hue angle of 310º 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 #AD599F is Cyan = 0, Magento = 0.49, Yellow = 0.08 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 89 | 159 | - |
| CMYK | 0 | 0.49 | 0.08 | 0.32 |
| HSL | 310º | 0.34% | 0.51% | - |
| HSV(B) | 310º | 0.49% | 0.68% | - |
| XYZ | 27.06 | 18.53 | 34.95 | - |
| YUV | 122.1 | 148.83 | 164.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 89 | 159 | 0 | 0.49 | 0.08 | 0.32 | 310 | 0.34 | 0.51 |
| Hex | AD | 59 | 9F | 0 | 31 | 8 | 20 | 136 | 22 | 33 |
| Octal | 255 | 131 | 237 | 0 | 61 | 10 | 40 | 466 | 42 | 63 |
| Binary | 10101101 | 1011001 | 10011111 | 0 | 110001 | 1000 | 100000 | 100110110 | 100010 | 110011 |
Color Harmonies of #AD599F
Complementary color
Monochromatic Colors of #AD599F
Black with #AD599F
Text Example
Text Example
White with #AD599F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD599F; }
p { color: rgb(173,89,159); }
H1.HeaderClassName
{
color: #AD599F;
}
.AnyTagClassName
{
color: #AD599F;
}
</style>
background-color css
<style>
a { background-color: #AD599F; }
a { background-color: rgb(173,89,159); }
div.DivClassName
{
background-color: #AD599F;
}
.BgClassName
{
background-color: #AD599F;
}
</style>
border-color css
<style>
span { border-color: #AD599F; }
span { border-color: rgb(173,89,159); }
td.TdClassName
{
border-color: #AD599F;
}
.TagClassName
{
border-color: #AD599F;
}
</style>