Shades of Amethyst #A15ED9
Tints of Amethyst #A15ED9
RGB
CMYK
RGB Variations
Color information
#A15ED9 (or 0xA15ED9) is known color: Amethyst. HEX triplet: A1, 5E and D9. RGB value is (161,94,217). Sum of RGB (Red+Green+Blue) = 161+94+217=472 (62% of max value = 765). Red value is 161 (63.28% from 255 or 34.11% from 472); Green value is 94 (37.11% from 255 or 19.92% from 472); Blue value is 217 (85.16% from 255 or 45.97% from 472); Max value from RGB is 217 - color contains mainly: blue. Hex color #A15ED9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A15ED9 is #5EA126. Grayscale: #7F7F7F. Windows color (decimal): -6201639 or 14245537. OLE color: 14245537.
HSL color Cylindrical-coordinate representation of color #A15ED9: hue angle of 272.68º degrees, saturation: 0.62, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A15ED9 is Cyan = 0.26, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 161 | 94 | 217 | - |
| CMYK | 0.26 | 0.57 | 0 | 0.15 |
| HSL | 272.68º | 0.62% | 0.61% | - |
| HSV(B) | 272.68º | 0.57% | 0.85% | - |
| XYZ | 31.23 | 20.59 | 67.97 | - |
| YUV | 128.06 | 178.2 | 151.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 94 | 217 | 0.26 | 0.57 | 0 | 0.15 | 272.68 | 0.62 | 0.61 |
| Hex | A1 | 5E | D9 | 1A | 39 | 0 | F | 111 | 3E | 3D |
| Octal | 241 | 136 | 331 | 32 | 71 | 0 | 17 | 421 | 76 | 75 |
| Binary | 10100001 | 1011110 | 11011001 | 11010 | 111001 | 0 | 1111 | 100010001 | 111110 | 111101 |
Color Harmonies of #A15ED9
Complementary color
Monochromatic Colors of #A15ED9
Black with #A15ED9
Text Example
Text Example
White with #A15ED9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A15ED9; }
p { color: rgb(161,94,217); }
H1.HeaderClassName
{
color: #A15ED9;
}
.AnyTagClassName
{
color: #A15ED9;
}
</style>
background-color css
<style>
a { background-color: #A15ED9; }
a { background-color: rgb(161,94,217); }
div.DivClassName
{
background-color: #A15ED9;
}
.BgClassName
{
background-color: #A15ED9;
}
</style>
border-color css
<style>
span { border-color: #A15ED9; }
span { border-color: rgb(161,94,217); }
td.TdClassName
{
border-color: #A15ED9;
}
.TagClassName
{
border-color: #A15ED9;
}
</style>