Shades of Amethyst #A153ED
Tints of Amethyst #A153ED
RGB
CMYK
RGB Variations
Color information
#A153ED (or 0xA153ED) is known color: Amethyst. HEX triplet: A1, 53 and ED. RGB value is (161,83,237). Sum of RGB (Red+Green+Blue) = 161+83+237=481 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.47% from 481); Green value is 83 (32.81% from 255 or 17.26% from 481); Blue value is 237 (92.97% from 255 or 49.27% from 481); Max value from RGB is 237 - color contains mainly: blue. Hex color #A153ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A153ED is #5EAC12. Grayscale: #7B7B7B. Windows color (decimal): -6204435 or 15553441. OLE color: 15553441.
HSL color Cylindrical-coordinate representation of color #A153ED: hue angle of 270.39º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A153ED is Cyan = 0.32, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 161 | 83 | 237 | - |
| CMYK | 0.32 | 0.65 | 0 | 0.07 |
| HSL | 270.39º | 0.81% | 0.63% | - |
| HSV(B) | 270.39º | 0.65% | 0.93% | - |
| XYZ | 33.08 | 19.88 | 82.21 | - |
| YUV | 123.88 | 191.84 | 154.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 83 | 237 | 0.32 | 0.65 | 0 | 0.07 | 270.39 | 0.81 | 0.63 |
| Hex | A1 | 53 | ED | 20 | 41 | 0 | 7 | 10E | 51 | 3F |
| Octal | 241 | 123 | 355 | 40 | 101 | 0 | 7 | 416 | 121 | 77 |
| Binary | 10100001 | 1010011 | 11101101 | 100000 | 1000001 | 0 | 111 | 100001110 | 1010001 | 111111 |
Color Harmonies of #A153ED
Complementary color
Monochromatic Colors of #A153ED
Black with #A153ED
Text Example
Text Example
White with #A153ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A153ED; }
p { color: rgb(161,83,237); }
H1.HeaderClassName
{
color: #A153ED;
}
.AnyTagClassName
{
color: #A153ED;
}
</style>
background-color css
<style>
a { background-color: #A153ED; }
a { background-color: rgb(161,83,237); }
div.DivClassName
{
background-color: #A153ED;
}
.BgClassName
{
background-color: #A153ED;
}
</style>
border-color css
<style>
span { border-color: #A153ED; }
span { border-color: rgb(161,83,237); }
td.TdClassName
{
border-color: #A153ED;
}
.TagClassName
{
border-color: #A153ED;
}
</style>