Shades of Amethyst #A86DCF
Tints of Amethyst #A86DCF
RGB
CMYK
RGB Variations
Color information
#A86DCF (or 0xA86DCF) is known color: Amethyst. HEX triplet: A8, 6D and CF. RGB value is (168,109,207). Sum of RGB (Red+Green+Blue) = 168+109+207=484 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.71% from 484); Green value is 109 (42.97% from 255 or 22.52% from 484); Blue value is 207 (81.25% from 255 or 42.77% from 484); Max value from RGB is 207 - color contains mainly: blue. Hex color #A86DCF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A86DCF is #579230. Grayscale: #898989. Windows color (decimal): -5739057 or 13594024. OLE color: 13594024.
HSL color Cylindrical-coordinate representation of color #A86DCF: hue angle of 276.12º degrees, saturation: 0.51, 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 #A86DCF is Cyan = 0.19, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 168 | 109 | 207 | - |
| CMYK | 0.19 | 0.47 | 0 | 0.19 |
| HSL | 276.12º | 0.51% | 0.62% | - |
| HSV(B) | 276.12º | 0.47% | 0.81% | - |
| XYZ | 32.88 | 23.77 | 61.89 | - |
| YUV | 137.81 | 167.05 | 149.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 109 | 207 | 0.19 | 0.47 | 0 | 0.19 | 276.12 | 0.51 | 0.62 |
| Hex | A8 | 6D | CF | 13 | 2F | 0 | 13 | 114 | 33 | 3E |
| Octal | 250 | 155 | 317 | 23 | 57 | 0 | 23 | 424 | 63 | 76 |
| Binary | 10101000 | 1101101 | 11001111 | 10011 | 101111 | 0 | 10011 | 100010100 | 110011 | 111110 |
Color Harmonies of #A86DCF
Complementary color
Monochromatic Colors of #A86DCF
Black with #A86DCF
Text Example
Text Example
White with #A86DCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A86DCF; }
p { color: rgb(168,109,207); }
H1.HeaderClassName
{
color: #A86DCF;
}
.AnyTagClassName
{
color: #A86DCF;
}
</style>
background-color css
<style>
a { background-color: #A86DCF; }
a { background-color: rgb(168,109,207); }
div.DivClassName
{
background-color: #A86DCF;
}
.BgClassName
{
background-color: #A86DCF;
}
</style>
border-color css
<style>
span { border-color: #A86DCF; }
span { border-color: rgb(168,109,207); }
td.TdClassName
{
border-color: #A86DCF;
}
.TagClassName
{
border-color: #A86DCF;
}
</style>