Shades of Amethyst #A859EE
Tints of Amethyst #A859EE
RGB
CMYK
RGB Variations
Color information
#A859EE (or 0xA859EE) is known color: Amethyst. HEX triplet: A8, 59 and EE. RGB value is (168,89,238). Sum of RGB (Red+Green+Blue) = 168+89+238=495 (65% of max value = 765). Red value is 168 (66.02% from 255 or 33.94% from 495); Green value is 89 (35.16% from 255 or 17.98% from 495); Blue value is 238 (93.36% from 255 or 48.08% from 495); Max value from RGB is 238 - color contains mainly: blue. Hex color #A859EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A859EE is #57A611. Grayscale: #818181. Windows color (decimal): -5744146 or 15620520. OLE color: 15620520.
HSL color Cylindrical-coordinate representation of color #A859EE: hue angle of 271.81º degrees, saturation: 0.81, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A859EE is Cyan = 0.29, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 168 | 89 | 238 | - |
| CMYK | 0.29 | 0.63 | 0 | 0.07 |
| HSL | 271.81º | 0.81% | 0.64% | - |
| HSV(B) | 271.81º | 0.63% | 0.93% | - |
| XYZ | 35.15 | 21.64 | 83.21 | - |
| YUV | 129.61 | 189.17 | 155.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 89 | 238 | 0.29 | 0.63 | 0 | 0.07 | 271.81 | 0.81 | 0.64 |
| Hex | A8 | 59 | EE | 1D | 3F | 0 | 7 | 110 | 51 | 40 |
| Octal | 250 | 131 | 356 | 35 | 77 | 0 | 7 | 420 | 121 | 100 |
| Binary | 10101000 | 1011001 | 11101110 | 11101 | 111111 | 0 | 111 | 100010000 | 1010001 | 1000000 |
Color Harmonies of #A859EE
Complementary color
Monochromatic Colors of #A859EE
Black with #A859EE
Text Example
Text Example
White with #A859EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A859EE; }
p { color: rgb(168,89,238); }
H1.HeaderClassName
{
color: #A859EE;
}
.AnyTagClassName
{
color: #A859EE;
}
</style>
background-color css
<style>
a { background-color: #A859EE; }
a { background-color: rgb(168,89,238); }
div.DivClassName
{
background-color: #A859EE;
}
.BgClassName
{
background-color: #A859EE;
}
</style>
border-color css
<style>
span { border-color: #A859EE; }
span { border-color: rgb(168,89,238); }
td.TdClassName
{
border-color: #A859EE;
}
.TagClassName
{
border-color: #A859EE;
}
</style>