Shades of Violet Blue #AD6DAD
Tints of Violet Blue #AD6DAD
RGB
CMYK
RGB Variations
Color information
#AD6DAD (or 0xAD6DAD) is known color: Violet Blue. HEX triplet: AD, 6D and AD. RGB value is (173,109,173). Sum of RGB (Red+Green+Blue) = 173+109+173=455 (60% of max value = 765). Red value is 173 (67.97% from 255 or 38.02% from 455); Green value is 109 (42.97% from 255 or 23.96% from 455); Blue value is 173 (67.97% from 255 or 38.02% from 455); Max value from RGB is 173 - color contains mainly: red, blue. Hex color #AD6DAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD6DAD is #529252. Grayscale: #878787. Windows color (decimal): -5411411 or 11365805. OLE color: 11365805.
HSL color Cylindrical-coordinate representation of color #AD6DAD: hue angle of 300º 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 #AD6DAD is Cyan = 0, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 109 | 173 | - |
| CMYK | 0 | 0.37 | 0 | 0.32 |
| HSL | 300º | 0.28% | 0.55% | - |
| HSV(B) | 300º | 0.37% | 0.68% | - |
| XYZ | 30.25 | 22.84 | 42.35 | - |
| YUV | 135.43 | 149.2 | 154.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 109 | 173 | 0 | 0.37 | 0 | 0.32 | 300 | 0.28 | 0.55 |
| Hex | AD | 6D | AD | 0 | 25 | 0 | 20 | 12C | 1C | 37 |
| Octal | 255 | 155 | 255 | 0 | 45 | 0 | 40 | 454 | 34 | 67 |
| Binary | 10101101 | 1101101 | 10101101 | 0 | 100101 | 0 | 100000 | 100101100 | 11100 | 110111 |
Color Harmonies of #AD6DAD
Complementary color
Monochromatic Colors of #AD6DAD
Black with #AD6DAD
Text Example
Text Example
White with #AD6DAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD6DAD; }
p { color: rgb(173,109,173); }
H1.HeaderClassName
{
color: #AD6DAD;
}
.AnyTagClassName
{
color: #AD6DAD;
}
</style>
background-color css
<style>
a { background-color: #AD6DAD; }
a { background-color: rgb(173,109,173); }
div.DivClassName
{
background-color: #AD6DAD;
}
.BgClassName
{
background-color: #AD6DAD;
}
</style>
border-color css
<style>
span { border-color: #AD6DAD; }
span { border-color: rgb(173,109,173); }
td.TdClassName
{
border-color: #AD6DAD;
}
.TagClassName
{
border-color: #AD6DAD;
}
</style>