Shades of Violet Blue #AD5299
Tints of Violet Blue #AD5299
RGB
CMYK
RGB Variations
Color information
#AD5299 (or 0xAD5299) is known color: Violet Blue. HEX triplet: AD, 52 and 99. RGB value is (173,82,153). Sum of RGB (Red+Green+Blue) = 173+82+153=408 (54% of max value = 765). Red value is 173 (67.97% from 255 or 42.40% from 408); Green value is 82 (32.42% from 255 or 20.10% from 408); Blue value is 153 (60.16% from 255 or 37.5% from 408); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5299 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD5299 is #52AD66. Grayscale: #757575. Windows color (decimal): -5418343 or 10048173. OLE color: 10048173.
HSL color Cylindrical-coordinate representation of color #AD5299: hue angle of 313.19º degrees, saturation: 0.36, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AD5299 is Cyan = 0, Magento = 0.53, Yellow = 0.12 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 82 | 153 | - |
| CMYK | 0 | 0.53 | 0.12 | 0.32 |
| HSL | 313.19º | 0.36% | 0.5% | - |
| HSV(B) | 313.19º | 0.53% | 0.68% | - |
| XYZ | 26 | 17.22 | 32.09 | - |
| YUV | 117.3 | 148.15 | 167.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 82 | 153 | 0 | 0.53 | 0.12 | 0.32 | 313.19 | 0.36 | 0.5 |
| Hex | AD | 52 | 99 | 0 | 35 | C | 20 | 139 | 24 | 32 |
| Octal | 255 | 122 | 231 | 0 | 65 | 14 | 40 | 471 | 44 | 62 |
| Binary | 10101101 | 1010010 | 10011001 | 0 | 110101 | 1100 | 100000 | 100111001 | 100100 | 110010 |
Color Harmonies of #AD5299
Complementary color
Monochromatic Colors of #AD5299
Black with #AD5299
Text Example
Text Example
White with #AD5299
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD5299; }
p { color: rgb(173,82,153); }
H1.HeaderClassName
{
color: #AD5299;
}
.AnyTagClassName
{
color: #AD5299;
}
</style>
background-color css
<style>
a { background-color: #AD5299; }
a { background-color: rgb(173,82,153); }
div.DivClassName
{
background-color: #AD5299;
}
.BgClassName
{
background-color: #AD5299;
}
</style>
border-color css
<style>
span { border-color: #AD5299; }
span { border-color: rgb(173,82,153); }
td.TdClassName
{
border-color: #AD5299;
}
.TagClassName
{
border-color: #AD5299;
}
</style>