Shades of Amethyst #A86DCE
Tints of Amethyst #A86DCE
RGB
CMYK
RGB Variations
Color information
#A86DCE (or 0xA86DCE) is known color: Amethyst. HEX triplet: A8, 6D and CE. RGB value is (168,109,206). Sum of RGB (Red+Green+Blue) = 168+109+206=483 (63% of max value = 765). Red value is 168 (66.02% from 255 or 34.78% from 483); Green value is 109 (42.97% from 255 or 22.57% from 483); Blue value is 206 (80.86% from 255 or 42.65% from 483); Max value from RGB is 206 - color contains mainly: blue. Hex color #A86DCE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A86DCE is #579231. Grayscale: #898989. Windows color (decimal): -5739058 or 13528488. OLE color: 13528488.
HSL color Cylindrical-coordinate representation of color #A86DCE: hue angle of 276.49º 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 #A86DCE is Cyan = 0.18, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 168 | 109 | 206 | - |
| CMYK | 0.18 | 0.47 | 0 | 0.19 |
| HSL | 276.49º | 0.5% | 0.62% | - |
| HSV(B) | 276.49º | 0.47% | 0.81% | - |
| XYZ | 32.76 | 23.72 | 61.24 | - |
| YUV | 137.7 | 166.55 | 149.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 109 | 206 | 0.18 | 0.47 | 0 | 0.19 | 276.49 | 0.5 | 0.62 |
| Hex | A8 | 6D | CE | 12 | 2F | 0 | 13 | 114 | 32 | 3E |
| Octal | 250 | 155 | 316 | 22 | 57 | 0 | 23 | 424 | 62 | 76 |
| Binary | 10101000 | 1101101 | 11001110 | 10010 | 101111 | 0 | 10011 | 100010100 | 110010 | 111110 |
Color Harmonies of #A86DCE
Complementary color
Monochromatic Colors of #A86DCE
Black with #A86DCE
Text Example
Text Example
White with #A86DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A86DCE; }
p { color: rgb(168,109,206); }
H1.HeaderClassName
{
color: #A86DCE;
}
.AnyTagClassName
{
color: #A86DCE;
}
</style>
background-color css
<style>
a { background-color: #A86DCE; }
a { background-color: rgb(168,109,206); }
div.DivClassName
{
background-color: #A86DCE;
}
.BgClassName
{
background-color: #A86DCE;
}
</style>
border-color css
<style>
span { border-color: #A86DCE; }
span { border-color: rgb(168,109,206); }
td.TdClassName
{
border-color: #A86DCE;
}
.TagClassName
{
border-color: #A86DCE;
}
</style>