Shades of Amethyst #A863E1
Tints of Amethyst #A863E1
RGB
CMYK
RGB Variations
Color information
#A863E1 (or 0xA863E1) is known color: Amethyst. HEX triplet: A8, 63 and E1. RGB value is (168,99,225). Sum of RGB (Red+Green+Blue) = 168+99+225=492 (65% of max value = 765). Red value is 168 (66.02% from 255 or 34.15% from 492); Green value is 99 (39.06% from 255 or 20.12% from 492); Blue value is 225 (88.28% from 255 or 45.73% from 492); Max value from RGB is 225 - color contains mainly: blue. Hex color #A863E1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A863E1 is #579C1E. Grayscale: #858585. Windows color (decimal): -5741599 or 14771112. OLE color: 14771112.
HSL color Cylindrical-coordinate representation of color #A863E1: hue angle of 272.86º 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 #A863E1 is Cyan = 0.25, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 168 | 99 | 225 | - |
| CMYK | 0.25 | 0.56 | 0 | 0.12 |
| HSL | 272.86º | 0.68% | 0.64% | - |
| HSV(B) | 272.86º | 0.56% | 0.88% | - |
| XYZ | 34.2 | 22.68 | 73.81 | - |
| YUV | 134 | 179.36 | 152.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 99 | 225 | 0.25 | 0.56 | 0 | 0.12 | 272.86 | 0.68 | 0.64 |
| Hex | A8 | 63 | E1 | 19 | 38 | 0 | C | 111 | 44 | 40 |
| Octal | 250 | 143 | 341 | 31 | 70 | 0 | 14 | 421 | 104 | 100 |
| Binary | 10101000 | 1100011 | 11100001 | 11001 | 111000 | 0 | 1100 | 100010001 | 1000100 | 1000000 |
Color Harmonies of #A863E1
Complementary color
Monochromatic Colors of #A863E1
Black with #A863E1
Text Example
Text Example
White with #A863E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A863E1; }
p { color: rgb(168,99,225); }
H1.HeaderClassName
{
color: #A863E1;
}
.AnyTagClassName
{
color: #A863E1;
}
</style>
background-color css
<style>
a { background-color: #A863E1; }
a { background-color: rgb(168,99,225); }
div.DivClassName
{
background-color: #A863E1;
}
.BgClassName
{
background-color: #A863E1;
}
</style>
border-color css
<style>
span { border-color: #A863E1; }
span { border-color: rgb(168,99,225); }
td.TdClassName
{
border-color: #A863E1;
}
.TagClassName
{
border-color: #A863E1;
}
</style>