Shades of Amethyst #A86CCE
Tints of Amethyst #A86CCE
RGB
CMYK
RGB Variations
Color information
#A86CCE (or 0xA86CCE) is known color: Amethyst. HEX triplet: A8, 6C and CE. RGB value is (168,108,206). Sum of RGB (Red+Green+Blue) = 168+108+206=482 (63% of max value = 765). Red value is 168 (66.02% from 255 or 34.85% from 482); Green value is 108 (42.58% from 255 or 22.41% from 482); Blue value is 206 (80.86% from 255 or 42.74% from 482); Max value from RGB is 206 - color contains mainly: blue. Hex color #A86CCE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A86CCE is #579331. Grayscale: #888888. Windows color (decimal): -5739314 or 13528232. OLE color: 13528232.
HSL color Cylindrical-coordinate representation of color #A86CCE: hue angle of 276.73º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A86CCE is Cyan = 0.18, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 168 | 108 | 206 | - |
| CMYK | 0.18 | 0.48 | 0 | 0.19 |
| HSL | 276.73º | 0.5% | 0.62% | - |
| HSV(B) | 276.73º | 0.48% | 0.81% | - |
| XYZ | 32.65 | 23.51 | 61.21 | - |
| YUV | 137.11 | 166.88 | 150.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 108 | 206 | 0.18 | 0.48 | 0 | 0.19 | 276.73 | 0.5 | 0.62 |
| Hex | A8 | 6C | CE | 12 | 30 | 0 | 13 | 115 | 32 | 3E |
| Octal | 250 | 154 | 316 | 22 | 60 | 0 | 23 | 425 | 62 | 76 |
| Binary | 10101000 | 1101100 | 11001110 | 10010 | 110000 | 0 | 10011 | 100010101 | 110010 | 111110 |
Color Harmonies of #A86CCE
Complementary color
Monochromatic Colors of #A86CCE
Black with #A86CCE
Text Example
Text Example
White with #A86CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A86CCE; }
p { color: rgb(168,108,206); }
H1.HeaderClassName
{
color: #A86CCE;
}
.AnyTagClassName
{
color: #A86CCE;
}
</style>
background-color css
<style>
a { background-color: #A86CCE; }
a { background-color: rgb(168,108,206); }
div.DivClassName
{
background-color: #A86CCE;
}
.BgClassName
{
background-color: #A86CCE;
}
</style>
border-color css
<style>
span { border-color: #A86CCE; }
span { border-color: rgb(168,108,206); }
td.TdClassName
{
border-color: #A86CCE;
}
.TagClassName
{
border-color: #A86CCE;
}
</style>