Shades of Amethyst #A86FCE
Tints of Amethyst #A86FCE
RGB
CMYK
RGB Variations
Color information
#A86FCE (or 0xA86FCE) is known color: Amethyst. HEX triplet: A8, 6F and CE. RGB value is (168,111,206). Sum of RGB (Red+Green+Blue) = 168+111+206=485 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.64% from 485); Green value is 111 (43.75% from 255 or 22.89% from 485); Blue value is 206 (80.86% from 255 or 42.47% from 485); Max value from RGB is 206 - color contains mainly: blue. Hex color #A86FCE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A86FCE is #579031. Grayscale: #8A8A8A. Windows color (decimal): -5738546 or 13529000. OLE color: 13529000.
HSL color Cylindrical-coordinate representation of color #A86FCE: hue angle of 276º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A86FCE is Cyan = 0.18, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 168 | 111 | 206 | - |
| CMYK | 0.18 | 0.46 | 0 | 0.19 |
| HSL | 276º | 0.49% | 0.62% | - |
| HSV(B) | 276º | 0.46% | 0.81% | - |
| XYZ | 32.97 | 24.15 | 61.32 | - |
| YUV | 138.87 | 165.88 | 148.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 111 | 206 | 0.18 | 0.46 | 0 | 0.19 | 276 | 0.49 | 0.62 |
| Hex | A8 | 6F | CE | 12 | 2E | 0 | 13 | 114 | 31 | 3E |
| Octal | 250 | 157 | 316 | 22 | 56 | 0 | 23 | 424 | 61 | 76 |
| Binary | 10101000 | 1101111 | 11001110 | 10010 | 101110 | 0 | 10011 | 100010100 | 110001 | 111110 |
Color Harmonies of #A86FCE
Complementary color
Monochromatic Colors of #A86FCE
Black with #A86FCE
Text Example
Text Example
White with #A86FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A86FCE; }
p { color: rgb(168,111,206); }
H1.HeaderClassName
{
color: #A86FCE;
}
.AnyTagClassName
{
color: #A86FCE;
}
</style>
background-color css
<style>
a { background-color: #A86FCE; }
a { background-color: rgb(168,111,206); }
div.DivClassName
{
background-color: #A86FCE;
}
.BgClassName
{
background-color: #A86FCE;
}
</style>
border-color css
<style>
span { border-color: #A86FCE; }
span { border-color: rgb(168,111,206); }
td.TdClassName
{
border-color: #A86FCE;
}
.TagClassName
{
border-color: #A86FCE;
}
</style>