Shades of Amethyst #A15DCA
Tints of Amethyst #A15DCA
RGB
CMYK
RGB Variations
Color information
#A15DCA (or 0xA15DCA) is known color: Amethyst. HEX triplet: A1, 5D and CA. RGB value is (161,93,202). Sum of RGB (Red+Green+Blue) = 161+93+202=456 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.31% from 456); Green value is 93 (36.72% from 255 or 20.39% from 456); Blue value is 202 (79.30% from 255 or 44.30% from 456); Max value from RGB is 202 - color contains mainly: blue. Hex color #A15DCA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A15DCA is #5EA235. Grayscale: #7D7D7D. Windows color (decimal): -6201910 or 13262241. OLE color: 13262241.
HSL color Cylindrical-coordinate representation of color #A15DCA: hue angle of 277.43º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A15DCA is Cyan = 0.20, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 161 | 93 | 202 | - |
| CMYK | 0.20 | 0.54 | 0 | 0.21 |
| HSL | 277.43º | 0.51% | 0.58% | - |
| HSV(B) | 277.43º | 0.54% | 0.79% | - |
| XYZ | 29.27 | 19.67 | 58.13 | - |
| YUV | 125.76 | 171.03 | 153.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 93 | 202 | 0.20 | 0.54 | 0 | 0.21 | 277.43 | 0.51 | 0.58 |
| Hex | A1 | 5D | CA | 14 | 36 | 0 | 15 | 115 | 33 | 3A |
| Octal | 241 | 135 | 312 | 24 | 66 | 0 | 25 | 425 | 63 | 72 |
| Binary | 10100001 | 1011101 | 11001010 | 10100 | 110110 | 0 | 10101 | 100010101 | 110011 | 111010 |
Color Harmonies of #A15DCA
Complementary color
Monochromatic Colors of #A15DCA
Black with #A15DCA
Text Example
Text Example
White with #A15DCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A15DCA; }
p { color: rgb(161,93,202); }
H1.HeaderClassName
{
color: #A15DCA;
}
.AnyTagClassName
{
color: #A15DCA;
}
</style>
background-color css
<style>
a { background-color: #A15DCA; }
a { background-color: rgb(161,93,202); }
div.DivClassName
{
background-color: #A15DCA;
}
.BgClassName
{
background-color: #A15DCA;
}
</style>
border-color css
<style>
span { border-color: #A15DCA; }
span { border-color: rgb(161,93,202); }
td.TdClassName
{
border-color: #A15DCA;
}
.TagClassName
{
border-color: #A15DCA;
}
</style>