Shades of Amethyst #A86BC9
Tints of Amethyst #A86BC9
RGB
CMYK
RGB Variations
Color information
#A86BC9 (or 0xA86BC9) is known color: Amethyst. HEX triplet: A8, 6B and C9. RGB value is (168,107,201). Sum of RGB (Red+Green+Blue) = 168+107+201=476 (63% of max value = 765). Red value is 168 (66.02% from 255 or 35.29% from 476); Green value is 107 (42.19% from 255 or 22.48% from 476); Blue value is 201 (78.91% from 255 or 42.23% from 476); Max value from RGB is 201 - color contains mainly: blue. Hex color #A86BC9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A86BC9 is #579436. Grayscale: #878787. Windows color (decimal): -5739575 or 13200296. OLE color: 13200296.
HSL color Cylindrical-coordinate representation of color #A86BC9: hue angle of 278.94º 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 #A86BC9 is Cyan = 0.16, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 168 | 107 | 201 | - |
| CMYK | 0.16 | 0.47 | 0 | 0.21 |
| HSL | 278.94º | 0.47% | 0.6% | - |
| HSV(B) | 278.94º | 0.47% | 0.79% | - |
| XYZ | 31.95 | 23.06 | 58.02 | - |
| YUV | 135.96 | 164.71 | 150.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 107 | 201 | 0.16 | 0.47 | 0 | 0.21 | 278.94 | 0.47 | 0.6 |
| Hex | A8 | 6B | C9 | 10 | 2F | 0 | 15 | 117 | 2F | 3C |
| Octal | 250 | 153 | 311 | 20 | 57 | 0 | 25 | 427 | 57 | 74 |
| Binary | 10101000 | 1101011 | 11001001 | 10000 | 101111 | 0 | 10101 | 100010111 | 101111 | 111100 |
Color Harmonies of #A86BC9
Complementary color
Monochromatic Colors of #A86BC9
Black with #A86BC9
Text Example
Text Example
White with #A86BC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A86BC9; }
p { color: rgb(168,107,201); }
H1.HeaderClassName
{
color: #A86BC9;
}
.AnyTagClassName
{
color: #A86BC9;
}
</style>
background-color css
<style>
a { background-color: #A86BC9; }
a { background-color: rgb(168,107,201); }
div.DivClassName
{
background-color: #A86BC9;
}
.BgClassName
{
background-color: #A86BC9;
}
</style>
border-color css
<style>
span { border-color: #A86BC9; }
span { border-color: rgb(168,107,201); }
td.TdClassName
{
border-color: #A86BC9;
}
.TagClassName
{
border-color: #A86BC9;
}
</style>