Shades of Amethyst #A16EC7
Tints of Amethyst #A16EC7
RGB
CMYK
RGB Variations
Color information
#A16EC7 (or 0xA16EC7) is known color: Amethyst. HEX triplet: A1, 6E and C7. RGB value is (161,110,199). Sum of RGB (Red+Green+Blue) = 161+110+199=470 (62% of max value = 765). Red value is 161 (63.28% from 255 or 34.26% from 470); Green value is 110 (43.36% from 255 or 23.40% from 470); Blue value is 199 (78.12% from 255 or 42.34% from 470); Max value from RGB is 199 - color contains mainly: blue. Hex color #A16EC7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A16EC7 is #5E9138. Grayscale: #878787. Windows color (decimal): -6197561 or 13069985. OLE color: 13069985.
HSL color Cylindrical-coordinate representation of color #A16EC7: hue angle of 274.38º degrees, saturation: 0.44, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A16EC7 is Cyan = 0.19, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 161 | 110 | 199 | - |
| CMYK | 0.19 | 0.45 | 0 | 0.22 |
| HSL | 274.38º | 0.44% | 0.61% | - |
| HSV(B) | 274.38º | 0.45% | 0.78% | - |
| XYZ | 30.58 | 22.85 | 56.83 | - |
| YUV | 135.4 | 163.9 | 146.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 110 | 199 | 0.19 | 0.45 | 0 | 0.22 | 274.38 | 0.44 | 0.61 |
| Hex | A1 | 6E | C7 | 13 | 2D | 0 | 16 | 112 | 2C | 3D |
| Octal | 241 | 156 | 307 | 23 | 55 | 0 | 26 | 422 | 54 | 75 |
| Binary | 10100001 | 1101110 | 11000111 | 10011 | 101101 | 0 | 10110 | 100010010 | 101100 | 111101 |
Color Harmonies of #A16EC7
Complementary color
Monochromatic Colors of #A16EC7
Black with #A16EC7
Text Example
Text Example
White with #A16EC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A16EC7; }
p { color: rgb(161,110,199); }
H1.HeaderClassName
{
color: #A16EC7;
}
.AnyTagClassName
{
color: #A16EC7;
}
</style>
background-color css
<style>
a { background-color: #A16EC7; }
a { background-color: rgb(161,110,199); }
div.DivClassName
{
background-color: #A16EC7;
}
.BgClassName
{
background-color: #A16EC7;
}
</style>
border-color css
<style>
span { border-color: #A16EC7; }
span { border-color: rgb(161,110,199); }
td.TdClassName
{
border-color: #A16EC7;
}
.TagClassName
{
border-color: #A16EC7;
}
</style>