Shades of Violet Blue #AD60AC
Tints of Violet Blue #AD60AC
RGB
CMYK
RGB Variations
Color information
#AD60AC (or 0xAD60AC) is known color: Violet Blue. HEX triplet: AD, 60 and AC. RGB value is (173,96,172). Sum of RGB (Red+Green+Blue) = 173+96+172=441 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.23% from 441); Green value is 96 (37.89% from 255 or 21.77% from 441); Blue value is 172 (67.58% from 255 or 39.00% from 441); Max value from RGB is 173 - color contains mainly: red. Hex color #AD60AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD60AC is #529F53. Grayscale: #7F7F7F. Windows color (decimal): -5414740 or 11296941. OLE color: 11296941.
HSL color Cylindrical-coordinate representation of color #AD60AC: hue angle of 300.78º 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 #AD60AC is Cyan = 0, Magento = 0.45, Yellow = 0.01 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 96 | 172 | - |
| CMYK | 0 | 0.45 | 0.01 | 0.32 |
| HSL | 300.78º | 0.32% | 0.53% | - |
| HSV(B) | 300.78º | 0.45% | 0.68% | - |
| XYZ | 28.86 | 20.23 | 41.41 | - |
| YUV | 127.69 | 153.01 | 160.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 96 | 172 | 0 | 0.45 | 0.01 | 0.32 | 300.78 | 0.32 | 0.53 |
| Hex | AD | 60 | AC | 0 | 2D | 1 | 20 | 12D | 20 | 35 |
| Octal | 255 | 140 | 254 | 0 | 55 | 1 | 40 | 455 | 40 | 65 |
| Binary | 10101101 | 1100000 | 10101100 | 0 | 101101 | 1 | 100000 | 100101101 | 100000 | 110101 |
Color Harmonies of #AD60AC
Complementary color
Monochromatic Colors of #AD60AC
Black with #AD60AC
Text Example
Text Example
White with #AD60AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD60AC; }
p { color: rgb(173,96,172); }
H1.HeaderClassName
{
color: #AD60AC;
}
.AnyTagClassName
{
color: #AD60AC;
}
</style>
background-color css
<style>
a { background-color: #AD60AC; }
a { background-color: rgb(173,96,172); }
div.DivClassName
{
background-color: #AD60AC;
}
.BgClassName
{
background-color: #AD60AC;
}
</style>
border-color css
<style>
span { border-color: #AD60AC; }
span { border-color: rgb(173,96,172); }
td.TdClassName
{
border-color: #AD60AC;
}
.TagClassName
{
border-color: #AD60AC;
}
</style>