Shades of Amethyst #A156D5
Tints of Amethyst #A156D5
RGB
CMYK
RGB Variations
Color information
#A156D5 (or 0xA156D5) is known color: Amethyst. HEX triplet: A1, 56 and D5. RGB value is (161,86,213). Sum of RGB (Red+Green+Blue) = 161+86+213=460 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35% from 460); Green value is 86 (33.98% from 255 or 18.70% from 460); Blue value is 213 (83.59% from 255 or 46.30% from 460); Max value from RGB is 213 - color contains mainly: blue. Hex color #A156D5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A156D5 is #5EA92A. Grayscale: #7A7A7A. Windows color (decimal): -6203691 or 13981345. OLE color: 13981345.
HSL color Cylindrical-coordinate representation of color #A156D5: hue angle of 275.43º degrees, saturation: 0.6, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A156D5 is Cyan = 0.24, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 161 | 86 | 213 | - |
| CMYK | 0.24 | 0.60 | 0 | 0.16 |
| HSL | 275.43º | 0.6% | 0.59% | - |
| HSV(B) | 275.43º | 0.6% | 0.84% | - |
| XYZ | 30.04 | 19.04 | 65.04 | - |
| YUV | 122.9 | 178.85 | 155.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 86 | 213 | 0.24 | 0.60 | 0 | 0.16 | 275.43 | 0.6 | 0.59 |
| Hex | A1 | 56 | D5 | 18 | 3C | 0 | 10 | 113 | 3C | 3B |
| Octal | 241 | 126 | 325 | 30 | 74 | 0 | 20 | 423 | 74 | 73 |
| Binary | 10100001 | 1010110 | 11010101 | 11000 | 111100 | 0 | 10000 | 100010011 | 111100 | 111011 |
Color Harmonies of #A156D5
Complementary color
Monochromatic Colors of #A156D5
Black with #A156D5
Text Example
Text Example
White with #A156D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A156D5; }
p { color: rgb(161,86,213); }
H1.HeaderClassName
{
color: #A156D5;
}
.AnyTagClassName
{
color: #A156D5;
}
</style>
background-color css
<style>
a { background-color: #A156D5; }
a { background-color: rgb(161,86,213); }
div.DivClassName
{
background-color: #A156D5;
}
.BgClassName
{
background-color: #A156D5;
}
</style>
border-color css
<style>
span { border-color: #A156D5; }
span { border-color: rgb(161,86,213); }
td.TdClassName
{
border-color: #A156D5;
}
.TagClassName
{
border-color: #A156D5;
}
</style>