Shades of Violet Blue #AD6EAE
Tints of Violet Blue #AD6EAE
RGB
CMYK
RGB Variations
Color information
#AD6EAE (or 0xAD6EAE) is known color: Violet Blue. HEX triplet: AD, 6E and AE. RGB value is (173,110,174). Sum of RGB (Red+Green+Blue) = 173+110+174=457 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.86% from 457); Green value is 110 (43.36% from 255 or 24.07% from 457); Blue value is 174 (68.36% from 255 or 38.07% from 457); Max value from RGB is 174 - color contains mainly: blue. Hex color #AD6EAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD6EAE is #529151. Grayscale: #878787. Windows color (decimal): -5411154 or 11431597. OLE color: 11431597.
HSL color Cylindrical-coordinate representation of color #AD6EAE: hue angle of 299.06º degrees, saturation: 0.28, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AD6EAE is Cyan = 0.01, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 110 | 174 | - |
| CMYK | 0.01 | 0.37 | 0 | 0.32 |
| HSL | 299.06º | 0.28% | 0.56% | - |
| HSV(B) | 299.06º | 0.37% | 0.68% | - |
| XYZ | 30.45 | 23.09 | 42.9 | - |
| YUV | 136.13 | 149.37 | 154.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 110 | 174 | 0.01 | 0.37 | 0 | 0.32 | 299.06 | 0.28 | 0.56 |
| Hex | AD | 6E | AE | 1 | 25 | 0 | 20 | 12B | 1C | 38 |
| Octal | 255 | 156 | 256 | 1 | 45 | 0 | 40 | 453 | 34 | 70 |
| Binary | 10101101 | 1101110 | 10101110 | 1 | 100101 | 0 | 100000 | 100101011 | 11100 | 111000 |
Color Harmonies of #AD6EAE
Complementary color
Monochromatic Colors of #AD6EAE
Black with #AD6EAE
Text Example
Text Example
White with #AD6EAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD6EAE; }
p { color: rgb(173,110,174); }
H1.HeaderClassName
{
color: #AD6EAE;
}
.AnyTagClassName
{
color: #AD6EAE;
}
</style>
background-color css
<style>
a { background-color: #AD6EAE; }
a { background-color: rgb(173,110,174); }
div.DivClassName
{
background-color: #AD6EAE;
}
.BgClassName
{
background-color: #AD6EAE;
}
</style>
border-color css
<style>
span { border-color: #AD6EAE; }
span { border-color: rgb(173,110,174); }
td.TdClassName
{
border-color: #AD6EAE;
}
.TagClassName
{
border-color: #AD6EAE;
}
</style>