Shades of Violet Blue #AD6CAC
Tints of Violet Blue #AD6CAC
RGB
CMYK
RGB Variations
Color information
#AD6CAC (or 0xAD6CAC) is known color: Violet Blue. HEX triplet: AD, 6C and AC. RGB value is (173,108,172). Sum of RGB (Red+Green+Blue) = 173+108+172=453 (60% of max value = 765). Red value is 173 (67.97% from 255 or 38.19% from 453); Green value is 108 (42.58% from 255 or 23.84% from 453); Blue value is 172 (67.58% from 255 or 37.97% from 453); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6CAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD6CAC is #529353. Grayscale: #868686. Windows color (decimal): -5411668 or 11300013. OLE color: 11300013.
HSL color Cylindrical-coordinate representation of color #AD6CAC: hue angle of 300.92º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AD6CAC is Cyan = 0, Magento = 0.38, Yellow = 0.01 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 108 | 172 | - |
| CMYK | 0 | 0.38 | 0.01 | 0.32 |
| HSL | 300.92º | 0.28% | 0.55% | - |
| HSV(B) | 300.92º | 0.38% | 0.68% | - |
| XYZ | 30.04 | 22.59 | 41.81 | - |
| YUV | 134.73 | 149.03 | 155.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 108 | 172 | 0 | 0.38 | 0.01 | 0.32 | 300.92 | 0.28 | 0.55 |
| Hex | AD | 6C | AC | 0 | 26 | 1 | 20 | 12D | 1C | 37 |
| Octal | 255 | 154 | 254 | 0 | 46 | 1 | 40 | 455 | 34 | 67 |
| Binary | 10101101 | 1101100 | 10101100 | 0 | 100110 | 1 | 100000 | 100101101 | 11100 | 110111 |
Color Harmonies of #AD6CAC
Complementary color
Monochromatic Colors of #AD6CAC
Black with #AD6CAC
Text Example
Text Example
White with #AD6CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD6CAC; }
p { color: rgb(173,108,172); }
H1.HeaderClassName
{
color: #AD6CAC;
}
.AnyTagClassName
{
color: #AD6CAC;
}
</style>
background-color css
<style>
a { background-color: #AD6CAC; }
a { background-color: rgb(173,108,172); }
div.DivClassName
{
background-color: #AD6CAC;
}
.BgClassName
{
background-color: #AD6CAC;
}
</style>
border-color css
<style>
span { border-color: #AD6CAC; }
span { border-color: rgb(173,108,172); }
td.TdClassName
{
border-color: #AD6CAC;
}
.TagClassName
{
border-color: #AD6CAC;
}
</style>