Shades of Amethyst #A859E4
Tints of Amethyst #A859E4
RGB
CMYK
RGB Variations
Color information
#A859E4 (or 0xA859E4) is known color: Amethyst. HEX triplet: A8, 59 and E4. RGB value is (168,89,228). Sum of RGB (Red+Green+Blue) = 168+89+228=485 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.64% from 485); Green value is 89 (35.16% from 255 or 18.35% from 485); Blue value is 228 (89.45% from 255 or 47.01% from 485); Max value from RGB is 228 - color contains mainly: blue. Hex color #A859E4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A859E4 is #57A61B. Grayscale: #7F7F7F. Windows color (decimal): -5744156 or 14965160. OLE color: 14965160.
HSL color Cylindrical-coordinate representation of color #A859E4: hue angle of 274.1º degrees, saturation: 0.72, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A859E4 is Cyan = 0.26, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 168 | 89 | 228 | - |
| CMYK | 0.26 | 0.61 | 0 | 0.11 |
| HSL | 274.1º | 0.72% | 0.62% | - |
| HSV(B) | 274.1º | 0.61% | 0.89% | - |
| XYZ | 33.72 | 21.07 | 75.69 | - |
| YUV | 128.47 | 184.17 | 156.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 89 | 228 | 0.26 | 0.61 | 0 | 0.11 | 274.1 | 0.72 | 0.62 |
| Hex | A8 | 59 | E4 | 1A | 3D | 0 | B | 112 | 48 | 3E |
| Octal | 250 | 131 | 344 | 32 | 75 | 0 | 13 | 422 | 110 | 76 |
| Binary | 10101000 | 1011001 | 11100100 | 11010 | 111101 | 0 | 1011 | 100010010 | 1001000 | 111110 |
Color Harmonies of #A859E4
Complementary color
Monochromatic Colors of #A859E4
Black with #A859E4
Text Example
Text Example
White with #A859E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A859E4; }
p { color: rgb(168,89,228); }
H1.HeaderClassName
{
color: #A859E4;
}
.AnyTagClassName
{
color: #A859E4;
}
</style>
background-color css
<style>
a { background-color: #A859E4; }
a { background-color: rgb(168,89,228); }
div.DivClassName
{
background-color: #A859E4;
}
.BgClassName
{
background-color: #A859E4;
}
</style>
border-color css
<style>
span { border-color: #A859E4; }
span { border-color: rgb(168,89,228); }
td.TdClassName
{
border-color: #A859E4;
}
.TagClassName
{
border-color: #A859E4;
}
</style>