Shades of Amethyst #A152E9
Tints of Amethyst #A152E9
RGB
CMYK
RGB Variations
Color information
#A152E9 (or 0xA152E9) is known color: Amethyst. HEX triplet: A1, 52 and E9. RGB value is (161,82,233). Sum of RGB (Red+Green+Blue) = 161+82+233=476 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.82% from 476); Green value is 82 (32.42% from 255 or 17.23% from 476); Blue value is 233 (91.41% from 255 or 48.95% from 476); Max value from RGB is 233 - color contains mainly: blue. Hex color #A152E9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A152E9 is #5EAD16. Grayscale: #7A7A7A. Windows color (decimal): -6204695 or 15291041. OLE color: 15291041.
HSL color Cylindrical-coordinate representation of color #A152E9: hue angle of 271.39º degrees, saturation: 0.77, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A152E9 is Cyan = 0.31, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 161 | 82 | 233 | - |
| CMYK | 0.31 | 0.65 | 0 | 0.09 |
| HSL | 271.39º | 0.77% | 0.62% | - |
| HSV(B) | 271.39º | 0.65% | 0.91% | - |
| XYZ | 32.42 | 19.49 | 79.14 | - |
| YUV | 122.84 | 190.17 | 155.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 82 | 233 | 0.31 | 0.65 | 0 | 0.09 | 271.39 | 0.77 | 0.62 |
| Hex | A1 | 52 | E9 | 1F | 41 | 0 | 9 | 10F | 4D | 3E |
| Octal | 241 | 122 | 351 | 37 | 101 | 0 | 11 | 417 | 115 | 76 |
| Binary | 10100001 | 1010010 | 11101001 | 11111 | 1000001 | 0 | 1001 | 100001111 | 1001101 | 111110 |
Color Harmonies of #A152E9
Complementary color
Monochromatic Colors of #A152E9
Black with #A152E9
Text Example
Text Example
White with #A152E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A152E9; }
p { color: rgb(161,82,233); }
H1.HeaderClassName
{
color: #A152E9;
}
.AnyTagClassName
{
color: #A152E9;
}
</style>
background-color css
<style>
a { background-color: #A152E9; }
a { background-color: rgb(161,82,233); }
div.DivClassName
{
background-color: #A152E9;
}
.BgClassName
{
background-color: #A152E9;
}
</style>
border-color css
<style>
span { border-color: #A152E9; }
span { border-color: rgb(161,82,233); }
td.TdClassName
{
border-color: #A152E9;
}
.TagClassName
{
border-color: #A152E9;
}
</style>