Shades of Amethyst #A860E9
Tints of Amethyst #A860E9
RGB
CMYK
RGB Variations
Color information
#A860E9 (or 0xA860E9) is known color: Amethyst. HEX triplet: A8, 60 and E9. RGB value is (168,96,233). Sum of RGB (Red+Green+Blue) = 168+96+233=497 (65% of max value = 765). Red value is 168 (66.02% from 255 or 33.80% from 497); Green value is 96 (37.89% from 255 or 19.32% from 497); Blue value is 233 (91.41% from 255 or 46.88% from 497); Max value from RGB is 233 - color contains mainly: blue. Hex color #A860E9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A860E9 is #579F16. Grayscale: #848484. Windows color (decimal): -5742359 or 15294632. OLE color: 15294632.
HSL color Cylindrical-coordinate representation of color #A860E9: hue angle of 271.53º degrees, saturation: 0.76, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A860E9 is Cyan = 0.28, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 168 | 96 | 233 | - |
| CMYK | 0.28 | 0.59 | 0 | 0.09 |
| HSL | 271.53º | 0.76% | 0.65% | - |
| HSV(B) | 271.53º | 0.59% | 0.91% | - |
| XYZ | 35.04 | 22.57 | 79.6 | - |
| YUV | 133.15 | 184.35 | 152.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 96 | 233 | 0.28 | 0.59 | 0 | 0.09 | 271.53 | 0.76 | 0.65 |
| Hex | A8 | 60 | E9 | 1C | 3B | 0 | 9 | 110 | 4C | 41 |
| Octal | 250 | 140 | 351 | 34 | 73 | 0 | 11 | 420 | 114 | 101 |
| Binary | 10101000 | 1100000 | 11101001 | 11100 | 111011 | 0 | 1001 | 100010000 | 1001100 | 1000001 |
Color Harmonies of #A860E9
Complementary color
Monochromatic Colors of #A860E9
Black with #A860E9
Text Example
Text Example
White with #A860E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A860E9; }
p { color: rgb(168,96,233); }
H1.HeaderClassName
{
color: #A860E9;
}
.AnyTagClassName
{
color: #A860E9;
}
</style>
background-color css
<style>
a { background-color: #A860E9; }
a { background-color: rgb(168,96,233); }
div.DivClassName
{
background-color: #A860E9;
}
.BgClassName
{
background-color: #A860E9;
}
</style>
border-color css
<style>
span { border-color: #A860E9; }
span { border-color: rgb(168,96,233); }
td.TdClassName
{
border-color: #A860E9;
}
.TagClassName
{
border-color: #A860E9;
}
</style>