Shades of Amethyst #A15DD7
Tints of Amethyst #A15DD7
RGB
CMYK
RGB Variations
Color information
#A15DD7 (or 0xA15DD7) is known color: Amethyst. HEX triplet: A1, 5D and D7. RGB value is (161,93,215). Sum of RGB (Red+Green+Blue) = 161+93+215=469 (62% of max value = 765). Red value is 161 (63.28% from 255 or 34.33% from 469); Green value is 93 (36.72% from 255 or 19.83% from 469); Blue value is 215 (84.38% from 255 or 45.84% from 469); Max value from RGB is 215 - color contains mainly: blue. Hex color #A15DD7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A15DD7 is #5EA228. Grayscale: #7E7E7E. Windows color (decimal): -6201897 or 14114209. OLE color: 14114209.
HSL color Cylindrical-coordinate representation of color #A15DD7: hue angle of 273.44º degrees, saturation: 0.6, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A15DD7 is Cyan = 0.25, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 161 | 93 | 215 | - |
| CMYK | 0.25 | 0.57 | 0 | 0.16 |
| HSL | 273.44º | 0.6% | 0.6% | - |
| HSV(B) | 273.44º | 0.57% | 0.84% | - |
| XYZ | 30.88 | 20.31 | 66.58 | - |
| YUV | 127.24 | 177.53 | 152.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 93 | 215 | 0.25 | 0.57 | 0 | 0.16 | 273.44 | 0.6 | 0.6 |
| Hex | A1 | 5D | D7 | 19 | 39 | 0 | 10 | 111 | 3C | 3C |
| Octal | 241 | 135 | 327 | 31 | 71 | 0 | 20 | 421 | 74 | 74 |
| Binary | 10100001 | 1011101 | 11010111 | 11001 | 111001 | 0 | 10000 | 100010001 | 111100 | 111100 |
Color Harmonies of #A15DD7
Complementary color
Monochromatic Colors of #A15DD7
Black with #A15DD7
Text Example
Text Example
White with #A15DD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A15DD7; }
p { color: rgb(161,93,215); }
H1.HeaderClassName
{
color: #A15DD7;
}
.AnyTagClassName
{
color: #A15DD7;
}
</style>
background-color css
<style>
a { background-color: #A15DD7; }
a { background-color: rgb(161,93,215); }
div.DivClassName
{
background-color: #A15DD7;
}
.BgClassName
{
background-color: #A15DD7;
}
</style>
border-color css
<style>
span { border-color: #A15DD7; }
span { border-color: rgb(161,93,215); }
td.TdClassName
{
border-color: #A15DD7;
}
.TagClassName
{
border-color: #A15DD7;
}
</style>