Shades of Amethyst #A155D0
Tints of Amethyst #A155D0
RGB
CMYK
RGB Variations
Color information
#A155D0 (or 0xA155D0) is known color: Amethyst. HEX triplet: A1, 55 and D0. RGB value is (161,85,208). Sum of RGB (Red+Green+Blue) = 161+85+208=454 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.46% from 454); Green value is 85 (33.59% from 255 or 18.72% from 454); Blue value is 208 (81.64% from 255 or 45.81% from 454); Max value from RGB is 208 - color contains mainly: blue. Hex color #A155D0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A155D0 is #5EAA2F. Grayscale: #797979. Windows color (decimal): -6203952 or 13653409. OLE color: 13653409.
HSL color Cylindrical-coordinate representation of color #A155D0: hue angle of 277.07º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A155D0 is Cyan = 0.23, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 161 | 85 | 208 | - |
| CMYK | 0.23 | 0.59 | 0 | 0.18 |
| HSL | 277.07º | 0.57% | 0.57% | - |
| HSV(B) | 277.07º | 0.59% | 0.82% | - |
| XYZ | 29.33 | 18.63 | 61.72 | - |
| YUV | 121.75 | 176.68 | 156 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 85 | 208 | 0.23 | 0.59 | 0 | 0.18 | 277.07 | 0.57 | 0.57 |
| Hex | A1 | 55 | D0 | 17 | 3B | 0 | 12 | 115 | 39 | 39 |
| Octal | 241 | 125 | 320 | 27 | 73 | 0 | 22 | 425 | 71 | 71 |
| Binary | 10100001 | 1010101 | 11010000 | 10111 | 111011 | 0 | 10010 | 100010101 | 111001 | 111001 |
Color Harmonies of #A155D0
Complementary color
Monochromatic Colors of #A155D0
Black with #A155D0
Text Example
Text Example
White with #A155D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A155D0; }
p { color: rgb(161,85,208); }
H1.HeaderClassName
{
color: #A155D0;
}
.AnyTagClassName
{
color: #A155D0;
}
</style>
background-color css
<style>
a { background-color: #A155D0; }
a { background-color: rgb(161,85,208); }
div.DivClassName
{
background-color: #A155D0;
}
.BgClassName
{
background-color: #A155D0;
}
</style>
border-color css
<style>
span { border-color: #A155D0; }
span { border-color: rgb(161,85,208); }
td.TdClassName
{
border-color: #A155D0;
}
.TagClassName
{
border-color: #A155D0;
}
</style>