Shades of Amethyst #A86FCB
Tints of Amethyst #A86FCB
RGB
CMYK
RGB Variations
Color information
#A86FCB (or 0xA86FCB) is known color: Amethyst. HEX triplet: A8, 6F and CB. RGB value is (168,111,203). Sum of RGB (Red+Green+Blue) = 168+111+203=482 (63% of max value = 765). Red value is 168 (66.02% from 255 or 34.85% from 482); Green value is 111 (43.75% from 255 or 23.03% from 482); Blue value is 203 (79.69% from 255 or 42.12% from 482); Max value from RGB is 203 - color contains mainly: blue. Hex color #A86FCB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A86FCB is #579034. Grayscale: #8A8A8A. Windows color (decimal): -5738549 or 13332392. OLE color: 13332392.
HSL color Cylindrical-coordinate representation of color #A86FCB: hue angle of 277.17º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A86FCB is Cyan = 0.17, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 168 | 111 | 203 | - |
| CMYK | 0.17 | 0.45 | 0 | 0.20 |
| HSL | 277.17º | 0.47% | 0.62% | - |
| HSV(B) | 277.17º | 0.45% | 0.8% | - |
| XYZ | 32.61 | 24.01 | 59.41 | - |
| YUV | 138.53 | 164.38 | 149.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 111 | 203 | 0.17 | 0.45 | 0 | 0.20 | 277.17 | 0.47 | 0.62 |
| Hex | A8 | 6F | CB | 11 | 2D | 0 | 14 | 115 | 2F | 3E |
| Octal | 250 | 157 | 313 | 21 | 55 | 0 | 24 | 425 | 57 | 76 |
| Binary | 10101000 | 1101111 | 11001011 | 10001 | 101101 | 0 | 10100 | 100010101 | 101111 | 111110 |
Color Harmonies of #A86FCB
Complementary color
Monochromatic Colors of #A86FCB
Black with #A86FCB
Text Example
Text Example
White with #A86FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A86FCB; }
p { color: rgb(168,111,203); }
H1.HeaderClassName
{
color: #A86FCB;
}
.AnyTagClassName
{
color: #A86FCB;
}
</style>
background-color css
<style>
a { background-color: #A86FCB; }
a { background-color: rgb(168,111,203); }
div.DivClassName
{
background-color: #A86FCB;
}
.BgClassName
{
background-color: #A86FCB;
}
</style>
border-color css
<style>
span { border-color: #A86FCB; }
span { border-color: rgb(168,111,203); }
td.TdClassName
{
border-color: #A86FCB;
}
.TagClassName
{
border-color: #A86FCB;
}
</style>