Shades of Violet Blue #AD60AB
Tints of Violet Blue #AD60AB
RGB
CMYK
RGB Variations
Color information
#AD60AB (or 0xAD60AB) is known color: Violet Blue. HEX triplet: AD, 60 and AB. RGB value is (173,96,171). Sum of RGB (Red+Green+Blue) = 173+96+171=440 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.32% from 440); Green value is 96 (37.89% from 255 or 21.82% from 440); Blue value is 171 (67.19% from 255 or 38.86% from 440); Max value from RGB is 173 - color contains mainly: red. Hex color #AD60AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD60AB is #529F54. Grayscale: #7F7F7F. Windows color (decimal): -5414741 or 11231405. OLE color: 11231405.
HSL color Cylindrical-coordinate representation of color #AD60AB: hue angle of 301.56º degrees, saturation: 0.32, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AD60AB is Cyan = 0, Magento = 0.45, Yellow = 0.01 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 96 | 171 | - |
| CMYK | 0 | 0.45 | 0.01 | 0.32 |
| HSL | 301.56º | 0.32% | 0.53% | - |
| HSV(B) | 301.56º | 0.45% | 0.68% | - |
| XYZ | 28.77 | 20.19 | 40.91 | - |
| YUV | 127.57 | 152.51 | 160.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 96 | 171 | 0 | 0.45 | 0.01 | 0.32 | 301.56 | 0.32 | 0.53 |
| Hex | AD | 60 | AB | 0 | 2D | 1 | 20 | 12E | 20 | 35 |
| Octal | 255 | 140 | 253 | 0 | 55 | 1 | 40 | 456 | 40 | 65 |
| Binary | 10101101 | 1100000 | 10101011 | 0 | 101101 | 1 | 100000 | 100101110 | 100000 | 110101 |
Color Harmonies of #AD60AB
Complementary color
Monochromatic Colors of #AD60AB
Black with #AD60AB
Text Example
Text Example
White with #AD60AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD60AB; }
p { color: rgb(173,96,171); }
H1.HeaderClassName
{
color: #AD60AB;
}
.AnyTagClassName
{
color: #AD60AB;
}
</style>
background-color css
<style>
a { background-color: #AD60AB; }
a { background-color: rgb(173,96,171); }
div.DivClassName
{
background-color: #AD60AB;
}
.BgClassName
{
background-color: #AD60AB;
}
</style>
border-color css
<style>
span { border-color: #AD60AB; }
span { border-color: rgb(173,96,171); }
td.TdClassName
{
border-color: #AD60AB;
}
.TagClassName
{
border-color: #AD60AB;
}
</style>