Shades of Amethyst #A86ED0
Tints of Amethyst #A86ED0
RGB
CMYK
RGB Variations
Color information
#A86ED0 (or 0xA86ED0) is known color: Amethyst. HEX triplet: A8, 6E and D0. RGB value is (168,110,208). Sum of RGB (Red+Green+Blue) = 168+110+208=486 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.57% from 486); Green value is 110 (43.36% from 255 or 22.63% from 486); Blue value is 208 (81.64% from 255 or 42.80% from 486); Max value from RGB is 208 - color contains mainly: blue. Hex color #A86ED0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A86ED0 is #57912F. Grayscale: #8A8A8A. Windows color (decimal): -5738800 or 13659816. OLE color: 13659816.
HSL color Cylindrical-coordinate representation of color #A86ED0: hue angle of 275.51º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A86ED0 is Cyan = 0.19, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 168 | 110 | 208 | - |
| CMYK | 0.19 | 0.47 | 0 | 0.18 |
| HSL | 275.51º | 0.51% | 0.62% | - |
| HSV(B) | 275.51º | 0.47% | 0.82% | - |
| XYZ | 33.11 | 24.03 | 62.57 | - |
| YUV | 138.51 | 167.22 | 149.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 110 | 208 | 0.19 | 0.47 | 0 | 0.18 | 275.51 | 0.51 | 0.62 |
| Hex | A8 | 6E | D0 | 13 | 2F | 0 | 12 | 114 | 33 | 3E |
| Octal | 250 | 156 | 320 | 23 | 57 | 0 | 22 | 424 | 63 | 76 |
| Binary | 10101000 | 1101110 | 11010000 | 10011 | 101111 | 0 | 10010 | 100010100 | 110011 | 111110 |
Color Harmonies of #A86ED0
Complementary color
Monochromatic Colors of #A86ED0
Black with #A86ED0
Text Example
Text Example
White with #A86ED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A86ED0; }
p { color: rgb(168,110,208); }
H1.HeaderClassName
{
color: #A86ED0;
}
.AnyTagClassName
{
color: #A86ED0;
}
</style>
background-color css
<style>
a { background-color: #A86ED0; }
a { background-color: rgb(168,110,208); }
div.DivClassName
{
background-color: #A86ED0;
}
.BgClassName
{
background-color: #A86ED0;
}
</style>
border-color css
<style>
span { border-color: #A86ED0; }
span { border-color: rgb(168,110,208); }
td.TdClassName
{
border-color: #A86ED0;
}
.TagClassName
{
border-color: #A86ED0;
}
</style>