Shades of Amethyst #A86EC6
Tints of Amethyst #A86EC6
RGB
CMYK
RGB Variations
Color information
#A86EC6 (or 0xA86EC6) is known color: Amethyst. HEX triplet: A8, 6E and C6. RGB value is (168,110,198). Sum of RGB (Red+Green+Blue) = 168+110+198=476 (63% of max value = 765). Red value is 168 (66.02% from 255 or 35.29% from 476); Green value is 110 (43.36% from 255 or 23.11% from 476); Blue value is 198 (77.73% from 255 or 41.60% from 476); Max value from RGB is 198 - color contains mainly: blue. Hex color #A86EC6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A86EC6 is #579139. Grayscale: #898989. Windows color (decimal): -5738810 or 13004456. OLE color: 13004456.
HSL color Cylindrical-coordinate representation of color #A86EC6: hue angle of 279.55º degrees, saturation: 0.44, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A86EC6 is Cyan = 0.15, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 168 | 110 | 198 | - |
| CMYK | 0.15 | 0.44 | 0 | 0.22 |
| HSL | 279.55º | 0.44% | 0.6% | - |
| HSV(B) | 279.55º | 0.44% | 0.78% | - |
| XYZ | 31.92 | 23.55 | 56.29 | - |
| YUV | 137.37 | 162.22 | 149.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 110 | 198 | 0.15 | 0.44 | 0 | 0.22 | 279.55 | 0.44 | 0.6 |
| Hex | A8 | 6E | C6 | F | 2C | 0 | 16 | 118 | 2C | 3C |
| Octal | 250 | 156 | 306 | 17 | 54 | 0 | 26 | 430 | 54 | 74 |
| Binary | 10101000 | 1101110 | 11000110 | 1111 | 101100 | 0 | 10110 | 100011000 | 101100 | 111100 |
Color Harmonies of #A86EC6
Complementary color
Monochromatic Colors of #A86EC6
Black with #A86EC6
Text Example
Text Example
White with #A86EC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A86EC6; }
p { color: rgb(168,110,198); }
H1.HeaderClassName
{
color: #A86EC6;
}
.AnyTagClassName
{
color: #A86EC6;
}
</style>
background-color css
<style>
a { background-color: #A86EC6; }
a { background-color: rgb(168,110,198); }
div.DivClassName
{
background-color: #A86EC6;
}
.BgClassName
{
background-color: #A86EC6;
}
</style>
border-color css
<style>
span { border-color: #A86EC6; }
span { border-color: rgb(168,110,198); }
td.TdClassName
{
border-color: #A86EC6;
}
.TagClassName
{
border-color: #A86EC6;
}
</style>