Shades of Amethyst #A156EA
Tints of Amethyst #A156EA
RGB
CMYK
RGB Variations
Color information
#A156EA (or 0xA156EA) is known color: Amethyst. HEX triplet: A1, 56 and EA. RGB value is (161,86,234). Sum of RGB (Red+Green+Blue) = 161+86+234=481 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.47% from 481); Green value is 86 (33.98% from 255 or 17.88% from 481); Blue value is 234 (91.80% from 255 or 48.65% from 481); Max value from RGB is 234 - color contains mainly: blue. Hex color #A156EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A156EA is #5EA915. Grayscale: #7C7C7C. Windows color (decimal): -6203670 or 15357601. OLE color: 15357601.
HSL color Cylindrical-coordinate representation of color #A156EA: hue angle of 270.41º degrees, saturation: 0.78, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A156EA is Cyan = 0.31, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 161 | 86 | 234 | - |
| CMYK | 0.31 | 0.63 | 0 | 0.08 |
| HSL | 270.41º | 0.78% | 0.63% | - |
| HSV(B) | 270.41º | 0.63% | 0.92% | - |
| XYZ | 32.88 | 20.17 | 80 | - |
| YUV | 125.3 | 189.35 | 153.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 86 | 234 | 0.31 | 0.63 | 0 | 0.08 | 270.41 | 0.78 | 0.63 |
| Hex | A1 | 56 | EA | 1F | 3F | 0 | 8 | 10E | 4E | 3F |
| Octal | 241 | 126 | 352 | 37 | 77 | 0 | 10 | 416 | 116 | 77 |
| Binary | 10100001 | 1010110 | 11101010 | 11111 | 111111 | 0 | 1000 | 100001110 | 1001110 | 111111 |
Color Harmonies of #A156EA
Complementary color
Monochromatic Colors of #A156EA
Black with #A156EA
Text Example
Text Example
White with #A156EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A156EA; }
p { color: rgb(161,86,234); }
H1.HeaderClassName
{
color: #A156EA;
}
.AnyTagClassName
{
color: #A156EA;
}
</style>
background-color css
<style>
a { background-color: #A156EA; }
a { background-color: rgb(161,86,234); }
div.DivClassName
{
background-color: #A156EA;
}
.BgClassName
{
background-color: #A156EA;
}
</style>
border-color css
<style>
span { border-color: #A156EA; }
span { border-color: rgb(161,86,234); }
td.TdClassName
{
border-color: #A156EA;
}
.TagClassName
{
border-color: #A156EA;
}
</style>