Shades of Amethyst #A35EE1
Tints of Amethyst #A35EE1
RGB
CMYK
RGB Variations
Color information
#A35EE1 (or 0xA35EE1) is known color: Amethyst. HEX triplet: A3, 5E and E1. RGB value is (163,94,225). Sum of RGB (Red+Green+Blue) = 163+94+225=482 (63% of max value = 765). Red value is 163 (64.06% from 255 or 33.82% from 482); Green value is 94 (37.11% from 255 or 19.50% from 482); Blue value is 225 (88.28% from 255 or 46.68% from 482); Max value from RGB is 225 - color contains mainly: blue. Hex color #A35EE1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A35EE1 is #5CA11E. Grayscale: #818181. Windows color (decimal): -6070559 or 14769827. OLE color: 14769827.
HSL color Cylindrical-coordinate representation of color #A35EE1: hue angle of 271.6º degrees, saturation: 0.69, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A35EE1 is Cyan = 0.28, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 163 | 94 | 225 | - |
| CMYK | 0.28 | 0.58 | 0 | 0.12 |
| HSL | 271.6º | 0.69% | 0.63% | - |
| HSV(B) | 271.6º | 0.58% | 0.88% | - |
| XYZ | 32.7 | 21.23 | 73.61 | - |
| YUV | 129.57 | 181.86 | 151.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 94 | 225 | 0.28 | 0.58 | 0 | 0.12 | 271.6 | 0.69 | 0.63 |
| Hex | A3 | 5E | E1 | 1C | 3A | 0 | C | 110 | 45 | 3F |
| Octal | 243 | 136 | 341 | 34 | 72 | 0 | 14 | 420 | 105 | 77 |
| Binary | 10100011 | 1011110 | 11100001 | 11100 | 111010 | 0 | 1100 | 100010000 | 1000101 | 111111 |
Color Harmonies of #A35EE1
Complementary color
Monochromatic Colors of #A35EE1
Black with #A35EE1
Text Example
Text Example
White with #A35EE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A35EE1; }
p { color: rgb(163,94,225); }
H1.HeaderClassName
{
color: #A35EE1;
}
.AnyTagClassName
{
color: #A35EE1;
}
</style>
background-color css
<style>
a { background-color: #A35EE1; }
a { background-color: rgb(163,94,225); }
div.DivClassName
{
background-color: #A35EE1;
}
.BgClassName
{
background-color: #A35EE1;
}
</style>
border-color css
<style>
span { border-color: #A35EE1; }
span { border-color: rgb(163,94,225); }
td.TdClassName
{
border-color: #A35EE1;
}
.TagClassName
{
border-color: #A35EE1;
}
</style>