Shades of Amethyst #A86AC9
Tints of Amethyst #A86AC9
RGB
CMYK
RGB Variations
Color information
#A86AC9 (or 0xA86AC9) is known color: Amethyst. HEX triplet: A8, 6A and C9. RGB value is (168,106,201). Sum of RGB (Red+Green+Blue) = 168+106+201=475 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.37% from 475); Green value is 106 (41.80% from 255 or 22.32% from 475); Blue value is 201 (78.91% from 255 or 42.32% from 475); Max value from RGB is 201 - color contains mainly: blue. Hex color #A86AC9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A86AC9 is #579536. Grayscale: #878787. Windows color (decimal): -5739831 or 13200040. OLE color: 13200040.
HSL color Cylindrical-coordinate representation of color #A86AC9: hue angle of 279.16º degrees, saturation: 0.47, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A86AC9 is Cyan = 0.16, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 168 | 106 | 201 | - |
| CMYK | 0.16 | 0.47 | 0 | 0.21 |
| HSL | 279.16º | 0.47% | 0.6% | - |
| HSV(B) | 279.16º | 0.47% | 0.79% | - |
| XYZ | 31.85 | 22.85 | 57.99 | - |
| YUV | 135.37 | 165.04 | 151.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 106 | 201 | 0.16 | 0.47 | 0 | 0.21 | 279.16 | 0.47 | 0.6 |
| Hex | A8 | 6A | C9 | 10 | 2F | 0 | 15 | 117 | 2F | 3C |
| Octal | 250 | 152 | 311 | 20 | 57 | 0 | 25 | 427 | 57 | 74 |
| Binary | 10101000 | 1101010 | 11001001 | 10000 | 101111 | 0 | 10101 | 100010111 | 101111 | 111100 |
Color Harmonies of #A86AC9
Complementary color
Monochromatic Colors of #A86AC9
Black with #A86AC9
Text Example
Text Example
White with #A86AC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A86AC9; }
p { color: rgb(168,106,201); }
H1.HeaderClassName
{
color: #A86AC9;
}
.AnyTagClassName
{
color: #A86AC9;
}
</style>
background-color css
<style>
a { background-color: #A86AC9; }
a { background-color: rgb(168,106,201); }
div.DivClassName
{
background-color: #A86AC9;
}
.BgClassName
{
background-color: #A86AC9;
}
</style>
border-color css
<style>
span { border-color: #A86AC9; }
span { border-color: rgb(168,106,201); }
td.TdClassName
{
border-color: #A86AC9;
}
.TagClassName
{
border-color: #A86AC9;
}
</style>