Shades of Violet Blue #A16AAD
Tints of Violet Blue #A16AAD
RGB
CMYK
RGB Variations
Color information
#A16AAD (or 0xA16AAD) is known color: Violet Blue. HEX triplet: A1, 6A and AD. RGB value is (161,106,173). Sum of RGB (Red+Green+Blue) = 161+106+173=440 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.59% from 440); Green value is 106 (41.80% from 255 or 24.09% from 440); Blue value is 173 (67.97% from 255 or 39.32% from 440); Max value from RGB is 173 - color contains mainly: blue. Hex color #A16AAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A16AAD is #5E9552. Grayscale: #818181. Windows color (decimal): -6198611 or 11365025. OLE color: 11365025.
HSL color Cylindrical-coordinate representation of color #A16AAD: hue angle of 289.25º 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 #A16AAD is Cyan = 0.07, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 161 | 106 | 173 | - |
| CMYK | 0.07 | 0.39 | 0 | 0.32 |
| HSL | 289.25º | 0.29% | 0.55% | - |
| HSV(B) | 289.25º | 0.39% | 0.68% | - |
| XYZ | 27.39 | 20.9 | 42.13 | - |
| YUV | 130.08 | 152.22 | 150.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 106 | 173 | 0.07 | 0.39 | 0 | 0.32 | 289.25 | 0.29 | 0.55 |
| Hex | A1 | 6A | AD | 7 | 27 | 0 | 20 | 121 | 1D | 37 |
| Octal | 241 | 152 | 255 | 7 | 47 | 0 | 40 | 441 | 35 | 67 |
| Binary | 10100001 | 1101010 | 10101101 | 111 | 100111 | 0 | 100000 | 100100001 | 11101 | 110111 |
Color Harmonies of #A16AAD
Complementary color
Monochromatic Colors of #A16AAD
Black with #A16AAD
Text Example
Text Example
White with #A16AAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A16AAD; }
p { color: rgb(161,106,173); }
H1.HeaderClassName
{
color: #A16AAD;
}
.AnyTagClassName
{
color: #A16AAD;
}
</style>
background-color css
<style>
a { background-color: #A16AAD; }
a { background-color: rgb(161,106,173); }
div.DivClassName
{
background-color: #A16AAD;
}
.BgClassName
{
background-color: #A16AAD;
}
</style>
border-color css
<style>
span { border-color: #A16AAD; }
span { border-color: rgb(161,106,173); }
td.TdClassName
{
border-color: #A16AAD;
}
.TagClassName
{
border-color: #A16AAD;
}
</style>