Shades of Amethyst #A155DD
Tints of Amethyst #A155DD
RGB
CMYK
RGB Variations
Color information
#A155DD (or 0xA155DD) is known color: Amethyst. HEX triplet: A1, 55 and DD. RGB value is (161,85,221). Sum of RGB (Red+Green+Blue) = 161+85+221=467 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.48% from 467); Green value is 85 (33.59% from 255 or 18.20% from 467); Blue value is 221 (86.72% from 255 or 47.32% from 467); Max value from RGB is 221 - color contains mainly: blue. Hex color #A155DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A155DD is #5EAA22. Grayscale: #7A7A7A. Windows color (decimal): -6203939 or 14505377. OLE color: 14505377.
HSL color Cylindrical-coordinate representation of color #A155DD: hue angle of 273.53º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A155DD is Cyan = 0.27, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 161 | 85 | 221 | - |
| CMYK | 0.27 | 0.62 | 0 | 0.13 |
| HSL | 273.53º | 0.67% | 0.6% | - |
| HSV(B) | 273.53º | 0.62% | 0.87% | - |
| XYZ | 31 | 19.29 | 70.5 | - |
| YUV | 123.23 | 183.18 | 154.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 85 | 221 | 0.27 | 0.62 | 0 | 0.13 | 273.53 | 0.67 | 0.6 |
| Hex | A1 | 55 | DD | 1B | 3E | 0 | D | 112 | 43 | 3C |
| Octal | 241 | 125 | 335 | 33 | 76 | 0 | 15 | 422 | 103 | 74 |
| Binary | 10100001 | 1010101 | 11011101 | 11011 | 111110 | 0 | 1101 | 100010010 | 1000011 | 111100 |
Color Harmonies of #A155DD
Complementary color
Monochromatic Colors of #A155DD
Black with #A155DD
Text Example
Text Example
White with #A155DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A155DD; }
p { color: rgb(161,85,221); }
H1.HeaderClassName
{
color: #A155DD;
}
.AnyTagClassName
{
color: #A155DD;
}
</style>
background-color css
<style>
a { background-color: #A155DD; }
a { background-color: rgb(161,85,221); }
div.DivClassName
{
background-color: #A155DD;
}
.BgClassName
{
background-color: #A155DD;
}
</style>
border-color css
<style>
span { border-color: #A155DD; }
span { border-color: rgb(161,85,221); }
td.TdClassName
{
border-color: #A155DD;
}
.TagClassName
{
border-color: #A155DD;
}
</style>