Shades of Violet Blue #AD5399
Tints of Violet Blue #AD5399
RGB
CMYK
RGB Variations
Color information
#AD5399 (or 0xAD5399) is known color: Violet Blue. HEX triplet: AD, 53 and 99. RGB value is (173,83,153). Sum of RGB (Red+Green+Blue) = 173+83+153=409 (54% of max value = 765). Red value is 173 (67.97% from 255 or 42.30% from 409); Green value is 83 (32.81% from 255 or 20.29% from 409); Blue value is 153 (60.16% from 255 or 37.41% from 409); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5399 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD5399 is #52AC66. Grayscale: #757575. Windows color (decimal): -5418087 or 10048429. OLE color: 10048429.
HSL color Cylindrical-coordinate representation of color #AD5399: hue angle of 313.33º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AD5399 is Cyan = 0, Magento = 0.52, Yellow = 0.12 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 83 | 153 | - |
| CMYK | 0 | 0.52 | 0.12 | 0.32 |
| HSL | 313.33º | 0.35% | 0.5% | - |
| HSV(B) | 313.33º | 0.52% | 0.68% | - |
| XYZ | 26.08 | 17.37 | 32.12 | - |
| YUV | 117.89 | 147.82 | 167.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 83 | 153 | 0 | 0.52 | 0.12 | 0.32 | 313.33 | 0.35 | 0.5 |
| Hex | AD | 53 | 99 | 0 | 34 | C | 20 | 139 | 23 | 32 |
| Octal | 255 | 123 | 231 | 0 | 64 | 14 | 40 | 471 | 43 | 62 |
| Binary | 10101101 | 1010011 | 10011001 | 0 | 110100 | 1100 | 100000 | 100111001 | 100011 | 110010 |
Color Harmonies of #AD5399
Complementary color
Monochromatic Colors of #AD5399
Black with #AD5399
Text Example
Text Example
White with #AD5399
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD5399; }
p { color: rgb(173,83,153); }
H1.HeaderClassName
{
color: #AD5399;
}
.AnyTagClassName
{
color: #AD5399;
}
</style>
background-color css
<style>
a { background-color: #AD5399; }
a { background-color: rgb(173,83,153); }
div.DivClassName
{
background-color: #AD5399;
}
.BgClassName
{
background-color: #AD5399;
}
</style>
border-color css
<style>
span { border-color: #AD5399; }
span { border-color: rgb(173,83,153); }
td.TdClassName
{
border-color: #AD5399;
}
.TagClassName
{
border-color: #AD5399;
}
</style>