Shades of Amethyst #A15FCA
Tints of Amethyst #A15FCA
RGB
CMYK
RGB Variations
Color information
#A15FCA (or 0xA15FCA) is known color: Amethyst. HEX triplet: A1, 5F and CA. RGB value is (161,95,202). Sum of RGB (Red+Green+Blue) = 161+95+202=458 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.15% from 458); Green value is 95 (37.5% from 255 or 20.74% from 458); Blue value is 202 (79.30% from 255 or 44.10% from 458); Max value from RGB is 202 - color contains mainly: blue. Hex color #A15FCA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A15FCA is #5EA035. Grayscale: #7E7E7E. Windows color (decimal): -6201398 or 13262753. OLE color: 13262753.
HSL color Cylindrical-coordinate representation of color #A15FCA: hue angle of 277.01º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A15FCA is Cyan = 0.20, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 161 | 95 | 202 | - |
| CMYK | 0.20 | 0.53 | 0 | 0.21 |
| HSL | 277.01º | 0.5% | 0.58% | - |
| HSV(B) | 277.01º | 0.53% | 0.79% | - |
| XYZ | 29.45 | 20.03 | 58.19 | - |
| YUV | 126.93 | 170.37 | 152.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 95 | 202 | 0.20 | 0.53 | 0 | 0.21 | 277.01 | 0.5 | 0.58 |
| Hex | A1 | 5F | CA | 14 | 35 | 0 | 15 | 115 | 32 | 3A |
| Octal | 241 | 137 | 312 | 24 | 65 | 0 | 25 | 425 | 62 | 72 |
| Binary | 10100001 | 1011111 | 11001010 | 10100 | 110101 | 0 | 10101 | 100010101 | 110010 | 111010 |
Color Harmonies of #A15FCA
Complementary color
Monochromatic Colors of #A15FCA
Black with #A15FCA
Text Example
Text Example
White with #A15FCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A15FCA; }
p { color: rgb(161,95,202); }
H1.HeaderClassName
{
color: #A15FCA;
}
.AnyTagClassName
{
color: #A15FCA;
}
</style>
background-color css
<style>
a { background-color: #A15FCA; }
a { background-color: rgb(161,95,202); }
div.DivClassName
{
background-color: #A15FCA;
}
.BgClassName
{
background-color: #A15FCA;
}
</style>
border-color css
<style>
span { border-color: #A15FCA; }
span { border-color: rgb(161,95,202); }
td.TdClassName
{
border-color: #A15FCA;
}
.TagClassName
{
border-color: #A15FCA;
}
</style>