Shades of Violet Blue #AD499D
Tints of Violet Blue #AD499D
RGB
CMYK
RGB Variations
Color information
#AD499D (or 0xAD499D) is known color: Violet Blue. HEX triplet: AD, 49 and 9D. RGB value is (173,73,157). Sum of RGB (Red+Green+Blue) = 173+73+157=403 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.93% from 403); Green value is 73 (28.91% from 255 or 18.11% from 403); Blue value is 157 (61.72% from 255 or 38.96% from 403); Max value from RGB is 173 - color contains mainly: red. Hex color #AD499D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD499D is #52B662. Grayscale: #707070. Windows color (decimal): -5420643 or 10308013. OLE color: 10308013.
HSL color Cylindrical-coordinate representation of color #AD499D: hue angle of 309.6º 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 #AD499D is Cyan = 0, Magento = 0.58, Yellow = 0.09 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 73 | 157 | - |
| CMYK | 0 | 0.58 | 0.09 | 0.32 |
| HSL | 309.6º | 0.41% | 0.48% | - |
| HSV(B) | 309.6º | 0.58% | 0.68% | - |
| XYZ | 25.7 | 16.08 | 33.65 | - |
| YUV | 112.48 | 153.13 | 171.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 73 | 157 | 0 | 0.58 | 0.09 | 0.32 | 309.6 | 0.41 | 0.48 |
| Hex | AD | 49 | 9D | 0 | 3A | 9 | 20 | 136 | 29 | 30 |
| Octal | 255 | 111 | 235 | 0 | 72 | 11 | 40 | 466 | 51 | 60 |
| Binary | 10101101 | 1001001 | 10011101 | 0 | 111010 | 1001 | 100000 | 100110110 | 101001 | 110000 |
Color Harmonies of #AD499D
Complementary color
Monochromatic Colors of #AD499D
Black with #AD499D
Text Example
Text Example
White with #AD499D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD499D; }
p { color: rgb(173,73,157); }
H1.HeaderClassName
{
color: #AD499D;
}
.AnyTagClassName
{
color: #AD499D;
}
</style>
background-color css
<style>
a { background-color: #AD499D; }
a { background-color: rgb(173,73,157); }
div.DivClassName
{
background-color: #AD499D;
}
.BgClassName
{
background-color: #AD499D;
}
</style>
border-color css
<style>
span { border-color: #AD499D; }
span { border-color: rgb(173,73,157); }
td.TdClassName
{
border-color: #AD499D;
}
.TagClassName
{
border-color: #AD499D;
}
</style>