Shades of Amethyst #A86ACE
Tints of Amethyst #A86ACE
RGB
CMYK
RGB Variations
Color information
#A86ACE (or 0xA86ACE) is known color: Amethyst. HEX triplet: A8, 6A and CE. RGB value is (168,106,206). Sum of RGB (Red+Green+Blue) = 168+106+206=480 (63% of max value = 765). Red value is 168 (66.02% from 255 or 35% from 480); Green value is 106 (41.80% from 255 or 22.08% from 480); Blue value is 206 (80.86% from 255 or 42.92% from 480); Max value from RGB is 206 - color contains mainly: blue. Hex color #A86ACE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A86ACE is #579531. Grayscale: #878787. Windows color (decimal): -5739826 or 13527720. OLE color: 13527720.
HSL color Cylindrical-coordinate representation of color #A86ACE: hue angle of 277.2º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A86ACE is Cyan = 0.18, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 168 | 106 | 206 | - |
| CMYK | 0.18 | 0.49 | 0 | 0.19 |
| HSL | 277.2º | 0.51% | 0.61% | - |
| HSV(B) | 277.2º | 0.49% | 0.81% | - |
| XYZ | 32.44 | 23.09 | 61.14 | - |
| YUV | 135.94 | 167.54 | 150.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 106 | 206 | 0.18 | 0.49 | 0 | 0.19 | 277.2 | 0.51 | 0.61 |
| Hex | A8 | 6A | CE | 12 | 31 | 0 | 13 | 115 | 33 | 3D |
| Octal | 250 | 152 | 316 | 22 | 61 | 0 | 23 | 425 | 63 | 75 |
| Binary | 10101000 | 1101010 | 11001110 | 10010 | 110001 | 0 | 10011 | 100010101 | 110011 | 111101 |
Color Harmonies of #A86ACE
Complementary color
Monochromatic Colors of #A86ACE
Black with #A86ACE
Text Example
Text Example
White with #A86ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A86ACE; }
p { color: rgb(168,106,206); }
H1.HeaderClassName
{
color: #A86ACE;
}
.AnyTagClassName
{
color: #A86ACE;
}
</style>
background-color css
<style>
a { background-color: #A86ACE; }
a { background-color: rgb(168,106,206); }
div.DivClassName
{
background-color: #A86ACE;
}
.BgClassName
{
background-color: #A86ACE;
}
</style>
border-color css
<style>
span { border-color: #A86ACE; }
span { border-color: rgb(168,106,206); }
td.TdClassName
{
border-color: #A86ACE;
}
.TagClassName
{
border-color: #A86ACE;
}
</style>