Shades of Violet Blue #A16DA4
Tints of Violet Blue #A16DA4
RGB
CMYK
RGB Variations
Color information
#A16DA4 (or 0xA16DA4) is known color: Violet Blue. HEX triplet: A1, 6D and A4. RGB value is (161,109,164). Sum of RGB (Red+Green+Blue) = 161+109+164=434 (57% of max value = 765). Red value is 161 (63.28% from 255 or 37.10% from 434); Green value is 109 (42.97% from 255 or 25.12% from 434); Blue value is 164 (64.45% from 255 or 37.79% from 434); Max value from RGB is 164 - color contains mainly: blue. Hex color #A16DA4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A16DA4 is #5E925B. Grayscale: #828282. Windows color (decimal): -6197852 or 10775969. OLE color: 10775969.
HSL color Cylindrical-coordinate representation of color #A16DA4: hue angle of 296.73º degrees, saturation: 0.23, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A16DA4 is Cyan = 0.02, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 161 | 109 | 164 | - |
| CMYK | 0.02 | 0.34 | 0 | 0.36 |
| HSL | 296.73º | 0.23% | 0.54% | - |
| HSV(B) | 296.73º | 0.34% | 0.64% | - |
| XYZ | 26.87 | 21.19 | 37.8 | - |
| YUV | 130.82 | 146.73 | 149.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 109 | 164 | 0.02 | 0.34 | 0 | 0.36 | 296.73 | 0.23 | 0.54 |
| Hex | A1 | 6D | A4 | 2 | 22 | 0 | 24 | 129 | 17 | 36 |
| Octal | 241 | 155 | 244 | 2 | 42 | 0 | 44 | 451 | 27 | 66 |
| Binary | 10100001 | 1101101 | 10100100 | 10 | 100010 | 0 | 100100 | 100101001 | 10111 | 110110 |
Color Harmonies of #A16DA4
Complementary color
Monochromatic Colors of #A16DA4
Black with #A16DA4
Text Example
Text Example
White with #A16DA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A16DA4; }
p { color: rgb(161,109,164); }
H1.HeaderClassName
{
color: #A16DA4;
}
.AnyTagClassName
{
color: #A16DA4;
}
</style>
background-color css
<style>
a { background-color: #A16DA4; }
a { background-color: rgb(161,109,164); }
div.DivClassName
{
background-color: #A16DA4;
}
.BgClassName
{
background-color: #A16DA4;
}
</style>
border-color css
<style>
span { border-color: #A16DA4; }
span { border-color: rgb(161,109,164); }
td.TdClassName
{
border-color: #A16DA4;
}
.TagClassName
{
border-color: #A16DA4;
}
</style>