Shades of Amethyst #A86ADE
Tints of Amethyst #A86ADE
RGB
CMYK
RGB Variations
Color information
#A86ADE (or 0xA86ADE) is known color: Amethyst. HEX triplet: A8, 6A and DE. RGB value is (168,106,222). Sum of RGB (Red+Green+Blue) = 168+106+222=496 (65% of max value = 765). Red value is 168 (66.02% from 255 or 33.87% from 496); Green value is 106 (41.80% from 255 or 21.37% from 496); Blue value is 222 (87.11% from 255 or 44.76% from 496); Max value from RGB is 222 - color contains mainly: blue. Hex color #A86ADE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A86ADE is #579521. Grayscale: #898989. Windows color (decimal): -5739810 or 14576296. OLE color: 14576296.
HSL color Cylindrical-coordinate representation of color #A86ADE: hue angle of 272.07º degrees, saturation: 0.64, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A86ADE is Cyan = 0.24, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 168 | 106 | 222 | - |
| CMYK | 0.24 | 0.52 | 0 | 0.13 |
| HSL | 272.07º | 0.64% | 0.64% | - |
| HSV(B) | 272.07º | 0.52% | 0.87% | - |
| XYZ | 34.49 | 23.91 | 71.9 | - |
| YUV | 137.76 | 175.54 | 149.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 106 | 222 | 0.24 | 0.52 | 0 | 0.13 | 272.07 | 0.64 | 0.64 |
| Hex | A8 | 6A | DE | 18 | 34 | 0 | D | 110 | 40 | 40 |
| Octal | 250 | 152 | 336 | 30 | 64 | 0 | 15 | 420 | 100 | 100 |
| Binary | 10101000 | 1101010 | 11011110 | 11000 | 110100 | 0 | 1101 | 100010000 | 1000000 | 1000000 |
Color Harmonies of #A86ADE
Complementary color
Monochromatic Colors of #A86ADE
Black with #A86ADE
Text Example
Text Example
White with #A86ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A86ADE; }
p { color: rgb(168,106,222); }
H1.HeaderClassName
{
color: #A86ADE;
}
.AnyTagClassName
{
color: #A86ADE;
}
</style>
background-color css
<style>
a { background-color: #A86ADE; }
a { background-color: rgb(168,106,222); }
div.DivClassName
{
background-color: #A86ADE;
}
.BgClassName
{
background-color: #A86ADE;
}
</style>
border-color css
<style>
span { border-color: #A86ADE; }
span { border-color: rgb(168,106,222); }
td.TdClassName
{
border-color: #A86ADE;
}
.TagClassName
{
border-color: #A86ADE;
}
</style>