Shades of Amethyst #A15FDD
Tints of Amethyst #A15FDD
RGB
CMYK
RGB Variations
Color information
#A15FDD (or 0xA15FDD) is known color: Amethyst. HEX triplet: A1, 5F and DD. RGB value is (161,95,221). Sum of RGB (Red+Green+Blue) = 161+95+221=477 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.75% from 477); Green value is 95 (37.5% from 255 or 19.92% from 477); Blue value is 221 (86.72% from 255 or 46.33% from 477); Max value from RGB is 221 - color contains mainly: blue. Hex color #A15FDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A15FDD is #5EA022. Grayscale: #808080. Windows color (decimal): -6201379 or 14507937. OLE color: 14507937.
HSL color Cylindrical-coordinate representation of color #A15FDD: hue angle of 271.43º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A15FDD is Cyan = 0.27, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 161 | 95 | 221 | - |
| CMYK | 0.27 | 0.57 | 0 | 0.13 |
| HSL | 271.43º | 0.65% | 0.62% | - |
| HSV(B) | 271.43º | 0.57% | 0.87% | - |
| XYZ | 31.84 | 20.98 | 70.78 | - |
| YUV | 129.1 | 179.87 | 150.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 95 | 221 | 0.27 | 0.57 | 0 | 0.13 | 271.43 | 0.65 | 0.62 |
| Hex | A1 | 5F | DD | 1B | 39 | 0 | D | 10F | 41 | 3E |
| Octal | 241 | 137 | 335 | 33 | 71 | 0 | 15 | 417 | 101 | 76 |
| Binary | 10100001 | 1011111 | 11011101 | 11011 | 111001 | 0 | 1101 | 100001111 | 1000001 | 111110 |
Color Harmonies of #A15FDD
Complementary color
Monochromatic Colors of #A15FDD
Black with #A15FDD
Text Example
Text Example
White with #A15FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A15FDD; }
p { color: rgb(161,95,221); }
H1.HeaderClassName
{
color: #A15FDD;
}
.AnyTagClassName
{
color: #A15FDD;
}
</style>
background-color css
<style>
a { background-color: #A15FDD; }
a { background-color: rgb(161,95,221); }
div.DivClassName
{
background-color: #A15FDD;
}
.BgClassName
{
background-color: #A15FDD;
}
</style>
border-color css
<style>
span { border-color: #A15FDD; }
span { border-color: rgb(161,95,221); }
td.TdClassName
{
border-color: #A15FDD;
}
.TagClassName
{
border-color: #A15FDD;
}
</style>