Shades of Violet Blue #AD6AAE
Tints of Violet Blue #AD6AAE
RGB
CMYK
RGB Variations
Color information
#AD6AAE (or 0xAD6AAE) is known color: Violet Blue. HEX triplet: AD, 6A and AE. RGB value is (173,106,174). Sum of RGB (Red+Green+Blue) = 173+106+174=453 (60% of max value = 765). Red value is 173 (67.97% from 255 or 38.19% from 453); Green value is 106 (41.80% from 255 or 23.40% from 453); Blue value is 174 (68.36% from 255 or 38.41% from 453); Max value from RGB is 174 - color contains mainly: blue. Hex color #AD6AAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD6AAE is #529551. Grayscale: #858585. Windows color (decimal): -5412178 or 11430573. OLE color: 11430573.
HSL color Cylindrical-coordinate representation of color #AD6AAE: hue angle of 299.12º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AD6AAE is Cyan = 0.01, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 106 | 174 | - |
| CMYK | 0.01 | 0.39 | 0 | 0.32 |
| HSL | 299.12º | 0.3% | 0.55% | - |
| HSV(B) | 299.12º | 0.39% | 0.68% | - |
| XYZ | 30.03 | 22.25 | 42.76 | - |
| YUV | 133.79 | 150.7 | 155.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 106 | 174 | 0.01 | 0.39 | 0 | 0.32 | 299.12 | 0.3 | 0.55 |
| Hex | AD | 6A | AE | 1 | 27 | 0 | 20 | 12B | 1E | 37 |
| Octal | 255 | 152 | 256 | 1 | 47 | 0 | 40 | 453 | 36 | 67 |
| Binary | 10101101 | 1101010 | 10101110 | 1 | 100111 | 0 | 100000 | 100101011 | 11110 | 110111 |
Color Harmonies of #AD6AAE
Complementary color
Monochromatic Colors of #AD6AAE
Black with #AD6AAE
Text Example
Text Example
White with #AD6AAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD6AAE; }
p { color: rgb(173,106,174); }
H1.HeaderClassName
{
color: #AD6AAE;
}
.AnyTagClassName
{
color: #AD6AAE;
}
</style>
background-color css
<style>
a { background-color: #AD6AAE; }
a { background-color: rgb(173,106,174); }
div.DivClassName
{
background-color: #AD6AAE;
}
.BgClassName
{
background-color: #AD6AAE;
}
</style>
border-color css
<style>
span { border-color: #AD6AAE; }
span { border-color: rgb(173,106,174); }
td.TdClassName
{
border-color: #AD6AAE;
}
.TagClassName
{
border-color: #AD6AAE;
}
</style>