Shades of Amethyst #A15EDB
Tints of Amethyst #A15EDB
RGB
CMYK
RGB Variations
Color information
#A15EDB (or 0xA15EDB) is known color: Amethyst. HEX triplet: A1, 5E and DB. RGB value is (161,94,219). Sum of RGB (Red+Green+Blue) = 161+94+219=474 (62% of max value = 765). Red value is 161 (63.28% from 255 or 33.97% from 474); Green value is 94 (37.11% from 255 or 19.83% from 474); Blue value is 219 (85.94% from 255 or 46.20% from 474); Max value from RGB is 219 - color contains mainly: blue. Hex color #A15EDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A15EDB is #5EA124. Grayscale: #7F7F7F. Windows color (decimal): -6201637 or 14376609. OLE color: 14376609.
HSL color Cylindrical-coordinate representation of color #A15EDB: hue angle of 272.16º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A15EDB is Cyan = 0.26, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 161 | 94 | 219 | - |
| CMYK | 0.26 | 0.57 | 0 | 0.14 |
| HSL | 272.16º | 0.63% | 0.61% | - |
| HSV(B) | 272.16º | 0.57% | 0.86% | - |
| XYZ | 31.49 | 20.7 | 69.35 | - |
| YUV | 128.28 | 179.2 | 151.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 94 | 219 | 0.26 | 0.57 | 0 | 0.14 | 272.16 | 0.63 | 0.61 |
| Hex | A1 | 5E | DB | 1A | 39 | 0 | E | 110 | 3F | 3D |
| Octal | 241 | 136 | 333 | 32 | 71 | 0 | 16 | 420 | 77 | 75 |
| Binary | 10100001 | 1011110 | 11011011 | 11010 | 111001 | 0 | 1110 | 100010000 | 111111 | 111101 |
Color Harmonies of #A15EDB
Complementary color
Monochromatic Colors of #A15EDB
Black with #A15EDB
Text Example
Text Example
White with #A15EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A15EDB; }
p { color: rgb(161,94,219); }
H1.HeaderClassName
{
color: #A15EDB;
}
.AnyTagClassName
{
color: #A15EDB;
}
</style>
background-color css
<style>
a { background-color: #A15EDB; }
a { background-color: rgb(161,94,219); }
div.DivClassName
{
background-color: #A15EDB;
}
.BgClassName
{
background-color: #A15EDB;
}
</style>
border-color css
<style>
span { border-color: #A15EDB; }
span { border-color: rgb(161,94,219); }
td.TdClassName
{
border-color: #A15EDB;
}
.TagClassName
{
border-color: #A15EDB;
}
</style>