Shades of Amethyst #A87BCF
Tints of Amethyst #A87BCF
RGB
CMYK
RGB Variations
Color information
#A87BCF (or 0xA87BCF) is known color: Amethyst. HEX triplet: A8, 7B and CF. RGB value is (168,123,207). Sum of RGB (Red+Green+Blue) = 168+123+207=498 (65% of max value = 765). Red value is 168 (66.02% from 255 or 33.73% from 498); Green value is 123 (48.44% from 255 or 24.70% from 498); Blue value is 207 (81.25% from 255 or 41.57% from 498); Max value from RGB is 207 - color contains mainly: blue. Hex color #A87BCF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A87BCF is #578430. Grayscale: #919191. Windows color (decimal): -5735473 or 13597608. OLE color: 13597608.
HSL color Cylindrical-coordinate representation of color #A87BCF: hue angle of 272.14º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A87BCF is Cyan = 0.19, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 168 | 123 | 207 | - |
| CMYK | 0.19 | 0.41 | 0 | 0.19 |
| HSL | 272.14º | 0.47% | 0.65% | - |
| HSV(B) | 272.14º | 0.41% | 0.81% | - |
| XYZ | 34.49 | 27 | 62.42 | - |
| YUV | 146.03 | 162.41 | 143.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 123 | 207 | 0.19 | 0.41 | 0 | 0.19 | 272.14 | 0.47 | 0.65 |
| Hex | A8 | 7B | CF | 13 | 29 | 0 | 13 | 110 | 2F | 41 |
| Octal | 250 | 173 | 317 | 23 | 51 | 0 | 23 | 420 | 57 | 101 |
| Binary | 10101000 | 1111011 | 11001111 | 10011 | 101001 | 0 | 10011 | 100010000 | 101111 | 1000001 |
Color Harmonies of #A87BCF
Complementary color
Monochromatic Colors of #A87BCF
Black with #A87BCF
Text Example
Text Example
White with #A87BCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A87BCF; }
p { color: rgb(168,123,207); }
H1.HeaderClassName
{
color: #A87BCF;
}
.AnyTagClassName
{
color: #A87BCF;
}
</style>
background-color css
<style>
a { background-color: #A87BCF; }
a { background-color: rgb(168,123,207); }
div.DivClassName
{
background-color: #A87BCF;
}
.BgClassName
{
background-color: #A87BCF;
}
</style>
border-color css
<style>
span { border-color: #A87BCF; }
span { border-color: rgb(168,123,207); }
td.TdClassName
{
border-color: #A87BCF;
}
.TagClassName
{
border-color: #A87BCF;
}
</style>