Shades of Amethyst #A15FE4
Tints of Amethyst #A15FE4
RGB
CMYK
RGB Variations
Color information
#A15FE4 (or 0xA15FE4) is known color: Amethyst. HEX triplet: A1, 5F and E4. RGB value is (161,95,228). Sum of RGB (Red+Green+Blue) = 161+95+228=484 (64% of max value = 765). Red value is 161 (63.28% from 255 or 33.26% from 484); Green value is 95 (37.5% from 255 or 19.63% from 484); Blue value is 228 (89.45% from 255 or 47.11% from 484); Max value from RGB is 228 - color contains mainly: blue. Hex color #A15FE4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A15FE4 is #5EA01B. Grayscale: #818181. Windows color (decimal): -6201372 or 14966689. OLE color: 14966689.
HSL color Cylindrical-coordinate representation of color #A15FE4: hue angle of 269.77º degrees, saturation: 0.71, 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 #A15FE4 is Cyan = 0.29, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 161 | 95 | 228 | - |
| CMYK | 0.29 | 0.58 | 0 | 0.11 |
| HSL | 269.77º | 0.71% | 0.63% | - |
| HSV(B) | 269.77º | 0.58% | 0.89% | - |
| XYZ | 32.79 | 21.36 | 75.79 | - |
| YUV | 129.9 | 183.37 | 150.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 95 | 228 | 0.29 | 0.58 | 0 | 0.11 | 269.77 | 0.71 | 0.63 |
| Hex | A1 | 5F | E4 | 1D | 3A | 0 | B | 10E | 47 | 3F |
| Octal | 241 | 137 | 344 | 35 | 72 | 0 | 13 | 416 | 107 | 77 |
| Binary | 10100001 | 1011111 | 11100100 | 11101 | 111010 | 0 | 1011 | 100001110 | 1000111 | 111111 |
Color Harmonies of #A15FE4
Complementary color
Monochromatic Colors of #A15FE4
Black with #A15FE4
Text Example
Text Example
White with #A15FE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A15FE4; }
p { color: rgb(161,95,228); }
H1.HeaderClassName
{
color: #A15FE4;
}
.AnyTagClassName
{
color: #A15FE4;
}
</style>
background-color css
<style>
a { background-color: #A15FE4; }
a { background-color: rgb(161,95,228); }
div.DivClassName
{
background-color: #A15FE4;
}
.BgClassName
{
background-color: #A15FE4;
}
</style>
border-color css
<style>
span { border-color: #A15FE4; }
span { border-color: rgb(161,95,228); }
td.TdClassName
{
border-color: #A15FE4;
}
.TagClassName
{
border-color: #A15FE4;
}
</style>