Shades of Amethyst #A859E7
Tints of Amethyst #A859E7
RGB
CMYK
RGB Variations
Color information
#A859E7 (or 0xA859E7) is known color: Amethyst. HEX triplet: A8, 59 and E7. RGB value is (168,89,231). Sum of RGB (Red+Green+Blue) = 168+89+231=488 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.43% from 488); Green value is 89 (35.16% from 255 or 18.24% from 488); Blue value is 231 (90.62% from 255 or 47.34% from 488); Max value from RGB is 231 - color contains mainly: blue. Hex color #A859E7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A859E7 is #57A618. Grayscale: #808080. Windows color (decimal): -5744153 or 15161768. OLE color: 15161768.
HSL color Cylindrical-coordinate representation of color #A859E7: hue angle of 273.38º degrees, saturation: 0.75, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A859E7 is Cyan = 0.27, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 168 | 89 | 231 | - |
| CMYK | 0.27 | 0.61 | 0 | 0.09 |
| HSL | 273.38º | 0.75% | 0.63% | - |
| HSV(B) | 273.38º | 0.61% | 0.91% | - |
| XYZ | 34.14 | 21.24 | 77.9 | - |
| YUV | 128.81 | 185.67 | 155.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 89 | 231 | 0.27 | 0.61 | 0 | 0.09 | 273.38 | 0.75 | 0.63 |
| Hex | A8 | 59 | E7 | 1B | 3D | 0 | 9 | 111 | 4B | 3F |
| Octal | 250 | 131 | 347 | 33 | 75 | 0 | 11 | 421 | 113 | 77 |
| Binary | 10101000 | 1011001 | 11100111 | 11011 | 111101 | 0 | 1001 | 100010001 | 1001011 | 111111 |
Color Harmonies of #A859E7
Complementary color
Monochromatic Colors of #A859E7
Black with #A859E7
Text Example
Text Example
White with #A859E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A859E7; }
p { color: rgb(168,89,231); }
H1.HeaderClassName
{
color: #A859E7;
}
.AnyTagClassName
{
color: #A859E7;
}
</style>
background-color css
<style>
a { background-color: #A859E7; }
a { background-color: rgb(168,89,231); }
div.DivClassName
{
background-color: #A859E7;
}
.BgClassName
{
background-color: #A859E7;
}
</style>
border-color css
<style>
span { border-color: #A859E7; }
span { border-color: rgb(168,89,231); }
td.TdClassName
{
border-color: #A859E7;
}
.TagClassName
{
border-color: #A859E7;
}
</style>