Shades of Amethyst #A868D1
Tints of Amethyst #A868D1
RGB
CMYK
RGB Variations
Color information
#A868D1 (or 0xA868D1) is known color: Amethyst. HEX triplet: A8, 68 and D1. RGB value is (168,104,209). Sum of RGB (Red+Green+Blue) = 168+104+209=481 (63% of max value = 765). Red value is 168 (66.02% from 255 or 34.93% from 481); Green value is 104 (41.02% from 255 or 21.62% from 481); Blue value is 209 (82.03% from 255 or 43.45% from 481); Max value from RGB is 209 - color contains mainly: blue. Hex color #A868D1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A868D1 is #57972E. Grayscale: #868686. Windows color (decimal): -5740335 or 13723816. OLE color: 13723816.
HSL color Cylindrical-coordinate representation of color #A868D1: hue angle of 276.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 #A868D1 is Cyan = 0.20, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 168 | 104 | 209 | - |
| CMYK | 0.20 | 0.50 | 0 | 0.18 |
| HSL | 276.57º | 0.53% | 0.61% | - |
| HSV(B) | 276.57º | 0.5% | 0.82% | - |
| XYZ | 32.61 | 22.83 | 63.01 | - |
| YUV | 135.11 | 169.7 | 151.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 104 | 209 | 0.20 | 0.50 | 0 | 0.18 | 276.57 | 0.53 | 0.61 |
| Hex | A8 | 68 | D1 | 14 | 32 | 0 | 12 | 115 | 35 | 3D |
| Octal | 250 | 150 | 321 | 24 | 62 | 0 | 22 | 425 | 65 | 75 |
| Binary | 10101000 | 1101000 | 11010001 | 10100 | 110010 | 0 | 10010 | 100010101 | 110101 | 111101 |
Color Harmonies of #A868D1
Complementary color
Monochromatic Colors of #A868D1
Black with #A868D1
Text Example
Text Example
White with #A868D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A868D1; }
p { color: rgb(168,104,209); }
H1.HeaderClassName
{
color: #A868D1;
}
.AnyTagClassName
{
color: #A868D1;
}
</style>
background-color css
<style>
a { background-color: #A868D1; }
a { background-color: rgb(168,104,209); }
div.DivClassName
{
background-color: #A868D1;
}
.BgClassName
{
background-color: #A868D1;
}
</style>
border-color css
<style>
span { border-color: #A868D1; }
span { border-color: rgb(168,104,209); }
td.TdClassName
{
border-color: #A868D1;
}
.TagClassName
{
border-color: #A868D1;
}
</style>