Shades of Amethyst #A860E4
Tints of Amethyst #A860E4
RGB
CMYK
RGB Variations
Color information
#A860E4 (or 0xA860E4) is known color: Amethyst. HEX triplet: A8, 60 and E4. RGB value is (168,96,228). Sum of RGB (Red+Green+Blue) = 168+96+228=492 (65% of max value = 765). Red value is 168 (66.02% from 255 or 34.15% from 492); Green value is 96 (37.89% from 255 or 19.51% from 492); Blue value is 228 (89.45% from 255 or 46.34% from 492); Max value from RGB is 228 - color contains mainly: blue. Hex color #A860E4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A860E4 is #579F1B. Grayscale: #848484. Windows color (decimal): -5742364 or 14966952. OLE color: 14966952.
HSL color Cylindrical-coordinate representation of color #A860E4: hue angle of 272.73º degrees, saturation: 0.71, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A860E4 is Cyan = 0.26, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 168 | 96 | 228 | - |
| CMYK | 0.26 | 0.58 | 0 | 0.11 |
| HSL | 272.73º | 0.71% | 0.64% | - |
| HSV(B) | 272.73º | 0.58% | 0.89% | - |
| XYZ | 34.33 | 22.29 | 75.89 | - |
| YUV | 132.58 | 181.85 | 153.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 96 | 228 | 0.26 | 0.58 | 0 | 0.11 | 272.73 | 0.71 | 0.64 |
| Hex | A8 | 60 | E4 | 1A | 3A | 0 | B | 111 | 47 | 40 |
| Octal | 250 | 140 | 344 | 32 | 72 | 0 | 13 | 421 | 107 | 100 |
| Binary | 10101000 | 1100000 | 11100100 | 11010 | 111010 | 0 | 1011 | 100010001 | 1000111 | 1000000 |
Color Harmonies of #A860E4
Complementary color
Monochromatic Colors of #A860E4
Black with #A860E4
Text Example
Text Example
White with #A860E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A860E4; }
p { color: rgb(168,96,228); }
H1.HeaderClassName
{
color: #A860E4;
}
.AnyTagClassName
{
color: #A860E4;
}
</style>
background-color css
<style>
a { background-color: #A860E4; }
a { background-color: rgb(168,96,228); }
div.DivClassName
{
background-color: #A860E4;
}
.BgClassName
{
background-color: #A860E4;
}
</style>
border-color css
<style>
span { border-color: #A860E4; }
span { border-color: rgb(168,96,228); }
td.TdClassName
{
border-color: #A860E4;
}
.TagClassName
{
border-color: #A860E4;
}
</style>