Shades of Violet Blue #A16EA8
Tints of Violet Blue #A16EA8
RGB
CMYK
RGB Variations
Color information
#A16EA8 (or 0xA16EA8) is known color: Violet Blue. HEX triplet: A1, 6E and A8. RGB value is (161,110,168). Sum of RGB (Red+Green+Blue) = 161+110+168=439 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.67% from 439); Green value is 110 (43.36% from 255 or 25.06% from 439); Blue value is 168 (66.02% from 255 or 38.27% from 439); Max value from RGB is 168 - color contains mainly: blue. Hex color #A16EA8 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A16EA8 is #5E9157. Grayscale: #838383. Windows color (decimal): -6197592 or 11038369. OLE color: 11038369.
HSL color Cylindrical-coordinate representation of color #A16EA8: hue angle of 292.76º degrees, saturation: 0.25, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A16EA8 is Cyan = 0.04, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 161 | 110 | 168 | - |
| CMYK | 0.04 | 0.35 | 0 | 0.34 |
| HSL | 292.76º | 0.25% | 0.55% | - |
| HSV(B) | 292.76º | 0.35% | 0.66% | - |
| XYZ | 27.34 | 21.56 | 39.77 | - |
| YUV | 131.86 | 148.4 | 148.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 110 | 168 | 0.04 | 0.35 | 0 | 0.34 | 292.76 | 0.25 | 0.55 |
| Hex | A1 | 6E | A8 | 4 | 23 | 0 | 22 | 125 | 19 | 37 |
| Octal | 241 | 156 | 250 | 4 | 43 | 0 | 42 | 445 | 31 | 67 |
| Binary | 10100001 | 1101110 | 10101000 | 100 | 100011 | 0 | 100010 | 100100101 | 11001 | 110111 |
Color Harmonies of #A16EA8
Complementary color
Monochromatic Colors of #A16EA8
Black with #A16EA8
Text Example
Text Example
White with #A16EA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A16EA8; }
p { color: rgb(161,110,168); }
H1.HeaderClassName
{
color: #A16EA8;
}
.AnyTagClassName
{
color: #A16EA8;
}
</style>
background-color css
<style>
a { background-color: #A16EA8; }
a { background-color: rgb(161,110,168); }
div.DivClassName
{
background-color: #A16EA8;
}
.BgClassName
{
background-color: #A16EA8;
}
</style>
border-color css
<style>
span { border-color: #A16EA8; }
span { border-color: rgb(161,110,168); }
td.TdClassName
{
border-color: #A16EA8;
}
.TagClassName
{
border-color: #A16EA8;
}
</style>