Shades of Amethyst #A155ED
Tints of Amethyst #A155ED
RGB
CMYK
RGB Variations
Color information
#A155ED (or 0xA155ED) is known color: Amethyst. HEX triplet: A1, 55 and ED. RGB value is (161,85,237). Sum of RGB (Red+Green+Blue) = 161+85+237=483 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.33% from 483); Green value is 85 (33.59% from 255 or 17.60% from 483); Blue value is 237 (92.97% from 255 or 49.07% from 483); Max value from RGB is 237 - color contains mainly: blue. Hex color #A155ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A155ED is #5EAA12. Grayscale: #7C7C7C. Windows color (decimal): -6203923 or 15553953. OLE color: 15553953.
HSL color Cylindrical-coordinate representation of color #A155ED: hue angle of 270º degrees, saturation: 0.81, 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 #A155ED is Cyan = 0.32, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 161 | 85 | 237 | - |
| CMYK | 0.32 | 0.64 | 0 | 0.07 |
| HSL | 270º | 0.81% | 0.63% | - |
| HSV(B) | 270º | 0.64% | 0.93% | - |
| XYZ | 33.23 | 20.19 | 82.27 | - |
| YUV | 125.05 | 191.18 | 153.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 85 | 237 | 0.32 | 0.64 | 0 | 0.07 | 270 | 0.81 | 0.63 |
| Hex | A1 | 55 | ED | 20 | 40 | 0 | 7 | 10E | 51 | 3F |
| Octal | 241 | 125 | 355 | 40 | 100 | 0 | 7 | 416 | 121 | 77 |
| Binary | 10100001 | 1010101 | 11101101 | 100000 | 1000000 | 0 | 111 | 100001110 | 1010001 | 111111 |
Color Harmonies of #A155ED
Complementary color
Monochromatic Colors of #A155ED
Black with #A155ED
Text Example
Text Example
White with #A155ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A155ED; }
p { color: rgb(161,85,237); }
H1.HeaderClassName
{
color: #A155ED;
}
.AnyTagClassName
{
color: #A155ED;
}
</style>
background-color css
<style>
a { background-color: #A155ED; }
a { background-color: rgb(161,85,237); }
div.DivClassName
{
background-color: #A155ED;
}
.BgClassName
{
background-color: #A155ED;
}
</style>
border-color css
<style>
span { border-color: #A155ED; }
span { border-color: rgb(161,85,237); }
td.TdClassName
{
border-color: #A155ED;
}
.TagClassName
{
border-color: #A155ED;
}
</style>