Shades of Violet Blue #AD6AAA
Tints of Violet Blue #AD6AAA
RGB
CMYK
RGB Variations
Color information
#AD6AAA (or 0xAD6AAA) is known color: Violet Blue. HEX triplet: AD, 6A and AA. RGB value is (173,106,170). Sum of RGB (Red+Green+Blue) = 173+106+170=449 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.53% from 449); Green value is 106 (41.80% from 255 or 23.61% from 449); Blue value is 170 (66.80% from 255 or 37.86% from 449); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6AAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD6AAA is #529555. Grayscale: #858585. Windows color (decimal): -5412182 or 11168429. OLE color: 11168429.
HSL color Cylindrical-coordinate representation of color #AD6AAA: hue angle of 302.69º degrees, saturation: 0.29, 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 #AD6AAA is Cyan = 0, Magento = 0.39, Yellow = 0.02 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 106 | 170 | - |
| CMYK | 0 | 0.39 | 0.02 | 0.32 |
| HSL | 302.69º | 0.29% | 0.55% | - |
| HSV(B) | 302.69º | 0.39% | 0.68% | - |
| XYZ | 29.64 | 22.09 | 40.73 | - |
| YUV | 133.33 | 148.7 | 156.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 106 | 170 | 0 | 0.39 | 0.02 | 0.32 | 302.69 | 0.29 | 0.55 |
| Hex | AD | 6A | AA | 0 | 27 | 2 | 20 | 12F | 1D | 37 |
| Octal | 255 | 152 | 252 | 0 | 47 | 2 | 40 | 457 | 35 | 67 |
| Binary | 10101101 | 1101010 | 10101010 | 0 | 100111 | 10 | 100000 | 100101111 | 11101 | 110111 |
Color Harmonies of #AD6AAA
Complementary color
Monochromatic Colors of #AD6AAA
Black with #AD6AAA
Text Example
Text Example
White with #AD6AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD6AAA; }
p { color: rgb(173,106,170); }
H1.HeaderClassName
{
color: #AD6AAA;
}
.AnyTagClassName
{
color: #AD6AAA;
}
</style>
background-color css
<style>
a { background-color: #AD6AAA; }
a { background-color: rgb(173,106,170); }
div.DivClassName
{
background-color: #AD6AAA;
}
.BgClassName
{
background-color: #AD6AAA;
}
</style>
border-color css
<style>
span { border-color: #AD6AAA; }
span { border-color: rgb(173,106,170); }
td.TdClassName
{
border-color: #AD6AAA;
}
.TagClassName
{
border-color: #AD6AAA;
}
</style>