Shades of Amethyst #A86DCB
Tints of Amethyst #A86DCB
RGB
CMYK
RGB Variations
Color information
#A86DCB (or 0xA86DCB) is known color: Amethyst. HEX triplet: A8, 6D and CB. RGB value is (168,109,203). Sum of RGB (Red+Green+Blue) = 168+109+203=480 (63% of max value = 765). Red value is 168 (66.02% from 255 or 35% from 480); Green value is 109 (42.97% from 255 or 22.71% from 480); Blue value is 203 (79.69% from 255 or 42.29% from 480); Max value from RGB is 203 - color contains mainly: blue. Hex color #A86DCB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A86DCB is #579234. Grayscale: #898989. Windows color (decimal): -5739061 or 13331880. OLE color: 13331880.
HSL color Cylindrical-coordinate representation of color #A86DCB: hue angle of 277.66º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A86DCB is Cyan = 0.17, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 168 | 109 | 203 | - |
| CMYK | 0.17 | 0.46 | 0 | 0.20 |
| HSL | 277.66º | 0.47% | 0.61% | - |
| HSV(B) | 277.66º | 0.46% | 0.8% | - |
| XYZ | 32.4 | 23.57 | 59.34 | - |
| YUV | 137.36 | 165.05 | 149.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 109 | 203 | 0.17 | 0.46 | 0 | 0.20 | 277.66 | 0.47 | 0.61 |
| Hex | A8 | 6D | CB | 11 | 2E | 0 | 14 | 116 | 2F | 3D |
| Octal | 250 | 155 | 313 | 21 | 56 | 0 | 24 | 426 | 57 | 75 |
| Binary | 10101000 | 1101101 | 11001011 | 10001 | 101110 | 0 | 10100 | 100010110 | 101111 | 111101 |
Color Harmonies of #A86DCB
Complementary color
Monochromatic Colors of #A86DCB
Black with #A86DCB
Text Example
Text Example
White with #A86DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A86DCB; }
p { color: rgb(168,109,203); }
H1.HeaderClassName
{
color: #A86DCB;
}
.AnyTagClassName
{
color: #A86DCB;
}
</style>
background-color css
<style>
a { background-color: #A86DCB; }
a { background-color: rgb(168,109,203); }
div.DivClassName
{
background-color: #A86DCB;
}
.BgClassName
{
background-color: #A86DCB;
}
</style>
border-color css
<style>
span { border-color: #A86DCB; }
span { border-color: rgb(168,109,203); }
td.TdClassName
{
border-color: #A86DCB;
}
.TagClassName
{
border-color: #A86DCB;
}
</style>