Shades of Violet Blue #AD6DAB
Tints of Violet Blue #AD6DAB
RGB
CMYK
RGB Variations
Color information
#AD6DAB (or 0xAD6DAB) is known color: Violet Blue. HEX triplet: AD, 6D and AB. RGB value is (173,109,171). Sum of RGB (Red+Green+Blue) = 173+109+171=453 (60% of max value = 765). Red value is 173 (67.97% from 255 or 38.19% from 453); Green value is 109 (42.97% from 255 or 24.06% from 453); Blue value is 171 (67.19% from 255 or 37.75% from 453); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6DAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD6DAB is #529254. Grayscale: #878787. Windows color (decimal): -5411413 or 11234733. OLE color: 11234733.
HSL color Cylindrical-coordinate representation of color #AD6DAB: hue angle of 301.88º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AD6DAB is Cyan = 0, Magento = 0.37, Yellow = 0.01 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 109 | 171 | - |
| CMYK | 0 | 0.37 | 0.01 | 0.32 |
| HSL | 301.88º | 0.28% | 0.55% | - |
| HSV(B) | 301.88º | 0.37% | 0.68% | - |
| XYZ | 30.05 | 22.76 | 41.34 | - |
| YUV | 135.2 | 148.2 | 154.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 109 | 171 | 0 | 0.37 | 0.01 | 0.32 | 301.88 | 0.28 | 0.55 |
| Hex | AD | 6D | AB | 0 | 25 | 1 | 20 | 12E | 1C | 37 |
| Octal | 255 | 155 | 253 | 0 | 45 | 1 | 40 | 456 | 34 | 67 |
| Binary | 10101101 | 1101101 | 10101011 | 0 | 100101 | 1 | 100000 | 100101110 | 11100 | 110111 |
Color Harmonies of #AD6DAB
Complementary color
Monochromatic Colors of #AD6DAB
Black with #AD6DAB
Text Example
Text Example
White with #AD6DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD6DAB; }
p { color: rgb(173,109,171); }
H1.HeaderClassName
{
color: #AD6DAB;
}
.AnyTagClassName
{
color: #AD6DAB;
}
</style>
background-color css
<style>
a { background-color: #AD6DAB; }
a { background-color: rgb(173,109,171); }
div.DivClassName
{
background-color: #AD6DAB;
}
.BgClassName
{
background-color: #AD6DAB;
}
</style>
border-color css
<style>
span { border-color: #AD6DAB; }
span { border-color: rgb(173,109,171); }
td.TdClassName
{
border-color: #AD6DAB;
}
.TagClassName
{
border-color: #AD6DAB;
}
</style>