Shades of Violet Blue #AD499F
Tints of Violet Blue #AD499F
RGB
CMYK
RGB Variations
Color information
#AD499F (or 0xAD499F) is known color: Violet Blue. HEX triplet: AD, 49 and 9F. RGB value is (173,73,159). Sum of RGB (Red+Green+Blue) = 173+73+159=405 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.72% from 405); Green value is 73 (28.91% from 255 or 18.02% from 405); Blue value is 159 (62.5% from 255 or 39.26% from 405); Max value from RGB is 173 - color contains mainly: red. Hex color #AD499F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD499F is #52B660. Grayscale: #707070. Windows color (decimal): -5420641 or 10439085. OLE color: 10439085.
HSL color Cylindrical-coordinate representation of color #AD499F: hue angle of 308.4º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AD499F is Cyan = 0, Magento = 0.58, Yellow = 0.08 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 73 | 159 | - |
| CMYK | 0 | 0.58 | 0.08 | 0.32 |
| HSL | 308.4º | 0.41% | 0.48% | - |
| HSV(B) | 308.4º | 0.58% | 0.68% | - |
| XYZ | 25.87 | 16.15 | 34.55 | - |
| YUV | 112.7 | 154.13 | 171.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 73 | 159 | 0 | 0.58 | 0.08 | 0.32 | 308.4 | 0.41 | 0.48 |
| Hex | AD | 49 | 9F | 0 | 3A | 8 | 20 | 134 | 29 | 30 |
| Octal | 255 | 111 | 237 | 0 | 72 | 10 | 40 | 464 | 51 | 60 |
| Binary | 10101101 | 1001001 | 10011111 | 0 | 111010 | 1000 | 100000 | 100110100 | 101001 | 110000 |
Color Harmonies of #AD499F
Complementary color
Monochromatic Colors of #AD499F
Black with #AD499F
Text Example
Text Example
White with #AD499F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD499F; }
p { color: rgb(173,73,159); }
H1.HeaderClassName
{
color: #AD499F;
}
.AnyTagClassName
{
color: #AD499F;
}
</style>
background-color css
<style>
a { background-color: #AD499F; }
a { background-color: rgb(173,73,159); }
div.DivClassName
{
background-color: #AD499F;
}
.BgClassName
{
background-color: #AD499F;
}
</style>
border-color css
<style>
span { border-color: #AD499F; }
span { border-color: rgb(173,73,159); }
td.TdClassName
{
border-color: #AD499F;
}
.TagClassName
{
border-color: #AD499F;
}
</style>