Shades of Amethyst #A85EEC
Tints of Amethyst #A85EEC
RGB
CMYK
RGB Variations
Color information
#A85EEC (or 0xA85EEC) is known color: Amethyst. HEX triplet: A8, 5E and EC. RGB value is (168,94,236). Sum of RGB (Red+Green+Blue) = 168+94+236=498 (65% of max value = 765). Red value is 168 (66.02% from 255 or 33.73% from 498); Green value is 94 (37.11% from 255 or 18.88% from 498); Blue value is 236 (92.58% from 255 or 47.39% from 498); Max value from RGB is 236 - color contains mainly: blue. Hex color #A85EEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A85EEC is #57A113. Grayscale: #838383. Windows color (decimal): -5742868 or 15490728. OLE color: 15490728.
HSL color Cylindrical-coordinate representation of color #A85EEC: hue angle of 271.27º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A85EEC is Cyan = 0.29, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 168 | 94 | 236 | - |
| CMYK | 0.29 | 0.60 | 0 | 0.07 |
| HSL | 271.27º | 0.79% | 0.65% | - |
| HSV(B) | 271.27º | 0.6% | 0.93% | - |
| XYZ | 35.29 | 22.39 | 81.82 | - |
| YUV | 132.31 | 186.52 | 153.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 94 | 236 | 0.29 | 0.60 | 0 | 0.07 | 271.27 | 0.79 | 0.65 |
| Hex | A8 | 5E | EC | 1D | 3C | 0 | 7 | 10F | 4F | 41 |
| Octal | 250 | 136 | 354 | 35 | 74 | 0 | 7 | 417 | 117 | 101 |
| Binary | 10101000 | 1011110 | 11101100 | 11101 | 111100 | 0 | 111 | 100001111 | 1001111 | 1000001 |
Color Harmonies of #A85EEC
Complementary color
Monochromatic Colors of #A85EEC
Black with #A85EEC
Text Example
Text Example
White with #A85EEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A85EEC; }
p { color: rgb(168,94,236); }
H1.HeaderClassName
{
color: #A85EEC;
}
.AnyTagClassName
{
color: #A85EEC;
}
</style>
background-color css
<style>
a { background-color: #A85EEC; }
a { background-color: rgb(168,94,236); }
div.DivClassName
{
background-color: #A85EEC;
}
.BgClassName
{
background-color: #A85EEC;
}
</style>
border-color css
<style>
span { border-color: #A85EEC; }
span { border-color: rgb(168,94,236); }
td.TdClassName
{
border-color: #A85EEC;
}
.TagClassName
{
border-color: #A85EEC;
}
</style>