Shades of Violet Blue #AD6DAE
Tints of Violet Blue #AD6DAE
RGB
CMYK
RGB Variations
Color information
#AD6DAE (or 0xAD6DAE) is known color: Violet Blue. HEX triplet: AD, 6D and AE. RGB value is (173,109,174). Sum of RGB (Red+Green+Blue) = 173+109+174=456 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.94% from 456); Green value is 109 (42.97% from 255 or 23.90% from 456); Blue value is 174 (68.36% from 255 or 38.16% from 456); Max value from RGB is 174 - color contains mainly: blue. Hex color #AD6DAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD6DAE is #529251. Grayscale: #878787. Windows color (decimal): -5411410 or 11431341. OLE color: 11431341.
HSL color Cylindrical-coordinate representation of color #AD6DAE: hue angle of 299.08º degrees, saturation: 0.29, 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 #AD6DAE is Cyan = 0.01, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 109 | 174 | - |
| CMYK | 0.01 | 0.37 | 0 | 0.32 |
| HSL | 299.08º | 0.29% | 0.55% | - |
| HSV(B) | 299.08º | 0.37% | 0.68% | - |
| XYZ | 30.34 | 22.88 | 42.86 | - |
| YUV | 135.55 | 149.7 | 154.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 109 | 174 | 0.01 | 0.37 | 0 | 0.32 | 299.08 | 0.29 | 0.55 |
| Hex | AD | 6D | AE | 1 | 25 | 0 | 20 | 12B | 1D | 37 |
| Octal | 255 | 155 | 256 | 1 | 45 | 0 | 40 | 453 | 35 | 67 |
| Binary | 10101101 | 1101101 | 10101110 | 1 | 100101 | 0 | 100000 | 100101011 | 11101 | 110111 |
Color Harmonies of #AD6DAE
Complementary color
Monochromatic Colors of #AD6DAE
Black with #AD6DAE
Text Example
Text Example
White with #AD6DAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD6DAE; }
p { color: rgb(173,109,174); }
H1.HeaderClassName
{
color: #AD6DAE;
}
.AnyTagClassName
{
color: #AD6DAE;
}
</style>
background-color css
<style>
a { background-color: #AD6DAE; }
a { background-color: rgb(173,109,174); }
div.DivClassName
{
background-color: #AD6DAE;
}
.BgClassName
{
background-color: #AD6DAE;
}
</style>
border-color css
<style>
span { border-color: #AD6DAE; }
span { border-color: rgb(173,109,174); }
td.TdClassName
{
border-color: #AD6DAE;
}
.TagClassName
{
border-color: #AD6DAE;
}
</style>