Shades of Amethyst #A168C1
Tints of Amethyst #A168C1
RGB
CMYK
RGB Variations
Color information
#A168C1 (or 0xA168C1) is known color: Amethyst. HEX triplet: A1, 68 and C1. RGB value is (161,104,193). Sum of RGB (Red+Green+Blue) = 161+104+193=458 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.15% from 458); Green value is 104 (41.02% from 255 or 22.71% from 458); Blue value is 193 (75.78% from 255 or 42.14% from 458); Max value from RGB is 193 - color contains mainly: blue. Hex color #A168C1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A168C1 is #5E973E. Grayscale: #828282. Windows color (decimal): -6199103 or 12675233. OLE color: 12675233.
HSL color Cylindrical-coordinate representation of color #A168C1: hue angle of 278.43º degrees, saturation: 0.42, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A168C1 is Cyan = 0.17, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 161 | 104 | 193 | - |
| CMYK | 0.17 | 0.46 | 0 | 0.24 |
| HSL | 278.43º | 0.42% | 0.58% | - |
| HSV(B) | 278.43º | 0.46% | 0.76% | - |
| XYZ | 29.27 | 21.33 | 53.03 | - |
| YUV | 131.19 | 162.88 | 149.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 104 | 193 | 0.17 | 0.46 | 0 | 0.24 | 278.43 | 0.42 | 0.58 |
| Hex | A1 | 68 | C1 | 11 | 2E | 0 | 18 | 116 | 2A | 3A |
| Octal | 241 | 150 | 301 | 21 | 56 | 0 | 30 | 426 | 52 | 72 |
| Binary | 10100001 | 1101000 | 11000001 | 10001 | 101110 | 0 | 11000 | 100010110 | 101010 | 111010 |
Color Harmonies of #A168C1
Complementary color
Monochromatic Colors of #A168C1
Black with #A168C1
Text Example
Text Example
White with #A168C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A168C1; }
p { color: rgb(161,104,193); }
H1.HeaderClassName
{
color: #A168C1;
}
.AnyTagClassName
{
color: #A168C1;
}
</style>
background-color css
<style>
a { background-color: #A168C1; }
a { background-color: rgb(161,104,193); }
div.DivClassName
{
background-color: #A168C1;
}
.BgClassName
{
background-color: #A168C1;
}
</style>
border-color css
<style>
span { border-color: #A168C1; }
span { border-color: rgb(161,104,193); }
td.TdClassName
{
border-color: #A168C1;
}
.TagClassName
{
border-color: #A168C1;
}
</style>