Shades of Amethyst #A15CCD
Tints of Amethyst #A15CCD
RGB
CMYK
RGB Variations
Color information
#A15CCD (or 0xA15CCD) is known color: Amethyst. HEX triplet: A1, 5C and CD. RGB value is (161,92,205). Sum of RGB (Red+Green+Blue) = 161+92+205=458 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.15% from 458); Green value is 92 (36.33% from 255 or 20.09% from 458); Blue value is 205 (80.47% from 255 or 44.76% from 458); Max value from RGB is 205 - color contains mainly: blue. Hex color #A15CCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A15CCD is #5EA332. Grayscale: #7D7D7D. Windows color (decimal): -6202163 or 13458593. OLE color: 13458593.
HSL color Cylindrical-coordinate representation of color #A15CCD: hue angle of 276.64º 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 #A15CCD is Cyan = 0.21, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 161 | 92 | 205 | - |
| CMYK | 0.21 | 0.55 | 0 | 0.20 |
| HSL | 276.64º | 0.53% | 0.58% | - |
| HSV(B) | 276.64º | 0.55% | 0.8% | - |
| XYZ | 29.54 | 19.64 | 59.99 | - |
| YUV | 125.51 | 172.86 | 153.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 92 | 205 | 0.21 | 0.55 | 0 | 0.20 | 276.64 | 0.53 | 0.58 |
| Hex | A1 | 5C | CD | 15 | 37 | 0 | 14 | 115 | 35 | 3A |
| Octal | 241 | 134 | 315 | 25 | 67 | 0 | 24 | 425 | 65 | 72 |
| Binary | 10100001 | 1011100 | 11001101 | 10101 | 110111 | 0 | 10100 | 100010101 | 110101 | 111010 |
Color Harmonies of #A15CCD
Complementary color
Monochromatic Colors of #A15CCD
Black with #A15CCD
Text Example
Text Example
White with #A15CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A15CCD; }
p { color: rgb(161,92,205); }
H1.HeaderClassName
{
color: #A15CCD;
}
.AnyTagClassName
{
color: #A15CCD;
}
</style>
background-color css
<style>
a { background-color: #A15CCD; }
a { background-color: rgb(161,92,205); }
div.DivClassName
{
background-color: #A15CCD;
}
.BgClassName
{
background-color: #A15CCD;
}
</style>
border-color css
<style>
span { border-color: #A15CCD; }
span { border-color: rgb(161,92,205); }
td.TdClassName
{
border-color: #A15CCD;
}
.TagClassName
{
border-color: #A15CCD;
}
</style>