Shades of Amethyst #A86BE0
Tints of Amethyst #A86BE0
RGB
CMYK
RGB Variations
Color information
#A86BE0 (or 0xA86BE0) is known color: Amethyst. HEX triplet: A8, 6B and E0. RGB value is (168,107,224). Sum of RGB (Red+Green+Blue) = 168+107+224=499 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.67% from 499); Green value is 107 (42.19% from 255 or 21.44% from 499); Blue value is 224 (87.89% from 255 or 44.89% from 499); Max value from RGB is 224 - color contains mainly: blue. Hex color #A86BE0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A86BE0 is #57941F. Grayscale: #8A8A8A. Windows color (decimal): -5739552 or 14707624. OLE color: 14707624.
HSL color Cylindrical-coordinate representation of color #A86BE0: hue angle of 271.28º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A86BE0 is Cyan = 0.25, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 168 | 107 | 224 | - |
| CMYK | 0.25 | 0.52 | 0 | 0.12 |
| HSL | 271.28º | 0.65% | 0.65% | - |
| HSV(B) | 271.28º | 0.52% | 0.88% | - |
| XYZ | 34.86 | 24.22 | 73.36 | - |
| YUV | 138.58 | 176.21 | 148.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 107 | 224 | 0.25 | 0.52 | 0 | 0.12 | 271.28 | 0.65 | 0.65 |
| Hex | A8 | 6B | E0 | 19 | 34 | 0 | C | 10F | 41 | 41 |
| Octal | 250 | 153 | 340 | 31 | 64 | 0 | 14 | 417 | 101 | 101 |
| Binary | 10101000 | 1101011 | 11100000 | 11001 | 110100 | 0 | 1100 | 100001111 | 1000001 | 1000001 |
Color Harmonies of #A86BE0
Complementary color
Monochromatic Colors of #A86BE0
Black with #A86BE0
Text Example
Text Example
White with #A86BE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A86BE0; }
p { color: rgb(168,107,224); }
H1.HeaderClassName
{
color: #A86BE0;
}
.AnyTagClassName
{
color: #A86BE0;
}
</style>
background-color css
<style>
a { background-color: #A86BE0; }
a { background-color: rgb(168,107,224); }
div.DivClassName
{
background-color: #A86BE0;
}
.BgClassName
{
background-color: #A86BE0;
}
</style>
border-color css
<style>
span { border-color: #A86BE0; }
span { border-color: rgb(168,107,224); }
td.TdClassName
{
border-color: #A86BE0;
}
.TagClassName
{
border-color: #A86BE0;
}
</style>