Shades of Violet Blue #AD56AA
Tints of Violet Blue #AD56AA
RGB
CMYK
RGB Variations
Color information
#AD56AA (or 0xAD56AA) is known color: Violet Blue. HEX triplet: AD, 56 and AA. RGB value is (173,86,170). Sum of RGB (Red+Green+Blue) = 173+86+170=429 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.33% from 429); Green value is 86 (33.98% from 255 or 20.05% from 429); Blue value is 170 (66.80% from 255 or 39.63% from 429); Max value from RGB is 173 - color contains mainly: red. Hex color #AD56AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD56AA is #52A955. Grayscale: #797979. Windows color (decimal): -5417302 or 11163309. OLE color: 11163309.
HSL color Cylindrical-coordinate representation of color #AD56AA: hue angle of 302.07º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AD56AA is Cyan = 0, Magento = 0.50, Yellow = 0.02 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 86 | 170 | - |
| CMYK | 0 | 0.50 | 0.02 | 0.32 |
| HSL | 302.07º | 0.35% | 0.51% | - |
| HSV(B) | 302.07º | 0.5% | 0.68% | - |
| XYZ | 27.82 | 18.44 | 40.12 | - |
| YUV | 121.59 | 155.32 | 164.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 86 | 170 | 0 | 0.50 | 0.02 | 0.32 | 302.07 | 0.35 | 0.51 |
| Hex | AD | 56 | AA | 0 | 32 | 2 | 20 | 12E | 23 | 33 |
| Octal | 255 | 126 | 252 | 0 | 62 | 2 | 40 | 456 | 43 | 63 |
| Binary | 10101101 | 1010110 | 10101010 | 0 | 110010 | 10 | 100000 | 100101110 | 100011 | 110011 |
Color Harmonies of #AD56AA
Complementary color
Monochromatic Colors of #AD56AA
Black with #AD56AA
Text Example
Text Example
White with #AD56AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD56AA; }
p { color: rgb(173,86,170); }
H1.HeaderClassName
{
color: #AD56AA;
}
.AnyTagClassName
{
color: #AD56AA;
}
</style>
background-color css
<style>
a { background-color: #AD56AA; }
a { background-color: rgb(173,86,170); }
div.DivClassName
{
background-color: #AD56AA;
}
.BgClassName
{
background-color: #AD56AA;
}
</style>
border-color css
<style>
span { border-color: #AD56AA; }
span { border-color: rgb(173,86,170); }
td.TdClassName
{
border-color: #AD56AA;
}
.TagClassName
{
border-color: #AD56AA;
}
</style>