Shades of Violet Blue #AD6FAB
Tints of Violet Blue #AD6FAB
RGB
CMYK
RGB Variations
Color information
#AD6FAB (or 0xAD6FAB) is known color: Violet Blue. HEX triplet: AD, 6F and AB. RGB value is (173,111,171). Sum of RGB (Red+Green+Blue) = 173+111+171=455 (60% of max value = 765). Red value is 173 (67.97% from 255 or 38.02% from 455); Green value is 111 (43.75% from 255 or 24.40% from 455); Blue value is 171 (67.19% from 255 or 37.58% from 455); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6FAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD6FAB is #529054. Grayscale: #888888. Windows color (decimal): -5410901 or 11235245. OLE color: 11235245.
HSL color Cylindrical-coordinate representation of color #AD6FAB: hue angle of 301.94º 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 #AD6FAB is Cyan = 0, Magento = 0.36, Yellow = 0.01 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 111 | 171 | - |
| CMYK | 0 | 0.36 | 0.01 | 0.32 |
| HSL | 301.94º | 0.27% | 0.56% | - |
| HSV(B) | 301.94º | 0.36% | 0.68% | - |
| XYZ | 30.27 | 23.19 | 41.41 | - |
| YUV | 136.38 | 147.54 | 154.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 111 | 171 | 0 | 0.36 | 0.01 | 0.32 | 301.94 | 0.27 | 0.56 |
| Hex | AD | 6F | AB | 0 | 24 | 1 | 20 | 12E | 1B | 38 |
| Octal | 255 | 157 | 253 | 0 | 44 | 1 | 40 | 456 | 33 | 70 |
| Binary | 10101101 | 1101111 | 10101011 | 0 | 100100 | 1 | 100000 | 100101110 | 11011 | 111000 |
Color Harmonies of #AD6FAB
Complementary color
Monochromatic Colors of #AD6FAB
Black with #AD6FAB
Text Example
Text Example
White with #AD6FAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD6FAB; }
p { color: rgb(173,111,171); }
H1.HeaderClassName
{
color: #AD6FAB;
}
.AnyTagClassName
{
color: #AD6FAB;
}
</style>
background-color css
<style>
a { background-color: #AD6FAB; }
a { background-color: rgb(173,111,171); }
div.DivClassName
{
background-color: #AD6FAB;
}
.BgClassName
{
background-color: #AD6FAB;
}
</style>
border-color css
<style>
span { border-color: #AD6FAB; }
span { border-color: rgb(173,111,171); }
td.TdClassName
{
border-color: #AD6FAB;
}
.TagClassName
{
border-color: #AD6FAB;
}
</style>