Shades of Amethyst #A360E1
Tints of Amethyst #A360E1
RGB
CMYK
RGB Variations
Color information
#A360E1 (or 0xA360E1) is known color: Amethyst. HEX triplet: A3, 60 and E1. RGB value is (163,96,225). Sum of RGB (Red+Green+Blue) = 163+96+225=484 (64% of max value = 765). Red value is 163 (64.06% from 255 or 33.68% from 484); Green value is 96 (37.89% from 255 or 19.83% from 484); Blue value is 225 (88.28% from 255 or 46.49% from 484); Max value from RGB is 225 - color contains mainly: blue. Hex color #A360E1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A360E1 is #5C9F1E. Grayscale: #828282. Windows color (decimal): -6070047 or 14770339. OLE color: 14770339.
HSL color Cylindrical-coordinate representation of color #A360E1: hue angle of 271.16º degrees, saturation: 0.68, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A360E1 is Cyan = 0.28, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 163 | 96 | 225 | - |
| CMYK | 0.28 | 0.57 | 0 | 0.12 |
| HSL | 271.16º | 0.68% | 0.63% | - |
| HSV(B) | 271.16º | 0.57% | 0.88% | - |
| XYZ | 32.88 | 21.59 | 73.67 | - |
| YUV | 130.74 | 181.2 | 151.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 96 | 225 | 0.28 | 0.57 | 0 | 0.12 | 271.16 | 0.68 | 0.63 |
| Hex | A3 | 60 | E1 | 1C | 39 | 0 | C | 10F | 44 | 3F |
| Octal | 243 | 140 | 341 | 34 | 71 | 0 | 14 | 417 | 104 | 77 |
| Binary | 10100011 | 1100000 | 11100001 | 11100 | 111001 | 0 | 1100 | 100001111 | 1000100 | 111111 |
Color Harmonies of #A360E1
Complementary color
Monochromatic Colors of #A360E1
Black with #A360E1
Text Example
Text Example
White with #A360E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A360E1; }
p { color: rgb(163,96,225); }
H1.HeaderClassName
{
color: #A360E1;
}
.AnyTagClassName
{
color: #A360E1;
}
</style>
background-color css
<style>
a { background-color: #A360E1; }
a { background-color: rgb(163,96,225); }
div.DivClassName
{
background-color: #A360E1;
}
.BgClassName
{
background-color: #A360E1;
}
</style>
border-color css
<style>
span { border-color: #A360E1; }
span { border-color: rgb(163,96,225); }
td.TdClassName
{
border-color: #A360E1;
}
.TagClassName
{
border-color: #A360E1;
}
</style>