Shades of Amethyst #A86BCE
Tints of Amethyst #A86BCE
RGB
CMYK
RGB Variations
Color information
#A86BCE (or 0xA86BCE) is known color: Amethyst. HEX triplet: A8, 6B and CE. RGB value is (168,107,206). Sum of RGB (Red+Green+Blue) = 168+107+206=481 (63% of max value = 765). Red value is 168 (66.02% from 255 or 34.93% from 481); Green value is 107 (42.19% from 255 or 22.25% from 481); Blue value is 206 (80.86% from 255 or 42.83% from 481); Max value from RGB is 206 - color contains mainly: blue. Hex color #A86BCE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A86BCE is #579431. Grayscale: #888888. Windows color (decimal): -5739570 or 13527976. OLE color: 13527976.
HSL color Cylindrical-coordinate representation of color #A86BCE: hue angle of 276.97º degrees, saturation: 0.5, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A86BCE is Cyan = 0.18, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 168 | 107 | 206 | - |
| CMYK | 0.18 | 0.48 | 0 | 0.19 |
| HSL | 276.97º | 0.5% | 0.61% | - |
| HSV(B) | 276.97º | 0.48% | 0.81% | - |
| XYZ | 32.55 | 23.3 | 61.17 | - |
| YUV | 136.53 | 167.21 | 150.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 107 | 206 | 0.18 | 0.48 | 0 | 0.19 | 276.97 | 0.5 | 0.61 |
| Hex | A8 | 6B | CE | 12 | 30 | 0 | 13 | 115 | 32 | 3D |
| Octal | 250 | 153 | 316 | 22 | 60 | 0 | 23 | 425 | 62 | 75 |
| Binary | 10101000 | 1101011 | 11001110 | 10010 | 110000 | 0 | 10011 | 100010101 | 110010 | 111101 |
Color Harmonies of #A86BCE
Complementary color
Monochromatic Colors of #A86BCE
Black with #A86BCE
Text Example
Text Example
White with #A86BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A86BCE; }
p { color: rgb(168,107,206); }
H1.HeaderClassName
{
color: #A86BCE;
}
.AnyTagClassName
{
color: #A86BCE;
}
</style>
background-color css
<style>
a { background-color: #A86BCE; }
a { background-color: rgb(168,107,206); }
div.DivClassName
{
background-color: #A86BCE;
}
.BgClassName
{
background-color: #A86BCE;
}
</style>
border-color css
<style>
span { border-color: #A86BCE; }
span { border-color: rgb(168,107,206); }
td.TdClassName
{
border-color: #A86BCE;
}
.TagClassName
{
border-color: #A86BCE;
}
</style>