Shades of Amethyst #A86CC0
Tints of Amethyst #A86CC0
RGB
CMYK
RGB Variations
Color information
#A86CC0 (or 0xA86CC0) is known color: Amethyst. HEX triplet: A8, 6C and C0. RGB value is (168,108,192). Sum of RGB (Red+Green+Blue) = 168+108+192=468 (61% of max value = 765). Red value is 168 (66.02% from 255 or 35.90% from 468); Green value is 108 (42.58% from 255 or 23.08% from 468); Blue value is 192 (75.39% from 255 or 41.03% from 468); Max value from RGB is 192 - color contains mainly: blue. Hex color #A86CC0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A86CC0 is #57933F. Grayscale: #878787. Windows color (decimal): -5739328 or 12610728. OLE color: 12610728.
HSL color Cylindrical-coordinate representation of color #A86CC0: hue angle of 282.86º degrees, saturation: 0.4, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A86CC0 is Cyan = 0.12, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 168 | 108 | 192 | - |
| CMYK | 0.12 | 0.44 | 0 | 0.25 |
| HSL | 282.86º | 0.4% | 0.59% | - |
| HSV(B) | 282.86º | 0.44% | 0.75% | - |
| XYZ | 31.03 | 22.86 | 52.65 | - |
| YUV | 135.52 | 159.88 | 151.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 108 | 192 | 0.12 | 0.44 | 0 | 0.25 | 282.86 | 0.4 | 0.59 |
| Hex | A8 | 6C | C0 | C | 2C | 0 | 19 | 11B | 28 | 3B |
| Octal | 250 | 154 | 300 | 14 | 54 | 0 | 31 | 433 | 50 | 73 |
| Binary | 10101000 | 1101100 | 11000000 | 1100 | 101100 | 0 | 11001 | 100011011 | 101000 | 111011 |
Color Harmonies of #A86CC0
Complementary color
Monochromatic Colors of #A86CC0
Black with #A86CC0
Text Example
Text Example
White with #A86CC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A86CC0; }
p { color: rgb(168,108,192); }
H1.HeaderClassName
{
color: #A86CC0;
}
.AnyTagClassName
{
color: #A86CC0;
}
</style>
background-color css
<style>
a { background-color: #A86CC0; }
a { background-color: rgb(168,108,192); }
div.DivClassName
{
background-color: #A86CC0;
}
.BgClassName
{
background-color: #A86CC0;
}
</style>
border-color css
<style>
span { border-color: #A86CC0; }
span { border-color: rgb(168,108,192); }
td.TdClassName
{
border-color: #A86CC0;
}
.TagClassName
{
border-color: #A86CC0;
}
</style>