Shades of Amethyst #A153EB
Tints of Amethyst #A153EB
RGB
CMYK
RGB Variations
Color information
#A153EB (or 0xA153EB) is known color: Amethyst. HEX triplet: A1, 53 and EB. RGB value is (161,83,235). Sum of RGB (Red+Green+Blue) = 161+83+235=479 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.61% from 479); Green value is 83 (32.81% from 255 or 17.33% from 479); Blue value is 235 (92.19% from 255 or 49.06% from 479); Max value from RGB is 235 - color contains mainly: blue. Hex color #A153EB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A153EB is #5EAC14. Grayscale: #7B7B7B. Windows color (decimal): -6204437 or 15422369. OLE color: 15422369.
HSL color Cylindrical-coordinate representation of color #A153EB: hue angle of 270.79º degrees, saturation: 0.79, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A153EB is Cyan = 0.31, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 161 | 83 | 235 | - |
| CMYK | 0.31 | 0.65 | 0 | 0.08 |
| HSL | 270.79º | 0.79% | 0.62% | - |
| HSV(B) | 270.79º | 0.65% | 0.92% | - |
| XYZ | 32.79 | 19.76 | 80.68 | - |
| YUV | 123.65 | 190.84 | 154.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 83 | 235 | 0.31 | 0.65 | 0 | 0.08 | 270.79 | 0.79 | 0.62 |
| Hex | A1 | 53 | EB | 1F | 41 | 0 | 8 | 10F | 4F | 3E |
| Octal | 241 | 123 | 353 | 37 | 101 | 0 | 10 | 417 | 117 | 76 |
| Binary | 10100001 | 1010011 | 11101011 | 11111 | 1000001 | 0 | 1000 | 100001111 | 1001111 | 111110 |
Color Harmonies of #A153EB
Complementary color
Monochromatic Colors of #A153EB
Black with #A153EB
Text Example
Text Example
White with #A153EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A153EB; }
p { color: rgb(161,83,235); }
H1.HeaderClassName
{
color: #A153EB;
}
.AnyTagClassName
{
color: #A153EB;
}
</style>
background-color css
<style>
a { background-color: #A153EB; }
a { background-color: rgb(161,83,235); }
div.DivClassName
{
background-color: #A153EB;
}
.BgClassName
{
background-color: #A153EB;
}
</style>
border-color css
<style>
span { border-color: #A153EB; }
span { border-color: rgb(161,83,235); }
td.TdClassName
{
border-color: #A153EB;
}
.TagClassName
{
border-color: #A153EB;
}
</style>