Shades of Amethyst #A86ECB
Tints of Amethyst #A86ECB
RGB
CMYK
RGB Variations
Color information
#A86ECB (or 0xA86ECB) is known color: Amethyst. HEX triplet: A8, 6E and CB. RGB value is (168,110,203). Sum of RGB (Red+Green+Blue) = 168+110+203=481 (63% of max value = 765). Red value is 168 (66.02% from 255 or 34.93% from 481); Green value is 110 (43.36% from 255 or 22.87% from 481); Blue value is 203 (79.69% from 255 or 42.20% from 481); Max value from RGB is 203 - color contains mainly: blue. Hex color #A86ECB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A86ECB is #579134. Grayscale: #898989. Windows color (decimal): -5738805 or 13332136. OLE color: 13332136.
HSL color Cylindrical-coordinate representation of color #A86ECB: hue angle of 277.42º 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 #A86ECB is Cyan = 0.17, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 168 | 110 | 203 | - |
| CMYK | 0.17 | 0.46 | 0 | 0.20 |
| HSL | 277.42º | 0.47% | 0.61% | - |
| HSV(B) | 277.42º | 0.46% | 0.8% | - |
| XYZ | 32.5 | 23.79 | 59.38 | - |
| YUV | 137.94 | 164.72 | 149.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 110 | 203 | 0.17 | 0.46 | 0 | 0.20 | 277.42 | 0.47 | 0.61 |
| Hex | A8 | 6E | CB | 11 | 2E | 0 | 14 | 115 | 2F | 3D |
| Octal | 250 | 156 | 313 | 21 | 56 | 0 | 24 | 425 | 57 | 75 |
| Binary | 10101000 | 1101110 | 11001011 | 10001 | 101110 | 0 | 10100 | 100010101 | 101111 | 111101 |
Color Harmonies of #A86ECB
Complementary color
Monochromatic Colors of #A86ECB
Black with #A86ECB
Text Example
Text Example
White with #A86ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A86ECB; }
p { color: rgb(168,110,203); }
H1.HeaderClassName
{
color: #A86ECB;
}
.AnyTagClassName
{
color: #A86ECB;
}
</style>
background-color css
<style>
a { background-color: #A86ECB; }
a { background-color: rgb(168,110,203); }
div.DivClassName
{
background-color: #A86ECB;
}
.BgClassName
{
background-color: #A86ECB;
}
</style>
border-color css
<style>
span { border-color: #A86ECB; }
span { border-color: rgb(168,110,203); }
td.TdClassName
{
border-color: #A86ECB;
}
.TagClassName
{
border-color: #A86ECB;
}
</style>