Shades of Violet Blue #AD55AB
Tints of Violet Blue #AD55AB
RGB
CMYK
RGB Variations
Color information
#AD55AB (or 0xAD55AB) is known color: Violet Blue. HEX triplet: AD, 55 and AB. RGB value is (173,85,171). Sum of RGB (Red+Green+Blue) = 173+85+171=429 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.33% from 429); Green value is 85 (33.59% from 255 or 19.81% from 429); Blue value is 171 (67.19% from 255 or 39.86% from 429); Max value from RGB is 173 - color contains mainly: red. Hex color #AD55AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD55AB is #52AA54. Grayscale: #787878. Windows color (decimal): -5417557 or 11228589. OLE color: 11228589.
HSL color Cylindrical-coordinate representation of color #AD55AB: hue angle of 301.36º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AD55AB is Cyan = 0, Magento = 0.51, Yellow = 0.01 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 85 | 171 | - |
| CMYK | 0 | 0.51 | 0.01 | 0.32 |
| HSL | 301.36º | 0.35% | 0.51% | - |
| HSV(B) | 301.36º | 0.51% | 0.68% | - |
| XYZ | 27.83 | 18.32 | 40.6 | - |
| YUV | 121.12 | 156.15 | 165.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 85 | 171 | 0 | 0.51 | 0.01 | 0.32 | 301.36 | 0.35 | 0.51 |
| Hex | AD | 55 | AB | 0 | 33 | 1 | 20 | 12D | 23 | 33 |
| Octal | 255 | 125 | 253 | 0 | 63 | 1 | 40 | 455 | 43 | 63 |
| Binary | 10101101 | 1010101 | 10101011 | 0 | 110011 | 1 | 100000 | 100101101 | 100011 | 110011 |
Color Harmonies of #AD55AB
Complementary color
Monochromatic Colors of #AD55AB
Black with #AD55AB
Text Example
Text Example
White with #AD55AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD55AB; }
p { color: rgb(173,85,171); }
H1.HeaderClassName
{
color: #AD55AB;
}
.AnyTagClassName
{
color: #AD55AB;
}
</style>
background-color css
<style>
a { background-color: #AD55AB; }
a { background-color: rgb(173,85,171); }
div.DivClassName
{
background-color: #AD55AB;
}
.BgClassName
{
background-color: #AD55AB;
}
</style>
border-color css
<style>
span { border-color: #AD55AB; }
span { border-color: rgb(173,85,171); }
td.TdClassName
{
border-color: #AD55AB;
}
.TagClassName
{
border-color: #AD55AB;
}
</style>