Shades of Amethyst #A86ED2
Tints of Amethyst #A86ED2
RGB
CMYK
RGB Variations
Color information
#A86ED2 (or 0xA86ED2) is known color: Amethyst. HEX triplet: A8, 6E and D2. RGB value is (168,110,210). Sum of RGB (Red+Green+Blue) = 168+110+210=488 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.43% from 488); Green value is 110 (43.36% from 255 or 22.54% from 488); Blue value is 210 (82.42% from 255 or 43.03% from 488); Max value from RGB is 210 - color contains mainly: blue. Hex color #A86ED2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A86ED2 is #57912D. Grayscale: #8A8A8A. Windows color (decimal): -5738798 or 13790888. OLE color: 13790888.
HSL color Cylindrical-coordinate representation of color #A86ED2: hue angle of 274.8º degrees, saturation: 0.53, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A86ED2 is Cyan = 0.2, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 168 | 110 | 210 | - |
| CMYK | 0.2 | 0.48 | 0 | 0.18 |
| HSL | 274.8º | 0.53% | 0.63% | - |
| HSV(B) | 274.8º | 0.48% | 0.82% | - |
| XYZ | 33.36 | 24.13 | 63.87 | - |
| YUV | 138.74 | 168.22 | 148.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 110 | 210 | 0.2 | 0.48 | 0 | 0.18 | 274.8 | 0.53 | 0.63 |
| Hex | A8 | 6E | D2 | 14 | 30 | 0 | 12 | 113 | 35 | 3F |
| Octal | 250 | 156 | 322 | 24 | 60 | 0 | 22 | 423 | 65 | 77 |
| Binary | 10101000 | 1101110 | 11010010 | 10100 | 110000 | 0 | 10010 | 100010011 | 110101 | 111111 |
Color Harmonies of #A86ED2
Complementary color
Monochromatic Colors of #A86ED2
Black with #A86ED2
Text Example
Text Example
White with #A86ED2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A86ED2; }
p { color: rgb(168,110,210); }
H1.HeaderClassName
{
color: #A86ED2;
}
.AnyTagClassName
{
color: #A86ED2;
}
</style>
background-color css
<style>
a { background-color: #A86ED2; }
a { background-color: rgb(168,110,210); }
div.DivClassName
{
background-color: #A86ED2;
}
.BgClassName
{
background-color: #A86ED2;
}
</style>
border-color css
<style>
span { border-color: #A86ED2; }
span { border-color: rgb(168,110,210); }
td.TdClassName
{
border-color: #A86ED2;
}
.TagClassName
{
border-color: #A86ED2;
}
</style>