Shades of Amethyst #A16CCA
Tints of Amethyst #A16CCA
RGB
CMYK
RGB Variations
Color information
#A16CCA (or 0xA16CCA) is known color: Amethyst. HEX triplet: A1, 6C and CA. RGB value is (161,108,202). Sum of RGB (Red+Green+Blue) = 161+108+202=471 (62% of max value = 765). Red value is 161 (63.28% from 255 or 34.18% from 471); Green value is 108 (42.58% from 255 or 22.93% from 471); Blue value is 202 (79.30% from 255 or 42.89% from 471); Max value from RGB is 202 - color contains mainly: blue. Hex color #A16CCA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A16CCA is #5E9335. Grayscale: #868686. Windows color (decimal): -6198070 or 13266081. OLE color: 13266081.
HSL color Cylindrical-coordinate representation of color #A16CCA: hue angle of 273.83º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A16CCA is Cyan = 0.20, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 161 | 108 | 202 | - |
| CMYK | 0.20 | 0.47 | 0 | 0.21 |
| HSL | 273.83º | 0.47% | 0.61% | - |
| HSV(B) | 273.83º | 0.47% | 0.79% | - |
| XYZ | 30.72 | 22.57 | 58.61 | - |
| YUV | 134.56 | 166.06 | 146.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 108 | 202 | 0.20 | 0.47 | 0 | 0.21 | 273.83 | 0.47 | 0.61 |
| Hex | A1 | 6C | CA | 14 | 2F | 0 | 15 | 112 | 2F | 3D |
| Octal | 241 | 154 | 312 | 24 | 57 | 0 | 25 | 422 | 57 | 75 |
| Binary | 10100001 | 1101100 | 11001010 | 10100 | 101111 | 0 | 10101 | 100010010 | 101111 | 111101 |
Color Harmonies of #A16CCA
Complementary color
Monochromatic Colors of #A16CCA
Black with #A16CCA
Text Example
Text Example
White with #A16CCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A16CCA; }
p { color: rgb(161,108,202); }
H1.HeaderClassName
{
color: #A16CCA;
}
.AnyTagClassName
{
color: #A16CCA;
}
</style>
background-color css
<style>
a { background-color: #A16CCA; }
a { background-color: rgb(161,108,202); }
div.DivClassName
{
background-color: #A16CCA;
}
.BgClassName
{
background-color: #A16CCA;
}
</style>
border-color css
<style>
span { border-color: #A16CCA; }
span { border-color: rgb(161,108,202); }
td.TdClassName
{
border-color: #A16CCA;
}
.TagClassName
{
border-color: #A16CCA;
}
</style>