Shades of Amethyst #A15CDC
Tints of Amethyst #A15CDC
RGB
CMYK
RGB Variations
Color information
#A15CDC (or 0xA15CDC) is known color: Amethyst. HEX triplet: A1, 5C and DC. RGB value is (161,92,220). Sum of RGB (Red+Green+Blue) = 161+92+220=473 (62% of max value = 765). Red value is 161 (63.28% from 255 or 34.04% from 473); Green value is 92 (36.33% from 255 or 19.45% from 473); Blue value is 220 (86.33% from 255 or 46.51% from 473); Max value from RGB is 220 - color contains mainly: blue. Hex color #A15CDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A15CDC is #5EA323. Grayscale: #7E7E7E. Windows color (decimal): -6202148 or 14441633. OLE color: 14441633.
HSL color Cylindrical-coordinate representation of color #A15CDC: hue angle of 272.34º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A15CDC is Cyan = 0.27, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 161 | 92 | 220 | - |
| CMYK | 0.27 | 0.58 | 0 | 0.14 |
| HSL | 272.34º | 0.65% | 0.61% | - |
| HSV(B) | 272.34º | 0.58% | 0.86% | - |
| XYZ | 31.44 | 20.4 | 69.99 | - |
| YUV | 127.22 | 180.36 | 152.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 92 | 220 | 0.27 | 0.58 | 0 | 0.14 | 272.34 | 0.65 | 0.61 |
| Hex | A1 | 5C | DC | 1B | 3A | 0 | E | 110 | 41 | 3D |
| Octal | 241 | 134 | 334 | 33 | 72 | 0 | 16 | 420 | 101 | 75 |
| Binary | 10100001 | 1011100 | 11011100 | 11011 | 111010 | 0 | 1110 | 100010000 | 1000001 | 111101 |
Color Harmonies of #A15CDC
Complementary color
Monochromatic Colors of #A15CDC
Black with #A15CDC
Text Example
Text Example
White with #A15CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A15CDC; }
p { color: rgb(161,92,220); }
H1.HeaderClassName
{
color: #A15CDC;
}
.AnyTagClassName
{
color: #A15CDC;
}
</style>
background-color css
<style>
a { background-color: #A15CDC; }
a { background-color: rgb(161,92,220); }
div.DivClassName
{
background-color: #A15CDC;
}
.BgClassName
{
background-color: #A15CDC;
}
</style>
border-color css
<style>
span { border-color: #A15CDC; }
span { border-color: rgb(161,92,220); }
td.TdClassName
{
border-color: #A15CDC;
}
.TagClassName
{
border-color: #A15CDC;
}
</style>