Shades of Amethyst #A15DD4
Tints of Amethyst #A15DD4
RGB
CMYK
RGB Variations
Color information
#A15DD4 (or 0xA15DD4) is known color: Amethyst. HEX triplet: A1, 5D and D4. RGB value is (161,93,212). Sum of RGB (Red+Green+Blue) = 161+93+212=466 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.55% from 466); Green value is 93 (36.72% from 255 or 19.96% from 466); Blue value is 212 (83.20% from 255 or 45.49% from 466); Max value from RGB is 212 - color contains mainly: blue. Hex color #A15DD4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A15DD4 is #5EA22B. Grayscale: #7E7E7E. Windows color (decimal): -6201900 or 13917601. OLE color: 13917601.
HSL color Cylindrical-coordinate representation of color #A15DD4: hue angle of 274.29º degrees, saturation: 0.58, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A15DD4 is Cyan = 0.24, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 161 | 93 | 212 | - |
| CMYK | 0.24 | 0.56 | 0 | 0.17 |
| HSL | 274.29º | 0.58% | 0.6% | - |
| HSV(B) | 274.29º | 0.56% | 0.83% | - |
| XYZ | 30.5 | 20.16 | 64.57 | - |
| YUV | 126.9 | 176.03 | 152.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 93 | 212 | 0.24 | 0.56 | 0 | 0.17 | 274.29 | 0.58 | 0.6 |
| Hex | A1 | 5D | D4 | 18 | 38 | 0 | 11 | 112 | 3A | 3C |
| Octal | 241 | 135 | 324 | 30 | 70 | 0 | 21 | 422 | 72 | 74 |
| Binary | 10100001 | 1011101 | 11010100 | 11000 | 111000 | 0 | 10001 | 100010010 | 111010 | 111100 |
Color Harmonies of #A15DD4
Complementary color
Monochromatic Colors of #A15DD4
Black with #A15DD4
Text Example
Text Example
White with #A15DD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A15DD4; }
p { color: rgb(161,93,212); }
H1.HeaderClassName
{
color: #A15DD4;
}
.AnyTagClassName
{
color: #A15DD4;
}
</style>
background-color css
<style>
a { background-color: #A15DD4; }
a { background-color: rgb(161,93,212); }
div.DivClassName
{
background-color: #A15DD4;
}
.BgClassName
{
background-color: #A15DD4;
}
</style>
border-color css
<style>
span { border-color: #A15DD4; }
span { border-color: rgb(161,93,212); }
td.TdClassName
{
border-color: #A15DD4;
}
.TagClassName
{
border-color: #A15DD4;
}
</style>