Shades of Amethyst #A15FE3
Tints of Amethyst #A15FE3
RGB
CMYK
RGB Variations
Color information
#A15FE3 (or 0xA15FE3) is known color: Amethyst. HEX triplet: A1, 5F and E3. RGB value is (161,95,227). Sum of RGB (Red+Green+Blue) = 161+95+227=483 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.33% from 483); Green value is 95 (37.5% from 255 or 19.67% from 483); Blue value is 227 (89.06% from 255 or 47.00% from 483); Max value from RGB is 227 - color contains mainly: blue. Hex color #A15FE3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A15FE3 is #5EA01C. Grayscale: #818181. Windows color (decimal): -6201373 or 14901153. OLE color: 14901153.
HSL color Cylindrical-coordinate representation of color #A15FE3: hue angle of 270º degrees, saturation: 0.7, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A15FE3 is Cyan = 0.29, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 161 | 95 | 227 | - |
| CMYK | 0.29 | 0.58 | 0 | 0.11 |
| HSL | 270º | 0.7% | 0.63% | - |
| HSV(B) | 270º | 0.58% | 0.89% | - |
| XYZ | 32.66 | 21.31 | 75.06 | - |
| YUV | 129.78 | 182.87 | 150.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 95 | 227 | 0.29 | 0.58 | 0 | 0.11 | 270 | 0.7 | 0.63 |
| Hex | A1 | 5F | E3 | 1D | 3A | 0 | B | 10E | 46 | 3F |
| Octal | 241 | 137 | 343 | 35 | 72 | 0 | 13 | 416 | 106 | 77 |
| Binary | 10100001 | 1011111 | 11100011 | 11101 | 111010 | 0 | 1011 | 100001110 | 1000110 | 111111 |
Color Harmonies of #A15FE3
Complementary color
Monochromatic Colors of #A15FE3
Black with #A15FE3
Text Example
Text Example
White with #A15FE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A15FE3; }
p { color: rgb(161,95,227); }
H1.HeaderClassName
{
color: #A15FE3;
}
.AnyTagClassName
{
color: #A15FE3;
}
</style>
background-color css
<style>
a { background-color: #A15FE3; }
a { background-color: rgb(161,95,227); }
div.DivClassName
{
background-color: #A15FE3;
}
.BgClassName
{
background-color: #A15FE3;
}
</style>
border-color css
<style>
span { border-color: #A15FE3; }
span { border-color: rgb(161,95,227); }
td.TdClassName
{
border-color: #A15FE3;
}
.TagClassName
{
border-color: #A15FE3;
}
</style>