Shades of Amethyst #A15ADE
Tints of Amethyst #A15ADE
RGB
CMYK
RGB Variations
Color information
#A15ADE (or 0xA15ADE) is known color: Amethyst. HEX triplet: A1, 5A and DE. RGB value is (161,90,222). Sum of RGB (Red+Green+Blue) = 161+90+222=473 (62% of max value = 765). Red value is 161 (63.28% from 255 or 34.04% from 473); Green value is 90 (35.55% from 255 or 19.03% from 473); Blue value is 222 (87.11% from 255 or 46.93% from 473); Max value from RGB is 222 - color contains mainly: blue. Hex color #A15ADE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A15ADE is #5EA521. Grayscale: #7D7D7D. Windows color (decimal): -6202658 or 14572193. OLE color: 14572193.
HSL color Cylindrical-coordinate representation of color #A15ADE: hue angle of 272.27º degrees, saturation: 0.67, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A15ADE is Cyan = 0.27, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 161 | 90 | 222 | - |
| CMYK | 0.27 | 0.59 | 0 | 0.13 |
| HSL | 272.27º | 0.67% | 0.61% | - |
| HSV(B) | 272.27º | 0.59% | 0.87% | - |
| XYZ | 31.54 | 20.16 | 71.34 | - |
| YUV | 126.28 | 182.02 | 152.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 90 | 222 | 0.27 | 0.59 | 0 | 0.13 | 272.27 | 0.67 | 0.61 |
| Hex | A1 | 5A | DE | 1B | 3B | 0 | D | 110 | 43 | 3D |
| Octal | 241 | 132 | 336 | 33 | 73 | 0 | 15 | 420 | 103 | 75 |
| Binary | 10100001 | 1011010 | 11011110 | 11011 | 111011 | 0 | 1101 | 100010000 | 1000011 | 111101 |
Color Harmonies of #A15ADE
Complementary color
Monochromatic Colors of #A15ADE
Black with #A15ADE
Text Example
Text Example
White with #A15ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A15ADE; }
p { color: rgb(161,90,222); }
H1.HeaderClassName
{
color: #A15ADE;
}
.AnyTagClassName
{
color: #A15ADE;
}
</style>
background-color css
<style>
a { background-color: #A15ADE; }
a { background-color: rgb(161,90,222); }
div.DivClassName
{
background-color: #A15ADE;
}
.BgClassName
{
background-color: #A15ADE;
}
</style>
border-color css
<style>
span { border-color: #A15ADE; }
span { border-color: rgb(161,90,222); }
td.TdClassName
{
border-color: #A15ADE;
}
.TagClassName
{
border-color: #A15ADE;
}
</style>