Shades of Amethyst #A86FDC
Tints of Amethyst #A86FDC
RGB
CMYK
RGB Variations
Color information
#A86FDC (or 0xA86FDC) is known color: Amethyst. HEX triplet: A8, 6F and DC. RGB value is (168,111,220). Sum of RGB (Red+Green+Blue) = 168+111+220=499 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.67% from 499); Green value is 111 (43.75% from 255 or 22.24% from 499); Blue value is 220 (86.33% from 255 or 44.09% from 499); Max value from RGB is 220 - color contains mainly: blue. Hex color #A86FDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A86FDC is #579023. Grayscale: #8C8C8C. Windows color (decimal): -5738532 or 14446504. OLE color: 14446504.
HSL color Cylindrical-coordinate representation of color #A86FDC: hue angle of 271.38º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A86FDC is Cyan = 0.24, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 168 | 111 | 220 | - |
| CMYK | 0.24 | 0.50 | 0 | 0.14 |
| HSL | 271.38º | 0.61% | 0.65% | - |
| HSV(B) | 271.38º | 0.5% | 0.86% | - |
| XYZ | 34.75 | 24.86 | 70.68 | - |
| YUV | 140.47 | 172.88 | 147.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 111 | 220 | 0.24 | 0.50 | 0 | 0.14 | 271.38 | 0.61 | 0.65 |
| Hex | A8 | 6F | DC | 18 | 32 | 0 | E | 10F | 3D | 41 |
| Octal | 250 | 157 | 334 | 30 | 62 | 0 | 16 | 417 | 75 | 101 |
| Binary | 10101000 | 1101111 | 11011100 | 11000 | 110010 | 0 | 1110 | 100001111 | 111101 | 1000001 |
Color Harmonies of #A86FDC
Complementary color
Monochromatic Colors of #A86FDC
Black with #A86FDC
Text Example
Text Example
White with #A86FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A86FDC; }
p { color: rgb(168,111,220); }
H1.HeaderClassName
{
color: #A86FDC;
}
.AnyTagClassName
{
color: #A86FDC;
}
</style>
background-color css
<style>
a { background-color: #A86FDC; }
a { background-color: rgb(168,111,220); }
div.DivClassName
{
background-color: #A86FDC;
}
.BgClassName
{
background-color: #A86FDC;
}
</style>
border-color css
<style>
span { border-color: #A86FDC; }
span { border-color: rgb(168,111,220); }
td.TdClassName
{
border-color: #A86FDC;
}
.TagClassName
{
border-color: #A86FDC;
}
</style>