Shades of Amethyst #A87ACE
Tints of Amethyst #A87ACE
RGB
CMYK
RGB Variations
Color information
#A87ACE (or 0xA87ACE) is known color: Amethyst. HEX triplet: A8, 7A and CE. RGB value is (168,122,206). Sum of RGB (Red+Green+Blue) = 168+122+206=496 (65% of max value = 765). Red value is 168 (66.02% from 255 or 33.87% from 496); Green value is 122 (48.05% from 255 or 24.60% from 496); Blue value is 206 (80.86% from 255 or 41.53% from 496); Max value from RGB is 206 - color contains mainly: blue. Hex color #A87ACE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A87ACE is #578531. Grayscale: #919191. Windows color (decimal): -5735730 or 13531816. OLE color: 13531816.
HSL color Cylindrical-coordinate representation of color #A87ACE: hue angle of 272.86º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A87ACE is Cyan = 0.18, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 168 | 122 | 206 | - |
| CMYK | 0.18 | 0.41 | 0 | 0.19 |
| HSL | 272.86º | 0.46% | 0.64% | - |
| HSV(B) | 272.86º | 0.41% | 0.81% | - |
| XYZ | 34.25 | 26.7 | 61.74 | - |
| YUV | 145.33 | 162.24 | 144.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 122 | 206 | 0.18 | 0.41 | 0 | 0.19 | 272.86 | 0.46 | 0.64 |
| Hex | A8 | 7A | CE | 12 | 29 | 0 | 13 | 111 | 2E | 40 |
| Octal | 250 | 172 | 316 | 22 | 51 | 0 | 23 | 421 | 56 | 100 |
| Binary | 10101000 | 1111010 | 11001110 | 10010 | 101001 | 0 | 10011 | 100010001 | 101110 | 1000000 |
Color Harmonies of #A87ACE
Complementary color
Monochromatic Colors of #A87ACE
Black with #A87ACE
Text Example
Text Example
White with #A87ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A87ACE; }
p { color: rgb(168,122,206); }
H1.HeaderClassName
{
color: #A87ACE;
}
.AnyTagClassName
{
color: #A87ACE;
}
</style>
background-color css
<style>
a { background-color: #A87ACE; }
a { background-color: rgb(168,122,206); }
div.DivClassName
{
background-color: #A87ACE;
}
.BgClassName
{
background-color: #A87ACE;
}
</style>
border-color css
<style>
span { border-color: #A87ACE; }
span { border-color: rgb(168,122,206); }
td.TdClassName
{
border-color: #A87ACE;
}
.TagClassName
{
border-color: #A87ACE;
}
</style>