Shades of Amethyst #A86BDF
Tints of Amethyst #A86BDF
RGB
CMYK
RGB Variations
Color information
#A86BDF (or 0xA86BDF) is known color: Amethyst. HEX triplet: A8, 6B and DF. RGB value is (168,107,223). Sum of RGB (Red+Green+Blue) = 168+107+223=498 (65% of max value = 765). Red value is 168 (66.02% from 255 or 33.73% from 498); Green value is 107 (42.19% from 255 or 21.49% from 498); Blue value is 223 (87.5% from 255 or 44.78% from 498); Max value from RGB is 223 - color contains mainly: blue. Hex color #A86BDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A86BDF is #579420. Grayscale: #8A8A8A. Windows color (decimal): -5739553 or 14642088. OLE color: 14642088.
HSL color Cylindrical-coordinate representation of color #A86BDF: hue angle of 271.55º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A86BDF is Cyan = 0.25, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 168 | 107 | 223 | - |
| CMYK | 0.25 | 0.52 | 0 | 0.13 |
| HSL | 271.55º | 0.64% | 0.65% | - |
| HSV(B) | 271.55º | 0.52% | 0.87% | - |
| XYZ | 34.73 | 24.17 | 72.65 | - |
| YUV | 138.46 | 175.71 | 149.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 107 | 223 | 0.25 | 0.52 | 0 | 0.13 | 271.55 | 0.64 | 0.65 |
| Hex | A8 | 6B | DF | 19 | 34 | 0 | D | 110 | 40 | 41 |
| Octal | 250 | 153 | 337 | 31 | 64 | 0 | 15 | 420 | 100 | 101 |
| Binary | 10101000 | 1101011 | 11011111 | 11001 | 110100 | 0 | 1101 | 100010000 | 1000000 | 1000001 |
Color Harmonies of #A86BDF
Complementary color
Monochromatic Colors of #A86BDF
Black with #A86BDF
Text Example
Text Example
White with #A86BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A86BDF; }
p { color: rgb(168,107,223); }
H1.HeaderClassName
{
color: #A86BDF;
}
.AnyTagClassName
{
color: #A86BDF;
}
</style>
background-color css
<style>
a { background-color: #A86BDF; }
a { background-color: rgb(168,107,223); }
div.DivClassName
{
background-color: #A86BDF;
}
.BgClassName
{
background-color: #A86BDF;
}
</style>
border-color css
<style>
span { border-color: #A86BDF; }
span { border-color: rgb(168,107,223); }
td.TdClassName
{
border-color: #A86BDF;
}
.TagClassName
{
border-color: #A86BDF;
}
</style>