Shades of Amethyst #A86CDB
Tints of Amethyst #A86CDB
RGB
CMYK
RGB Variations
Color information
#A86CDB (or 0xA86CDB) is known color: Amethyst. HEX triplet: A8, 6C and DB. RGB value is (168,108,219). Sum of RGB (Red+Green+Blue) = 168+108+219=495 (65% of max value = 765). Red value is 168 (66.02% from 255 or 33.94% from 495); Green value is 108 (42.58% from 255 or 21.82% from 495); Blue value is 219 (85.94% from 255 or 44.24% from 495); Max value from RGB is 219 - color contains mainly: blue. Hex color #A86CDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A86CDB is #579324. Grayscale: #8A8A8A. Windows color (decimal): -5739301 or 14380200. OLE color: 14380200.
HSL color Cylindrical-coordinate representation of color #A86CDB: hue angle of 272.43º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A86CDB is Cyan = 0.23, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 168 | 108 | 219 | - |
| CMYK | 0.23 | 0.51 | 0 | 0.14 |
| HSL | 272.43º | 0.61% | 0.64% | - |
| HSV(B) | 272.43º | 0.51% | 0.86% | - |
| XYZ | 34.3 | 24.16 | 69.87 | - |
| YUV | 138.59 | 173.38 | 148.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 108 | 219 | 0.23 | 0.51 | 0 | 0.14 | 272.43 | 0.61 | 0.64 |
| Hex | A8 | 6C | DB | 17 | 33 | 0 | E | 110 | 3D | 40 |
| Octal | 250 | 154 | 333 | 27 | 63 | 0 | 16 | 420 | 75 | 100 |
| Binary | 10101000 | 1101100 | 11011011 | 10111 | 110011 | 0 | 1110 | 100010000 | 111101 | 1000000 |
Color Harmonies of #A86CDB
Complementary color
Monochromatic Colors of #A86CDB
Black with #A86CDB
Text Example
Text Example
White with #A86CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A86CDB; }
p { color: rgb(168,108,219); }
H1.HeaderClassName
{
color: #A86CDB;
}
.AnyTagClassName
{
color: #A86CDB;
}
</style>
background-color css
<style>
a { background-color: #A86CDB; }
a { background-color: rgb(168,108,219); }
div.DivClassName
{
background-color: #A86CDB;
}
.BgClassName
{
background-color: #A86CDB;
}
</style>
border-color css
<style>
span { border-color: #A86CDB; }
span { border-color: rgb(168,108,219); }
td.TdClassName
{
border-color: #A86CDB;
}
.TagClassName
{
border-color: #A86CDB;
}
</style>