Shades of Violet Blue #A16BA4
Tints of Violet Blue #A16BA4
RGB
CMYK
RGB Variations
Color information
#A16BA4 (or 0xA16BA4) is known color: Violet Blue. HEX triplet: A1, 6B and A4. RGB value is (161,107,164). Sum of RGB (Red+Green+Blue) = 161+107+164=432 (57% of max value = 765). Red value is 161 (63.28% from 255 or 37.27% from 432); Green value is 107 (42.19% from 255 or 24.77% from 432); Blue value is 164 (64.45% from 255 or 37.96% from 432); Max value from RGB is 164 - color contains mainly: blue. Hex color #A16BA4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A16BA4 is #5E945B. Grayscale: #818181. Windows color (decimal): -6198364 or 10775457. OLE color: 10775457.
HSL color Cylindrical-coordinate representation of color #A16BA4: hue angle of 296.84º degrees, saturation: 0.24, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A16BA4 is Cyan = 0.02, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 161 | 107 | 164 | - |
| CMYK | 0.02 | 0.35 | 0 | 0.36 |
| HSL | 296.84º | 0.24% | 0.53% | - |
| HSV(B) | 296.84º | 0.35% | 0.64% | - |
| XYZ | 26.66 | 20.77 | 37.73 | - |
| YUV | 129.64 | 147.39 | 150.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 107 | 164 | 0.02 | 0.35 | 0 | 0.36 | 296.84 | 0.24 | 0.53 |
| Hex | A1 | 6B | A4 | 2 | 23 | 0 | 24 | 129 | 18 | 35 |
| Octal | 241 | 153 | 244 | 2 | 43 | 0 | 44 | 451 | 30 | 65 |
| Binary | 10100001 | 1101011 | 10100100 | 10 | 100011 | 0 | 100100 | 100101001 | 11000 | 110101 |
Color Harmonies of #A16BA4
Complementary color
Monochromatic Colors of #A16BA4
Black with #A16BA4
Text Example
Text Example
White with #A16BA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A16BA4; }
p { color: rgb(161,107,164); }
H1.HeaderClassName
{
color: #A16BA4;
}
.AnyTagClassName
{
color: #A16BA4;
}
</style>
background-color css
<style>
a { background-color: #A16BA4; }
a { background-color: rgb(161,107,164); }
div.DivClassName
{
background-color: #A16BA4;
}
.BgClassName
{
background-color: #A16BA4;
}
</style>
border-color css
<style>
span { border-color: #A16BA4; }
span { border-color: rgb(161,107,164); }
td.TdClassName
{
border-color: #A16BA4;
}
.TagClassName
{
border-color: #A16BA4;
}
</style>