Shades of Amethyst #A156DC
Tints of Amethyst #A156DC
RGB
CMYK
RGB Variations
Color information
#A156DC (or 0xA156DC) is known color: Amethyst. HEX triplet: A1, 56 and DC. RGB value is (161,86,220). Sum of RGB (Red+Green+Blue) = 161+86+220=467 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.48% from 467); Green value is 86 (33.98% from 255 or 18.42% from 467); Blue value is 220 (86.33% from 255 or 47.11% from 467); Max value from RGB is 220 - color contains mainly: blue. Hex color #A156DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A156DC is #5EA923. Grayscale: #7B7B7B. Windows color (decimal): -6203684 or 14440097. OLE color: 14440097.
HSL color Cylindrical-coordinate representation of color #A156DC: hue angle of 273.58º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A156DC is Cyan = 0.27, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 161 | 86 | 220 | - |
| CMYK | 0.27 | 0.61 | 0 | 0.14 |
| HSL | 273.58º | 0.66% | 0.6% | - |
| HSV(B) | 273.58º | 0.61% | 0.86% | - |
| XYZ | 30.94 | 19.4 | 69.82 | - |
| YUV | 123.7 | 182.35 | 154.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 86 | 220 | 0.27 | 0.61 | 0 | 0.14 | 273.58 | 0.66 | 0.6 |
| Hex | A1 | 56 | DC | 1B | 3D | 0 | E | 112 | 42 | 3C |
| Octal | 241 | 126 | 334 | 33 | 75 | 0 | 16 | 422 | 102 | 74 |
| Binary | 10100001 | 1010110 | 11011100 | 11011 | 111101 | 0 | 1110 | 100010010 | 1000010 | 111100 |
Color Harmonies of #A156DC
Complementary color
Monochromatic Colors of #A156DC
Black with #A156DC
Text Example
Text Example
White with #A156DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A156DC; }
p { color: rgb(161,86,220); }
H1.HeaderClassName
{
color: #A156DC;
}
.AnyTagClassName
{
color: #A156DC;
}
</style>
background-color css
<style>
a { background-color: #A156DC; }
a { background-color: rgb(161,86,220); }
div.DivClassName
{
background-color: #A156DC;
}
.BgClassName
{
background-color: #A156DC;
}
</style>
border-color css
<style>
span { border-color: #A156DC; }
span { border-color: rgb(161,86,220); }
td.TdClassName
{
border-color: #A156DC;
}
.TagClassName
{
border-color: #A156DC;
}
</style>