Shades of Violet Blue #AD6DB5
Tints of Violet Blue #AD6DB5
RGB
CMYK
RGB Variations
Color information
#AD6DB5 (or 0xAD6DB5) is known color: Violet Blue. HEX triplet: AD, 6D and B5. RGB value is (173,109,181). Sum of RGB (Red+Green+Blue) = 173+109+181=463 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.37% from 463); Green value is 109 (42.97% from 255 or 23.54% from 463); Blue value is 181 (71.09% from 255 or 39.09% from 463); Max value from RGB is 181 - color contains mainly: blue. Hex color #AD6DB5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD6DB5 is #52924A. Grayscale: #888888. Windows color (decimal): -5411403 or 11890093. OLE color: 11890093.
HSL color Cylindrical-coordinate representation of color #AD6DB5: hue angle of 293.33º degrees, saturation: 0.33, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AD6DB5 is Cyan = 0.04, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 173 | 109 | 181 | - |
| CMYK | 0.04 | 0.40 | 0 | 0.29 |
| HSL | 293.33º | 0.33% | 0.57% | - |
| HSV(B) | 293.33º | 0.4% | 0.71% | - |
| XYZ | 31.04 | 23.16 | 46.55 | - |
| YUV | 136.34 | 153.2 | 154.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 109 | 181 | 0.04 | 0.40 | 0 | 0.29 | 293.33 | 0.33 | 0.57 |
| Hex | AD | 6D | B5 | 4 | 28 | 0 | 1D | 125 | 21 | 39 |
| Octal | 255 | 155 | 265 | 4 | 50 | 0 | 35 | 445 | 41 | 71 |
| Binary | 10101101 | 1101101 | 10110101 | 100 | 101000 | 0 | 11101 | 100100101 | 100001 | 111001 |
Color Harmonies of #AD6DB5
Complementary color
Monochromatic Colors of #AD6DB5
Black with #AD6DB5
Text Example
Text Example
White with #AD6DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD6DB5; }
p { color: rgb(173,109,181); }
H1.HeaderClassName
{
color: #AD6DB5;
}
.AnyTagClassName
{
color: #AD6DB5;
}
</style>
background-color css
<style>
a { background-color: #AD6DB5; }
a { background-color: rgb(173,109,181); }
div.DivClassName
{
background-color: #AD6DB5;
}
.BgClassName
{
background-color: #AD6DB5;
}
</style>
border-color css
<style>
span { border-color: #AD6DB5; }
span { border-color: rgb(173,109,181); }
td.TdClassName
{
border-color: #AD6DB5;
}
.TagClassName
{
border-color: #AD6DB5;
}
</style>