Shades of Amethyst #A15DDD
Tints of Amethyst #A15DDD
RGB
CMYK
RGB Variations
Color information
#A15DDD (or 0xA15DDD) is known color: Amethyst. HEX triplet: A1, 5D and DD. RGB value is (161,93,221). Sum of RGB (Red+Green+Blue) = 161+93+221=475 (62% of max value = 765). Red value is 161 (63.28% from 255 or 33.89% from 475); Green value is 93 (36.72% from 255 or 19.58% from 475); Blue value is 221 (86.72% from 255 or 46.53% from 475); Max value from RGB is 221 - color contains mainly: blue. Hex color #A15DDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A15DDD is #5EA222. Grayscale: #7F7F7F. Windows color (decimal): -6201891 or 14507425. OLE color: 14507425.
HSL color Cylindrical-coordinate representation of color #A15DDD: hue angle of 271.88º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A15DDD is Cyan = 0.27, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 161 | 93 | 221 | - |
| CMYK | 0.27 | 0.58 | 0 | 0.13 |
| HSL | 271.88º | 0.65% | 0.62% | - |
| HSV(B) | 271.88º | 0.58% | 0.87% | - |
| XYZ | 31.66 | 20.63 | 70.72 | - |
| YUV | 127.92 | 180.53 | 151.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 93 | 221 | 0.27 | 0.58 | 0 | 0.13 | 271.88 | 0.65 | 0.62 |
| Hex | A1 | 5D | DD | 1B | 3A | 0 | D | 110 | 41 | 3E |
| Octal | 241 | 135 | 335 | 33 | 72 | 0 | 15 | 420 | 101 | 76 |
| Binary | 10100001 | 1011101 | 11011101 | 11011 | 111010 | 0 | 1101 | 100010000 | 1000001 | 111110 |
Color Harmonies of #A15DDD
Complementary color
Monochromatic Colors of #A15DDD
Black with #A15DDD
Text Example
Text Example
White with #A15DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A15DDD; }
p { color: rgb(161,93,221); }
H1.HeaderClassName
{
color: #A15DDD;
}
.AnyTagClassName
{
color: #A15DDD;
}
</style>
background-color css
<style>
a { background-color: #A15DDD; }
a { background-color: rgb(161,93,221); }
div.DivClassName
{
background-color: #A15DDD;
}
.BgClassName
{
background-color: #A15DDD;
}
</style>
border-color css
<style>
span { border-color: #A15DDD; }
span { border-color: rgb(161,93,221); }
td.TdClassName
{
border-color: #A15DDD;
}
.TagClassName
{
border-color: #A15DDD;
}
</style>