Shades of Violet Blue #AD6AAC
Tints of Violet Blue #AD6AAC
RGB
CMYK
RGB Variations
Color information
#AD6AAC (or 0xAD6AAC) is known color: Violet Blue. HEX triplet: AD, 6A and AC. RGB value is (173,106,172). Sum of RGB (Red+Green+Blue) = 173+106+172=451 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.36% from 451); Green value is 106 (41.80% from 255 or 23.50% from 451); Blue value is 172 (67.58% from 255 or 38.14% from 451); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6AAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD6AAC is #529553. Grayscale: #858585. Windows color (decimal): -5412180 or 11299501. OLE color: 11299501.
HSL color Cylindrical-coordinate representation of color #AD6AAC: hue angle of 300.9º 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 #AD6AAC is Cyan = 0, Magento = 0.39, Yellow = 0.01 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 106 | 172 | - |
| CMYK | 0 | 0.39 | 0.01 | 0.32 |
| HSL | 300.9º | 0.29% | 0.55% | - |
| HSV(B) | 300.9º | 0.39% | 0.68% | - |
| XYZ | 29.83 | 22.17 | 41.74 | - |
| YUV | 133.56 | 149.7 | 156.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 106 | 172 | 0 | 0.39 | 0.01 | 0.32 | 300.9 | 0.29 | 0.55 |
| Hex | AD | 6A | AC | 0 | 27 | 1 | 20 | 12D | 1D | 37 |
| Octal | 255 | 152 | 254 | 0 | 47 | 1 | 40 | 455 | 35 | 67 |
| Binary | 10101101 | 1101010 | 10101100 | 0 | 100111 | 1 | 100000 | 100101101 | 11101 | 110111 |
Color Harmonies of #AD6AAC
Complementary color
Monochromatic Colors of #AD6AAC
Black with #AD6AAC
Text Example
Text Example
White with #AD6AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD6AAC; }
p { color: rgb(173,106,172); }
H1.HeaderClassName
{
color: #AD6AAC;
}
.AnyTagClassName
{
color: #AD6AAC;
}
</style>
background-color css
<style>
a { background-color: #AD6AAC; }
a { background-color: rgb(173,106,172); }
div.DivClassName
{
background-color: #AD6AAC;
}
.BgClassName
{
background-color: #AD6AAC;
}
</style>
border-color css
<style>
span { border-color: #AD6AAC; }
span { border-color: rgb(173,106,172); }
td.TdClassName
{
border-color: #AD6AAC;
}
.TagClassName
{
border-color: #AD6AAC;
}
</style>