Shades of Amethyst #A155EC
Tints of Amethyst #A155EC
RGB
CMYK
RGB Variations
Color information
#A155EC (or 0xA155EC) is known color: Amethyst. HEX triplet: A1, 55 and EC. RGB value is (161,85,236). Sum of RGB (Red+Green+Blue) = 161+85+236=482 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.40% from 482); Green value is 85 (33.59% from 255 or 17.63% from 482); Blue value is 236 (92.58% from 255 or 48.96% from 482); Max value from RGB is 236 - color contains mainly: blue. Hex color #A155EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A155EC is #5EAA13. Grayscale: #7C7C7C. Windows color (decimal): -6203924 or 15488417. OLE color: 15488417.
HSL color Cylindrical-coordinate representation of color #A155EC: hue angle of 270.2º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A155EC is Cyan = 0.32, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 161 | 85 | 236 | - |
| CMYK | 0.32 | 0.64 | 0 | 0.07 |
| HSL | 270.2º | 0.8% | 0.63% | - |
| HSV(B) | 270.2º | 0.64% | 0.93% | - |
| XYZ | 33.09 | 20.13 | 81.5 | - |
| YUV | 124.94 | 190.68 | 153.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 85 | 236 | 0.32 | 0.64 | 0 | 0.07 | 270.2 | 0.8 | 0.63 |
| Hex | A1 | 55 | EC | 20 | 40 | 0 | 7 | 10E | 50 | 3F |
| Octal | 241 | 125 | 354 | 40 | 100 | 0 | 7 | 416 | 120 | 77 |
| Binary | 10100001 | 1010101 | 11101100 | 100000 | 1000000 | 0 | 111 | 100001110 | 1010000 | 111111 |
Color Harmonies of #A155EC
Complementary color
Monochromatic Colors of #A155EC
Black with #A155EC
Text Example
Text Example
White with #A155EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A155EC; }
p { color: rgb(161,85,236); }
H1.HeaderClassName
{
color: #A155EC;
}
.AnyTagClassName
{
color: #A155EC;
}
</style>
background-color css
<style>
a { background-color: #A155EC; }
a { background-color: rgb(161,85,236); }
div.DivClassName
{
background-color: #A155EC;
}
.BgClassName
{
background-color: #A155EC;
}
</style>
border-color css
<style>
span { border-color: #A155EC; }
span { border-color: rgb(161,85,236); }
td.TdClassName
{
border-color: #A155EC;
}
.TagClassName
{
border-color: #A155EC;
}
</style>