Shades of Violet Blue #AD5EAB
Tints of Violet Blue #AD5EAB
RGB
CMYK
RGB Variations
Color information
#AD5EAB (or 0xAD5EAB) is known color: Violet Blue. HEX triplet: AD, 5E and AB. RGB value is (173,94,171). Sum of RGB (Red+Green+Blue) = 173+94+171=438 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.50% from 438); Green value is 94 (37.11% from 255 or 21.46% from 438); Blue value is 171 (67.19% from 255 or 39.04% from 438); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5EAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD5EAB is #52A154. Grayscale: #7E7E7E. Windows color (decimal): -5415253 or 11230893. OLE color: 11230893.
HSL color Cylindrical-coordinate representation of color #AD5EAB: hue angle of 301.52º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AD5EAB is Cyan = 0, Magento = 0.46, Yellow = 0.01 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 94 | 171 | - |
| CMYK | 0 | 0.46 | 0.01 | 0.32 |
| HSL | 301.52º | 0.33% | 0.52% | - |
| HSV(B) | 301.52º | 0.46% | 0.68% | - |
| XYZ | 28.59 | 19.83 | 40.85 | - |
| YUV | 126.4 | 153.17 | 161.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 94 | 171 | 0 | 0.46 | 0.01 | 0.32 | 301.52 | 0.33 | 0.52 |
| Hex | AD | 5E | AB | 0 | 2E | 1 | 20 | 12E | 21 | 34 |
| Octal | 255 | 136 | 253 | 0 | 56 | 1 | 40 | 456 | 41 | 64 |
| Binary | 10101101 | 1011110 | 10101011 | 0 | 101110 | 1 | 100000 | 100101110 | 100001 | 110100 |
Color Harmonies of #AD5EAB
Complementary color
Monochromatic Colors of #AD5EAB
Black with #AD5EAB
Text Example
Text Example
White with #AD5EAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD5EAB; }
p { color: rgb(173,94,171); }
H1.HeaderClassName
{
color: #AD5EAB;
}
.AnyTagClassName
{
color: #AD5EAB;
}
</style>
background-color css
<style>
a { background-color: #AD5EAB; }
a { background-color: rgb(173,94,171); }
div.DivClassName
{
background-color: #AD5EAB;
}
.BgClassName
{
background-color: #AD5EAB;
}
</style>
border-color css
<style>
span { border-color: #AD5EAB; }
span { border-color: rgb(173,94,171); }
td.TdClassName
{
border-color: #AD5EAB;
}
.TagClassName
{
border-color: #AD5EAB;
}
</style>