Shades of Amethyst #A15ADD
Tints of Amethyst #A15ADD
RGB
CMYK
RGB Variations
Color information
#A15ADD (or 0xA15ADD) is known color: Amethyst. HEX triplet: A1, 5A and DD. RGB value is (161,90,221). Sum of RGB (Red+Green+Blue) = 161+90+221=472 (62% of max value = 765). Red value is 161 (63.28% from 255 or 34.11% from 472); Green value is 90 (35.55% from 255 or 19.07% from 472); Blue value is 221 (86.72% from 255 or 46.82% from 472); Max value from RGB is 221 - color contains mainly: blue. Hex color #A15ADD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A15ADD is #5EA522. Grayscale: #7D7D7D. Windows color (decimal): -6202659 or 14506657. OLE color: 14506657.
HSL color Cylindrical-coordinate representation of color #A15ADD: hue angle of 272.52º degrees, saturation: 0.66, 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 #A15ADD is Cyan = 0.27, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 161 | 90 | 221 | - |
| CMYK | 0.27 | 0.59 | 0 | 0.13 |
| HSL | 272.52º | 0.66% | 0.61% | - |
| HSV(B) | 272.52º | 0.59% | 0.87% | - |
| XYZ | 31.41 | 20.11 | 70.63 | - |
| YUV | 126.16 | 181.52 | 152.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 90 | 221 | 0.27 | 0.59 | 0 | 0.13 | 272.52 | 0.66 | 0.61 |
| Hex | A1 | 5A | DD | 1B | 3B | 0 | D | 111 | 42 | 3D |
| Octal | 241 | 132 | 335 | 33 | 73 | 0 | 15 | 421 | 102 | 75 |
| Binary | 10100001 | 1011010 | 11011101 | 11011 | 111011 | 0 | 1101 | 100010001 | 1000010 | 111101 |
Color Harmonies of #A15ADD
Complementary color
Monochromatic Colors of #A15ADD
Black with #A15ADD
Text Example
Text Example
White with #A15ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A15ADD; }
p { color: rgb(161,90,221); }
H1.HeaderClassName
{
color: #A15ADD;
}
.AnyTagClassName
{
color: #A15ADD;
}
</style>
background-color css
<style>
a { background-color: #A15ADD; }
a { background-color: rgb(161,90,221); }
div.DivClassName
{
background-color: #A15ADD;
}
.BgClassName
{
background-color: #A15ADD;
}
</style>
border-color css
<style>
span { border-color: #A15ADD; }
span { border-color: rgb(161,90,221); }
td.TdClassName
{
border-color: #A15ADD;
}
.TagClassName
{
border-color: #A15ADD;
}
</style>