Shades of Violet Blue #AD68AC
Tints of Violet Blue #AD68AC
RGB
CMYK
RGB Variations
Color information
#AD68AC (or 0xAD68AC) is known color: Violet Blue. HEX triplet: AD, 68 and AC. RGB value is (173,104,172). Sum of RGB (Red+Green+Blue) = 173+104+172=449 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.53% from 449); Green value is 104 (41.02% from 255 or 23.16% from 449); Blue value is 172 (67.58% from 255 or 38.31% from 449); Max value from RGB is 173 - color contains mainly: red. Hex color #AD68AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD68AC is #529753. Grayscale: #848484. Windows color (decimal): -5412692 or 11298989. OLE color: 11298989.
HSL color Cylindrical-coordinate representation of color #AD68AC: hue angle of 300.87º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AD68AC is Cyan = 0, Magento = 0.40, Yellow = 0.01 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 104 | 172 | - |
| CMYK | 0 | 0.40 | 0.01 | 0.32 |
| HSL | 300.87º | 0.3% | 0.54% | - |
| HSV(B) | 300.87º | 0.4% | 0.68% | - |
| XYZ | 29.63 | 21.76 | 41.67 | - |
| YUV | 132.38 | 150.36 | 156.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 104 | 172 | 0 | 0.40 | 0.01 | 0.32 | 300.87 | 0.3 | 0.54 |
| Hex | AD | 68 | AC | 0 | 28 | 1 | 20 | 12D | 1E | 36 |
| Octal | 255 | 150 | 254 | 0 | 50 | 1 | 40 | 455 | 36 | 66 |
| Binary | 10101101 | 1101000 | 10101100 | 0 | 101000 | 1 | 100000 | 100101101 | 11110 | 110110 |
Color Harmonies of #AD68AC
Complementary color
Monochromatic Colors of #AD68AC
Black with #AD68AC
Text Example
Text Example
White with #AD68AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD68AC; }
p { color: rgb(173,104,172); }
H1.HeaderClassName
{
color: #AD68AC;
}
.AnyTagClassName
{
color: #AD68AC;
}
</style>
background-color css
<style>
a { background-color: #AD68AC; }
a { background-color: rgb(173,104,172); }
div.DivClassName
{
background-color: #AD68AC;
}
.BgClassName
{
background-color: #AD68AC;
}
</style>
border-color css
<style>
span { border-color: #AD68AC; }
span { border-color: rgb(173,104,172); }
td.TdClassName
{
border-color: #AD68AC;
}
.TagClassName
{
border-color: #AD68AC;
}
</style>