Shades of Amethyst #A859EF
Tints of Amethyst #A859EF
RGB
CMYK
RGB Variations
Color information
#A859EF (or 0xA859EF) is known color: Amethyst. HEX triplet: A8, 59 and EF. RGB value is (168,89,239). Sum of RGB (Red+Green+Blue) = 168+89+239=496 (65% of max value = 765). Red value is 168 (66.02% from 255 or 33.87% from 496); Green value is 89 (35.16% from 255 or 17.94% from 496); Blue value is 239 (93.75% from 255 or 48.19% from 496); Max value from RGB is 239 - color contains mainly: blue. Hex color #A859EF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A859EF is #57A610. Grayscale: #818181. Windows color (decimal): -5744145 or 15686056. OLE color: 15686056.
HSL color Cylindrical-coordinate representation of color #A859EF: hue angle of 271.6º degrees, saturation: 0.82, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A859EF is Cyan = 0.30, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 168 | 89 | 239 | - |
| CMYK | 0.30 | 0.63 | 0 | 0.06 |
| HSL | 271.6º | 0.82% | 0.64% | - |
| HSV(B) | 271.6º | 0.63% | 0.94% | - |
| XYZ | 35.3 | 21.7 | 83.99 | - |
| YUV | 129.72 | 189.67 | 155.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 89 | 239 | 0.30 | 0.63 | 0 | 0.06 | 271.6 | 0.82 | 0.64 |
| Hex | A8 | 59 | EF | 1E | 3F | 0 | 6 | 110 | 52 | 40 |
| Octal | 250 | 131 | 357 | 36 | 77 | 0 | 6 | 420 | 122 | 100 |
| Binary | 10101000 | 1011001 | 11101111 | 11110 | 111111 | 0 | 110 | 100010000 | 1010010 | 1000000 |
Color Harmonies of #A859EF
Complementary color
Monochromatic Colors of #A859EF
Black with #A859EF
Text Example
Text Example
White with #A859EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A859EF; }
p { color: rgb(168,89,239); }
H1.HeaderClassName
{
color: #A859EF;
}
.AnyTagClassName
{
color: #A859EF;
}
</style>
background-color css
<style>
a { background-color: #A859EF; }
a { background-color: rgb(168,89,239); }
div.DivClassName
{
background-color: #A859EF;
}
.BgClassName
{
background-color: #A859EF;
}
</style>
border-color css
<style>
span { border-color: #A859EF; }
span { border-color: rgb(168,89,239); }
td.TdClassName
{
border-color: #A859EF;
}
.TagClassName
{
border-color: #A859EF;
}
</style>