Shades of Violet Blue #AD6FAC
Tints of Violet Blue #AD6FAC
RGB
CMYK
RGB Variations
Color information
#AD6FAC (or 0xAD6FAC) is known color: Violet Blue. HEX triplet: AD, 6F and AC. RGB value is (173,111,172). Sum of RGB (Red+Green+Blue) = 173+111+172=456 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.94% from 456); Green value is 111 (43.75% from 255 or 24.34% from 456); Blue value is 172 (67.58% from 255 or 37.72% from 456); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6FAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD6FAC is #529053. Grayscale: #888888. Windows color (decimal): -5410900 or 11300781. OLE color: 11300781.
HSL color Cylindrical-coordinate representation of color #AD6FAC: hue angle of 300.97º degrees, saturation: 0.27, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AD6FAC is Cyan = 0, Magento = 0.36, Yellow = 0.01 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 111 | 172 | - |
| CMYK | 0 | 0.36 | 0.01 | 0.32 |
| HSL | 300.97º | 0.27% | 0.56% | - |
| HSV(B) | 300.97º | 0.36% | 0.68% | - |
| XYZ | 30.36 | 23.23 | 41.91 | - |
| YUV | 136.49 | 148.04 | 154.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 111 | 172 | 0 | 0.36 | 0.01 | 0.32 | 300.97 | 0.27 | 0.56 |
| Hex | AD | 6F | AC | 0 | 24 | 1 | 20 | 12D | 1B | 38 |
| Octal | 255 | 157 | 254 | 0 | 44 | 1 | 40 | 455 | 33 | 70 |
| Binary | 10101101 | 1101111 | 10101100 | 0 | 100100 | 1 | 100000 | 100101101 | 11011 | 111000 |
Color Harmonies of #AD6FAC
Complementary color
Monochromatic Colors of #AD6FAC
Black with #AD6FAC
Text Example
Text Example
White with #AD6FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD6FAC; }
p { color: rgb(173,111,172); }
H1.HeaderClassName
{
color: #AD6FAC;
}
.AnyTagClassName
{
color: #AD6FAC;
}
</style>
background-color css
<style>
a { background-color: #AD6FAC; }
a { background-color: rgb(173,111,172); }
div.DivClassName
{
background-color: #AD6FAC;
}
.BgClassName
{
background-color: #AD6FAC;
}
</style>
border-color css
<style>
span { border-color: #AD6FAC; }
span { border-color: rgb(173,111,172); }
td.TdClassName
{
border-color: #AD6FAC;
}
.TagClassName
{
border-color: #AD6FAC;
}
</style>