Shades of Amethyst #A16BCA
Tints of Amethyst #A16BCA
RGB
CMYK
RGB Variations
Color information
#A16BCA (or 0xA16BCA) is known color: Amethyst. HEX triplet: A1, 6B and CA. RGB value is (161,107,202). Sum of RGB (Red+Green+Blue) = 161+107+202=470 (62% of max value = 765). Red value is 161 (63.28% from 255 or 34.26% from 470); Green value is 107 (42.19% from 255 or 22.77% from 470); Blue value is 202 (79.30% from 255 or 42.98% from 470); Max value from RGB is 202 - color contains mainly: blue. Hex color #A16BCA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A16BCA is #5E9435. Grayscale: #858585. Windows color (decimal): -6198326 or 13265825. OLE color: 13265825.
HSL color Cylindrical-coordinate representation of color #A16BCA: hue angle of 274.11º 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 #A16BCA is Cyan = 0.20, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 161 | 107 | 202 | - |
| CMYK | 0.20 | 0.47 | 0 | 0.21 |
| HSL | 274.11º | 0.47% | 0.61% | - |
| HSV(B) | 274.11º | 0.47% | 0.79% | - |
| XYZ | 30.62 | 22.36 | 58.58 | - |
| YUV | 133.98 | 166.39 | 147.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 107 | 202 | 0.20 | 0.47 | 0 | 0.21 | 274.11 | 0.47 | 0.61 |
| Hex | A1 | 6B | CA | 14 | 2F | 0 | 15 | 112 | 2F | 3D |
| Octal | 241 | 153 | 312 | 24 | 57 | 0 | 25 | 422 | 57 | 75 |
| Binary | 10100001 | 1101011 | 11001010 | 10100 | 101111 | 0 | 10101 | 100010010 | 101111 | 111101 |
Color Harmonies of #A16BCA
Complementary color
Monochromatic Colors of #A16BCA
Black with #A16BCA
Text Example
Text Example
White with #A16BCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A16BCA; }
p { color: rgb(161,107,202); }
H1.HeaderClassName
{
color: #A16BCA;
}
.AnyTagClassName
{
color: #A16BCA;
}
</style>
background-color css
<style>
a { background-color: #A16BCA; }
a { background-color: rgb(161,107,202); }
div.DivClassName
{
background-color: #A16BCA;
}
.BgClassName
{
background-color: #A16BCA;
}
</style>
border-color css
<style>
span { border-color: #A16BCA; }
span { border-color: rgb(161,107,202); }
td.TdClassName
{
border-color: #A16BCA;
}
.TagClassName
{
border-color: #A16BCA;
}
</style>