Shades of Violet Blue #AD5099
Tints of Violet Blue #AD5099
RGB
CMYK
RGB Variations
Color information
#AD5099 (or 0xAD5099) is known color: Violet Blue. HEX triplet: AD, 50 and 99. RGB value is (173,80,153). Sum of RGB (Red+Green+Blue) = 173+80+153=406 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.61% from 406); Green value is 80 (31.64% from 255 or 19.70% from 406); Blue value is 153 (60.16% from 255 or 37.68% from 406); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5099 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD5099 is #52AF66. Grayscale: #737373. Windows color (decimal): -5418855 or 10047661. OLE color: 10047661.
HSL color Cylindrical-coordinate representation of color #AD5099: hue angle of 312.9º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AD5099 is Cyan = 0, Magento = 0.54, Yellow = 0.12 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 80 | 153 | - |
| CMYK | 0 | 0.54 | 0.12 | 0.32 |
| HSL | 312.9º | 0.37% | 0.5% | - |
| HSV(B) | 312.9º | 0.54% | 0.68% | - |
| XYZ | 25.85 | 16.92 | 32.04 | - |
| YUV | 116.13 | 148.81 | 168.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 80 | 153 | 0 | 0.54 | 0.12 | 0.32 | 312.9 | 0.37 | 0.5 |
| Hex | AD | 50 | 99 | 0 | 36 | C | 20 | 139 | 25 | 32 |
| Octal | 255 | 120 | 231 | 0 | 66 | 14 | 40 | 471 | 45 | 62 |
| Binary | 10101101 | 1010000 | 10011001 | 0 | 110110 | 1100 | 100000 | 100111001 | 100101 | 110010 |
Color Harmonies of #AD5099
Complementary color
Monochromatic Colors of #AD5099
Black with #AD5099
Text Example
Text Example
White with #AD5099
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD5099; }
p { color: rgb(173,80,153); }
H1.HeaderClassName
{
color: #AD5099;
}
.AnyTagClassName
{
color: #AD5099;
}
</style>
background-color css
<style>
a { background-color: #AD5099; }
a { background-color: rgb(173,80,153); }
div.DivClassName
{
background-color: #AD5099;
}
.BgClassName
{
background-color: #AD5099;
}
</style>
border-color css
<style>
span { border-color: #AD5099; }
span { border-color: rgb(173,80,153); }
td.TdClassName
{
border-color: #AD5099;
}
.TagClassName
{
border-color: #AD5099;
}
</style>