Shades of Amethyst #A86AD6
Tints of Amethyst #A86AD6
RGB
CMYK
RGB Variations
Color information
#A86AD6 (or 0xA86AD6) is known color: Amethyst. HEX triplet: A8, 6A and D6. RGB value is (168,106,214). Sum of RGB (Red+Green+Blue) = 168+106+214=488 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.43% from 488); Green value is 106 (41.80% from 255 or 21.72% from 488); Blue value is 214 (83.98% from 255 or 43.85% from 488); Max value from RGB is 214 - color contains mainly: blue. Hex color #A86AD6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A86AD6 is #579529. Grayscale: #888888. Windows color (decimal): -5739818 or 14052008. OLE color: 14052008.
HSL color Cylindrical-coordinate representation of color #A86AD6: hue angle of 274.44º degrees, saturation: 0.57, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A86AD6 is Cyan = 0.21, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 168 | 106 | 214 | - |
| CMYK | 0.21 | 0.50 | 0 | 0.16 |
| HSL | 274.44º | 0.57% | 0.63% | - |
| HSV(B) | 274.44º | 0.5% | 0.84% | - |
| XYZ | 33.44 | 23.49 | 66.39 | - |
| YUV | 136.85 | 171.54 | 150.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 106 | 214 | 0.21 | 0.50 | 0 | 0.16 | 274.44 | 0.57 | 0.63 |
| Hex | A8 | 6A | D6 | 15 | 32 | 0 | 10 | 112 | 39 | 3F |
| Octal | 250 | 152 | 326 | 25 | 62 | 0 | 20 | 422 | 71 | 77 |
| Binary | 10101000 | 1101010 | 11010110 | 10101 | 110010 | 0 | 10000 | 100010010 | 111001 | 111111 |
Color Harmonies of #A86AD6
Complementary color
Monochromatic Colors of #A86AD6
Black with #A86AD6
Text Example
Text Example
White with #A86AD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A86AD6; }
p { color: rgb(168,106,214); }
H1.HeaderClassName
{
color: #A86AD6;
}
.AnyTagClassName
{
color: #A86AD6;
}
</style>
background-color css
<style>
a { background-color: #A86AD6; }
a { background-color: rgb(168,106,214); }
div.DivClassName
{
background-color: #A86AD6;
}
.BgClassName
{
background-color: #A86AD6;
}
</style>
border-color css
<style>
span { border-color: #A86AD6; }
span { border-color: rgb(168,106,214); }
td.TdClassName
{
border-color: #A86AD6;
}
.TagClassName
{
border-color: #A86AD6;
}
</style>