Shades of Violet Blue #AD6DA1
Tints of Violet Blue #AD6DA1
RGB
CMYK
RGB Variations
Color information
#AD6DA1 (or 0xAD6DA1) is known color: Violet Blue. HEX triplet: AD, 6D and A1. RGB value is (173,109,161). Sum of RGB (Red+Green+Blue) = 173+109+161=443 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.05% from 443); Green value is 109 (42.97% from 255 or 24.60% from 443); Blue value is 161 (63.28% from 255 or 36.34% from 443); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6DA1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD6DA1 is #52925E. Grayscale: #858585. Windows color (decimal): -5411423 or 10579373. OLE color: 10579373.
HSL color Cylindrical-coordinate representation of color #AD6DA1: hue angle of 311.25º 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 #AD6DA1 is Cyan = 0, Magento = 0.37, Yellow = 0.07 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 109 | 161 | - |
| CMYK | 0 | 0.37 | 0.07 | 0.32 |
| HSL | 311.25º | 0.28% | 0.55% | - |
| HSV(B) | 311.25º | 0.37% | 0.68% | - |
| XYZ | 29.14 | 22.39 | 36.51 | - |
| YUV | 134.06 | 143.2 | 155.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 109 | 161 | 0 | 0.37 | 0.07 | 0.32 | 311.25 | 0.28 | 0.55 |
| Hex | AD | 6D | A1 | 0 | 25 | 7 | 20 | 137 | 1C | 37 |
| Octal | 255 | 155 | 241 | 0 | 45 | 7 | 40 | 467 | 34 | 67 |
| Binary | 10101101 | 1101101 | 10100001 | 0 | 100101 | 111 | 100000 | 100110111 | 11100 | 110111 |
Color Harmonies of #AD6DA1
Complementary color
Monochromatic Colors of #AD6DA1
Black with #AD6DA1
Text Example
Text Example
White with #AD6DA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD6DA1; }
p { color: rgb(173,109,161); }
H1.HeaderClassName
{
color: #AD6DA1;
}
.AnyTagClassName
{
color: #AD6DA1;
}
</style>
background-color css
<style>
a { background-color: #AD6DA1; }
a { background-color: rgb(173,109,161); }
div.DivClassName
{
background-color: #AD6DA1;
}
.BgClassName
{
background-color: #AD6DA1;
}
</style>
border-color css
<style>
span { border-color: #AD6DA1; }
span { border-color: rgb(173,109,161); }
td.TdClassName
{
border-color: #AD6DA1;
}
.TagClassName
{
border-color: #AD6DA1;
}
</style>