Shades of Amethyst #A86ECF
Tints of Amethyst #A86ECF
RGB
CMYK
RGB Variations
Color information
#A86ECF (or 0xA86ECF) is known color: Amethyst. HEX triplet: A8, 6E and CF. RGB value is (168,110,207). Sum of RGB (Red+Green+Blue) = 168+110+207=485 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.64% from 485); Green value is 110 (43.36% from 255 or 22.68% from 485); Blue value is 207 (81.25% from 255 or 42.68% from 485); Max value from RGB is 207 - color contains mainly: blue. Hex color #A86ECF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A86ECF is #579130. Grayscale: #8A8A8A. Windows color (decimal): -5738801 or 13594280. OLE color: 13594280.
HSL color Cylindrical-coordinate representation of color #A86ECF: hue angle of 275.88º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A86ECF is Cyan = 0.19, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 168 | 110 | 207 | - |
| CMYK | 0.19 | 0.47 | 0 | 0.19 |
| HSL | 275.88º | 0.5% | 0.62% | - |
| HSV(B) | 275.88º | 0.47% | 0.81% | - |
| XYZ | 32.99 | 23.98 | 61.92 | - |
| YUV | 138.4 | 166.72 | 149.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 110 | 207 | 0.19 | 0.47 | 0 | 0.19 | 275.88 | 0.5 | 0.62 |
| Hex | A8 | 6E | CF | 13 | 2F | 0 | 13 | 114 | 32 | 3E |
| Octal | 250 | 156 | 317 | 23 | 57 | 0 | 23 | 424 | 62 | 76 |
| Binary | 10101000 | 1101110 | 11001111 | 10011 | 101111 | 0 | 10011 | 100010100 | 110010 | 111110 |
Color Harmonies of #A86ECF
Complementary color
Monochromatic Colors of #A86ECF
Black with #A86ECF
Text Example
Text Example
White with #A86ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A86ECF; }
p { color: rgb(168,110,207); }
H1.HeaderClassName
{
color: #A86ECF;
}
.AnyTagClassName
{
color: #A86ECF;
}
</style>
background-color css
<style>
a { background-color: #A86ECF; }
a { background-color: rgb(168,110,207); }
div.DivClassName
{
background-color: #A86ECF;
}
.BgClassName
{
background-color: #A86ECF;
}
</style>
border-color css
<style>
span { border-color: #A86ECF; }
span { border-color: rgb(168,110,207); }
td.TdClassName
{
border-color: #A86ECF;
}
.TagClassName
{
border-color: #A86ECF;
}
</style>