Shades of Amethyst #A866DE
Tints of Amethyst #A866DE
RGB
CMYK
RGB Variations
Color information
#A866DE (or 0xA866DE) is known color: Amethyst. HEX triplet: A8, 66 and DE. RGB value is (168,102,222). Sum of RGB (Red+Green+Blue) = 168+102+222=492 (65% of max value = 765). Red value is 168 (66.02% from 255 or 34.15% from 492); Green value is 102 (40.23% from 255 or 20.73% from 492); Blue value is 222 (87.11% from 255 or 45.12% from 492); Max value from RGB is 222 - color contains mainly: blue. Hex color #A866DE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A866DE is #579921. Grayscale: #878787. Windows color (decimal): -5740834 or 14575272. OLE color: 14575272.
HSL color Cylindrical-coordinate representation of color #A866DE: hue angle of 273º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A866DE is Cyan = 0.24, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 168 | 102 | 222 | - |
| CMYK | 0.24 | 0.54 | 0 | 0.13 |
| HSL | 273º | 0.65% | 0.64% | - |
| HSV(B) | 273º | 0.54% | 0.87% | - |
| XYZ | 34.08 | 23.1 | 71.77 | - |
| YUV | 135.41 | 176.87 | 151.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 102 | 222 | 0.24 | 0.54 | 0 | 0.13 | 273 | 0.65 | 0.64 |
| Hex | A8 | 66 | DE | 18 | 36 | 0 | D | 111 | 41 | 40 |
| Octal | 250 | 146 | 336 | 30 | 66 | 0 | 15 | 421 | 101 | 100 |
| Binary | 10101000 | 1100110 | 11011110 | 11000 | 110110 | 0 | 1101 | 100010001 | 1000001 | 1000000 |
Color Harmonies of #A866DE
Complementary color
Monochromatic Colors of #A866DE
Black with #A866DE
Text Example
Text Example
White with #A866DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A866DE; }
p { color: rgb(168,102,222); }
H1.HeaderClassName
{
color: #A866DE;
}
.AnyTagClassName
{
color: #A866DE;
}
</style>
background-color css
<style>
a { background-color: #A866DE; }
a { background-color: rgb(168,102,222); }
div.DivClassName
{
background-color: #A866DE;
}
.BgClassName
{
background-color: #A866DE;
}
</style>
border-color css
<style>
span { border-color: #A866DE; }
span { border-color: rgb(168,102,222); }
td.TdClassName
{
border-color: #A866DE;
}
.TagClassName
{
border-color: #A866DE;
}
</style>