Shades of Amethyst #A15DDF
Tints of Amethyst #A15DDF
RGB
CMYK
RGB Variations
Color information
#A15DDF (or 0xA15DDF) is known color: Amethyst. HEX triplet: A1, 5D and DF. RGB value is (161,93,223). Sum of RGB (Red+Green+Blue) = 161+93+223=477 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.75% from 477); Green value is 93 (36.72% from 255 or 19.50% from 477); Blue value is 223 (87.5% from 255 or 46.75% from 477); Max value from RGB is 223 - color contains mainly: blue. Hex color #A15DDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A15DDF is #5EA220. Grayscale: #7F7F7F. Windows color (decimal): -6201889 or 14638497. OLE color: 14638497.
HSL color Cylindrical-coordinate representation of color #A15DDF: hue angle of 271.38º degrees, saturation: 0.67, 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 #A15DDF is Cyan = 0.28, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 161 | 93 | 223 | - |
| CMYK | 0.28 | 0.58 | 0 | 0.13 |
| HSL | 271.38º | 0.67% | 0.62% | - |
| HSV(B) | 271.38º | 0.58% | 0.87% | - |
| XYZ | 31.93 | 20.73 | 72.13 | - |
| YUV | 128.15 | 181.53 | 151.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 93 | 223 | 0.28 | 0.58 | 0 | 0.13 | 271.38 | 0.67 | 0.62 |
| Hex | A1 | 5D | DF | 1C | 3A | 0 | D | 10F | 43 | 3E |
| Octal | 241 | 135 | 337 | 34 | 72 | 0 | 15 | 417 | 103 | 76 |
| Binary | 10100001 | 1011101 | 11011111 | 11100 | 111010 | 0 | 1101 | 100001111 | 1000011 | 111110 |
Color Harmonies of #A15DDF
Complementary color
Monochromatic Colors of #A15DDF
Black with #A15DDF
Text Example
Text Example
White with #A15DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A15DDF; }
p { color: rgb(161,93,223); }
H1.HeaderClassName
{
color: #A15DDF;
}
.AnyTagClassName
{
color: #A15DDF;
}
</style>
background-color css
<style>
a { background-color: #A15DDF; }
a { background-color: rgb(161,93,223); }
div.DivClassName
{
background-color: #A15DDF;
}
.BgClassName
{
background-color: #A15DDF;
}
</style>
border-color css
<style>
span { border-color: #A15DDF; }
span { border-color: rgb(161,93,223); }
td.TdClassName
{
border-color: #A15DDF;
}
.TagClassName
{
border-color: #A15DDF;
}
</style>