Shades of Amethyst #A16ACB
Tints of Amethyst #A16ACB
RGB
CMYK
RGB Variations
Color information
#A16ACB (or 0xA16ACB) is known color: Amethyst. HEX triplet: A1, 6A and CB. RGB value is (161,106,203). Sum of RGB (Red+Green+Blue) = 161+106+203=470 (62% of max value = 765). Red value is 161 (63.28% from 255 or 34.26% from 470); Green value is 106 (41.80% from 255 or 22.55% from 470); Blue value is 203 (79.69% from 255 or 43.19% from 470); Max value from RGB is 203 - color contains mainly: blue. Hex color #A16ACB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A16ACB is #5E9534. Grayscale: #858585. Windows color (decimal): -6198581 or 13331105. OLE color: 13331105.
HSL color Cylindrical-coordinate representation of color #A16ACB: hue angle of 274.02º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A16ACB is Cyan = 0.21, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 161 | 106 | 203 | - |
| CMYK | 0.21 | 0.48 | 0 | 0.20 |
| HSL | 274.02º | 0.48% | 0.61% | - |
| HSV(B) | 274.02º | 0.48% | 0.8% | - |
| XYZ | 30.63 | 22.2 | 59.17 | - |
| YUV | 133.5 | 167.22 | 147.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 106 | 203 | 0.21 | 0.48 | 0 | 0.20 | 274.02 | 0.48 | 0.61 |
| Hex | A1 | 6A | CB | 15 | 30 | 0 | 14 | 112 | 30 | 3D |
| Octal | 241 | 152 | 313 | 25 | 60 | 0 | 24 | 422 | 60 | 75 |
| Binary | 10100001 | 1101010 | 11001011 | 10101 | 110000 | 0 | 10100 | 100010010 | 110000 | 111101 |
Color Harmonies of #A16ACB
Complementary color
Monochromatic Colors of #A16ACB
Black with #A16ACB
Text Example
Text Example
White with #A16ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A16ACB; }
p { color: rgb(161,106,203); }
H1.HeaderClassName
{
color: #A16ACB;
}
.AnyTagClassName
{
color: #A16ACB;
}
</style>
background-color css
<style>
a { background-color: #A16ACB; }
a { background-color: rgb(161,106,203); }
div.DivClassName
{
background-color: #A16ACB;
}
.BgClassName
{
background-color: #A16ACB;
}
</style>
border-color css
<style>
span { border-color: #A16ACB; }
span { border-color: rgb(161,106,203); }
td.TdClassName
{
border-color: #A16ACB;
}
.TagClassName
{
border-color: #A16ACB;
}
</style>