Shades of Amethyst #A15DCD
Tints of Amethyst #A15DCD
RGB
CMYK
RGB Variations
Color information
#A15DCD (or 0xA15DCD) is known color: Amethyst. HEX triplet: A1, 5D and CD. RGB value is (161,93,205). Sum of RGB (Red+Green+Blue) = 161+93+205=459 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.08% from 459); Green value is 93 (36.72% from 255 or 20.26% from 459); Blue value is 205 (80.47% from 255 or 44.66% from 459); Max value from RGB is 205 - color contains mainly: blue. Hex color #A15DCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A15DCD is #5EA232. Grayscale: #7D7D7D. Windows color (decimal): -6201907 or 13458849. OLE color: 13458849.
HSL color Cylindrical-coordinate representation of color #A15DCD: hue angle of 276.43º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A15DCD is Cyan = 0.21, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 161 | 93 | 205 | - |
| CMYK | 0.21 | 0.55 | 0 | 0.20 |
| HSL | 276.43º | 0.53% | 0.58% | - |
| HSV(B) | 276.43º | 0.55% | 0.8% | - |
| XYZ | 29.63 | 19.81 | 60.02 | - |
| YUV | 126.1 | 172.53 | 152.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 93 | 205 | 0.21 | 0.55 | 0 | 0.20 | 276.43 | 0.53 | 0.58 |
| Hex | A1 | 5D | CD | 15 | 37 | 0 | 14 | 114 | 35 | 3A |
| Octal | 241 | 135 | 315 | 25 | 67 | 0 | 24 | 424 | 65 | 72 |
| Binary | 10100001 | 1011101 | 11001101 | 10101 | 110111 | 0 | 10100 | 100010100 | 110101 | 111010 |
Color Harmonies of #A15DCD
Complementary color
Monochromatic Colors of #A15DCD
Black with #A15DCD
Text Example
Text Example
White with #A15DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A15DCD; }
p { color: rgb(161,93,205); }
H1.HeaderClassName
{
color: #A15DCD;
}
.AnyTagClassName
{
color: #A15DCD;
}
</style>
background-color css
<style>
a { background-color: #A15DCD; }
a { background-color: rgb(161,93,205); }
div.DivClassName
{
background-color: #A15DCD;
}
.BgClassName
{
background-color: #A15DCD;
}
</style>
border-color css
<style>
span { border-color: #A15DCD; }
span { border-color: rgb(161,93,205); }
td.TdClassName
{
border-color: #A15DCD;
}
.TagClassName
{
border-color: #A15DCD;
}
</style>