Shades of Amethyst #A864E3
Tints of Amethyst #A864E3
RGB
CMYK
RGB Variations
Color information
#A864E3 (or 0xA864E3) is known color: Amethyst. HEX triplet: A8, 64 and E3. RGB value is (168,100,227). Sum of RGB (Red+Green+Blue) = 168+100+227=495 (65% of max value = 765). Red value is 168 (66.02% from 255 or 33.94% from 495); Green value is 100 (39.45% from 255 or 20.20% from 495); Blue value is 227 (89.06% from 255 or 45.86% from 495); Max value from RGB is 227 - color contains mainly: blue. Hex color #A864E3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A864E3 is #579B1C. Grayscale: #868686. Windows color (decimal): -5741341 or 14902440. OLE color: 14902440.
HSL color Cylindrical-coordinate representation of color #A864E3: hue angle of 272.13º degrees, saturation: 0.69, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A864E3 is Cyan = 0.26, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 168 | 100 | 227 | - |
| CMYK | 0.26 | 0.56 | 0 | 0.11 |
| HSL | 272.13º | 0.69% | 0.64% | - |
| HSV(B) | 272.13º | 0.56% | 0.89% | - |
| XYZ | 34.57 | 22.99 | 75.29 | - |
| YUV | 134.81 | 180.03 | 151.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 100 | 227 | 0.26 | 0.56 | 0 | 0.11 | 272.13 | 0.69 | 0.64 |
| Hex | A8 | 64 | E3 | 1A | 38 | 0 | B | 110 | 45 | 40 |
| Octal | 250 | 144 | 343 | 32 | 70 | 0 | 13 | 420 | 105 | 100 |
| Binary | 10101000 | 1100100 | 11100011 | 11010 | 111000 | 0 | 1011 | 100010000 | 1000101 | 1000000 |
Color Harmonies of #A864E3
Complementary color
Monochromatic Colors of #A864E3
Black with #A864E3
Text Example
Text Example
White with #A864E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A864E3; }
p { color: rgb(168,100,227); }
H1.HeaderClassName
{
color: #A864E3;
}
.AnyTagClassName
{
color: #A864E3;
}
</style>
background-color css
<style>
a { background-color: #A864E3; }
a { background-color: rgb(168,100,227); }
div.DivClassName
{
background-color: #A864E3;
}
.BgClassName
{
background-color: #A864E3;
}
</style>
border-color css
<style>
span { border-color: #A864E3; }
span { border-color: rgb(168,100,227); }
td.TdClassName
{
border-color: #A864E3;
}
.TagClassName
{
border-color: #A864E3;
}
</style>