Shades of Amethyst #A168D1
Tints of Amethyst #A168D1
RGB
CMYK
RGB Variations
Color information
#A168D1 (or 0xA168D1) is known color: Amethyst. HEX triplet: A1, 68 and D1. RGB value is (161,104,209). Sum of RGB (Red+Green+Blue) = 161+104+209=474 (62% of max value = 765). Red value is 161 (63.28% from 255 or 33.97% from 474); Green value is 104 (41.02% from 255 or 21.94% from 474); Blue value is 209 (82.03% from 255 or 44.09% from 474); Max value from RGB is 209 - color contains mainly: blue. Hex color #A168D1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A168D1 is #5E972E. Grayscale: #848484. Windows color (decimal): -6199087 or 13723809. OLE color: 13723809.
HSL color Cylindrical-coordinate representation of color #A168D1: hue angle of 272.57º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A168D1 is Cyan = 0.23, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 161 | 104 | 209 | - |
| CMYK | 0.23 | 0.50 | 0 | 0.18 |
| HSL | 272.57º | 0.53% | 0.61% | - |
| HSV(B) | 272.57º | 0.5% | 0.82% | - |
| XYZ | 31.16 | 22.08 | 62.94 | - |
| YUV | 133.01 | 170.88 | 147.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 104 | 209 | 0.23 | 0.50 | 0 | 0.18 | 272.57 | 0.53 | 0.61 |
| Hex | A1 | 68 | D1 | 17 | 32 | 0 | 12 | 111 | 35 | 3D |
| Octal | 241 | 150 | 321 | 27 | 62 | 0 | 22 | 421 | 65 | 75 |
| Binary | 10100001 | 1101000 | 11010001 | 10111 | 110010 | 0 | 10010 | 100010001 | 110101 | 111101 |
Color Harmonies of #A168D1
Complementary color
Monochromatic Colors of #A168D1
Black with #A168D1
Text Example
Text Example
White with #A168D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A168D1; }
p { color: rgb(161,104,209); }
H1.HeaderClassName
{
color: #A168D1;
}
.AnyTagClassName
{
color: #A168D1;
}
</style>
background-color css
<style>
a { background-color: #A168D1; }
a { background-color: rgb(161,104,209); }
div.DivClassName
{
background-color: #A168D1;
}
.BgClassName
{
background-color: #A168D1;
}
</style>
border-color css
<style>
span { border-color: #A168D1; }
span { border-color: rgb(161,104,209); }
td.TdClassName
{
border-color: #A168D1;
}
.TagClassName
{
border-color: #A168D1;
}
</style>