Shades of Amethyst #A16ACF
Tints of Amethyst #A16ACF
RGB
CMYK
RGB Variations
Color information
#A16ACF (or 0xA16ACF) is known color: Amethyst. HEX triplet: A1, 6A and CF. RGB value is (161,106,207). Sum of RGB (Red+Green+Blue) = 161+106+207=474 (62% of max value = 765). Red value is 161 (63.28% from 255 or 33.97% from 474); Green value is 106 (41.80% from 255 or 22.36% from 474); Blue value is 207 (81.25% from 255 or 43.67% from 474); Max value from RGB is 207 - color contains mainly: blue. Hex color #A16ACF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A16ACF is #5E9530. Grayscale: #858585. Windows color (decimal): -6198577 or 13593249. OLE color: 13593249.
HSL color Cylindrical-coordinate representation of color #A16ACF: hue angle of 272.67º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A16ACF is Cyan = 0.22, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 161 | 106 | 207 | - |
| CMYK | 0.22 | 0.49 | 0 | 0.19 |
| HSL | 272.67º | 0.51% | 0.61% | - |
| HSV(B) | 272.67º | 0.49% | 0.81% | - |
| XYZ | 31.11 | 22.39 | 61.71 | - |
| YUV | 133.96 | 169.22 | 147.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 106 | 207 | 0.22 | 0.49 | 0 | 0.19 | 272.67 | 0.51 | 0.61 |
| Hex | A1 | 6A | CF | 16 | 31 | 0 | 13 | 111 | 33 | 3D |
| Octal | 241 | 152 | 317 | 26 | 61 | 0 | 23 | 421 | 63 | 75 |
| Binary | 10100001 | 1101010 | 11001111 | 10110 | 110001 | 0 | 10011 | 100010001 | 110011 | 111101 |
Color Harmonies of #A16ACF
Complementary color
Monochromatic Colors of #A16ACF
Black with #A16ACF
Text Example
Text Example
White with #A16ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A16ACF; }
p { color: rgb(161,106,207); }
H1.HeaderClassName
{
color: #A16ACF;
}
.AnyTagClassName
{
color: #A16ACF;
}
</style>
background-color css
<style>
a { background-color: #A16ACF; }
a { background-color: rgb(161,106,207); }
div.DivClassName
{
background-color: #A16ACF;
}
.BgClassName
{
background-color: #A16ACF;
}
</style>
border-color css
<style>
span { border-color: #A16ACF; }
span { border-color: rgb(161,106,207); }
td.TdClassName
{
border-color: #A16ACF;
}
.TagClassName
{
border-color: #A16ACF;
}
</style>