Shades of Amethyst #A859E2
Tints of Amethyst #A859E2
RGB
CMYK
RGB Variations
Color information
#A859E2 (or 0xA859E2) is known color: Amethyst. HEX triplet: A8, 59 and E2. RGB value is (168,89,226). Sum of RGB (Red+Green+Blue) = 168+89+226=483 (63% of max value = 765). Red value is 168 (66.02% from 255 or 34.78% from 483); Green value is 89 (35.16% from 255 or 18.43% from 483); Blue value is 226 (88.67% from 255 or 46.79% from 483); Max value from RGB is 226 - color contains mainly: blue. Hex color #A859E2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A859E2 is #57A61D. Grayscale: #7F7F7F. Windows color (decimal): -5744158 or 14834088. OLE color: 14834088.
HSL color Cylindrical-coordinate representation of color #A859E2: hue angle of 274.6º degrees, saturation: 0.7, 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 #A859E2 is Cyan = 0.26, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 168 | 89 | 226 | - |
| CMYK | 0.26 | 0.61 | 0 | 0.11 |
| HSL | 274.6º | 0.7% | 0.62% | - |
| HSV(B) | 274.6º | 0.61% | 0.89% | - |
| XYZ | 33.45 | 20.96 | 74.23 | - |
| YUV | 128.24 | 183.17 | 156.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 89 | 226 | 0.26 | 0.61 | 0 | 0.11 | 274.6 | 0.7 | 0.62 |
| Hex | A8 | 59 | E2 | 1A | 3D | 0 | B | 113 | 46 | 3E |
| Octal | 250 | 131 | 342 | 32 | 75 | 0 | 13 | 423 | 106 | 76 |
| Binary | 10101000 | 1011001 | 11100010 | 11010 | 111101 | 0 | 1011 | 100010011 | 1000110 | 111110 |
Color Harmonies of #A859E2
Complementary color
Monochromatic Colors of #A859E2
Black with #A859E2
Text Example
Text Example
White with #A859E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A859E2; }
p { color: rgb(168,89,226); }
H1.HeaderClassName
{
color: #A859E2;
}
.AnyTagClassName
{
color: #A859E2;
}
</style>
background-color css
<style>
a { background-color: #A859E2; }
a { background-color: rgb(168,89,226); }
div.DivClassName
{
background-color: #A859E2;
}
.BgClassName
{
background-color: #A859E2;
}
</style>
border-color css
<style>
span { border-color: #A859E2; }
span { border-color: rgb(168,89,226); }
td.TdClassName
{
border-color: #A859E2;
}
.TagClassName
{
border-color: #A859E2;
}
</style>