Shades of Amethyst #A864E1
Tints of Amethyst #A864E1
RGB
CMYK
RGB Variations
Color information
#A864E1 (or 0xA864E1) is known color: Amethyst. HEX triplet: A8, 64 and E1. RGB value is (168,100,225). Sum of RGB (Red+Green+Blue) = 168+100+225=493 (65% of max value = 765). Red value is 168 (66.02% from 255 or 34.08% from 493); Green value is 100 (39.45% from 255 or 20.28% from 493); Blue value is 225 (88.28% from 255 or 45.64% from 493); Max value from RGB is 225 - color contains mainly: blue. Hex color #A864E1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A864E1 is #579B1E. Grayscale: #868686. Windows color (decimal): -5741343 or 14771368. OLE color: 14771368.
HSL color Cylindrical-coordinate representation of color #A864E1: hue angle of 272.64º degrees, saturation: 0.68, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A864E1 is Cyan = 0.25, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 168 | 100 | 225 | - |
| CMYK | 0.25 | 0.56 | 0 | 0.12 |
| HSL | 272.64º | 0.68% | 0.64% | - |
| HSV(B) | 272.64º | 0.56% | 0.88% | - |
| XYZ | 34.3 | 22.88 | 73.84 | - |
| YUV | 134.58 | 179.03 | 151.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 100 | 225 | 0.25 | 0.56 | 0 | 0.12 | 272.64 | 0.68 | 0.64 |
| Hex | A8 | 64 | E1 | 19 | 38 | 0 | C | 111 | 44 | 40 |
| Octal | 250 | 144 | 341 | 31 | 70 | 0 | 14 | 421 | 104 | 100 |
| Binary | 10101000 | 1100100 | 11100001 | 11001 | 111000 | 0 | 1100 | 100010001 | 1000100 | 1000000 |
Color Harmonies of #A864E1
Complementary color
Monochromatic Colors of #A864E1
Black with #A864E1
Text Example
Text Example
White with #A864E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A864E1; }
p { color: rgb(168,100,225); }
H1.HeaderClassName
{
color: #A864E1;
}
.AnyTagClassName
{
color: #A864E1;
}
</style>
background-color css
<style>
a { background-color: #A864E1; }
a { background-color: rgb(168,100,225); }
div.DivClassName
{
background-color: #A864E1;
}
.BgClassName
{
background-color: #A864E1;
}
</style>
border-color css
<style>
span { border-color: #A864E1; }
span { border-color: rgb(168,100,225); }
td.TdClassName
{
border-color: #A864E1;
}
.TagClassName
{
border-color: #A864E1;
}
</style>