Shades of Amethyst #A152DA
Tints of Amethyst #A152DA
RGB
CMYK
RGB Variations
Color information
#A152DA (or 0xA152DA) is known color: Amethyst. HEX triplet: A1, 52 and DA. RGB value is (161,82,218). Sum of RGB (Red+Green+Blue) = 161+82+218=461 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.92% from 461); Green value is 82 (32.42% from 255 or 17.79% from 461); Blue value is 218 (85.55% from 255 or 47.29% from 461); Max value from RGB is 218 - color contains mainly: blue. Hex color #A152DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A152DA is #5EAD25. Grayscale: #787878. Windows color (decimal): -6204710 or 14308001. OLE color: 14308001.
HSL color Cylindrical-coordinate representation of color #A152DA: hue angle of 274.85º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A152DA is Cyan = 0.26, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 161 | 82 | 218 | - |
| CMYK | 0.26 | 0.62 | 0 | 0.15 |
| HSL | 274.85º | 0.65% | 0.59% | - |
| HSV(B) | 274.85º | 0.62% | 0.85% | - |
| XYZ | 30.37 | 18.67 | 68.33 | - |
| YUV | 121.13 | 182.67 | 156.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 82 | 218 | 0.26 | 0.62 | 0 | 0.15 | 274.85 | 0.65 | 0.59 |
| Hex | A1 | 52 | DA | 1A | 3E | 0 | F | 113 | 41 | 3B |
| Octal | 241 | 122 | 332 | 32 | 76 | 0 | 17 | 423 | 101 | 73 |
| Binary | 10100001 | 1010010 | 11011010 | 11010 | 111110 | 0 | 1111 | 100010011 | 1000001 | 111011 |
Color Harmonies of #A152DA
Complementary color
Monochromatic Colors of #A152DA
Black with #A152DA
Text Example
Text Example
White with #A152DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A152DA; }
p { color: rgb(161,82,218); }
H1.HeaderClassName
{
color: #A152DA;
}
.AnyTagClassName
{
color: #A152DA;
}
</style>
background-color css
<style>
a { background-color: #A152DA; }
a { background-color: rgb(161,82,218); }
div.DivClassName
{
background-color: #A152DA;
}
.BgClassName
{
background-color: #A152DA;
}
</style>
border-color css
<style>
span { border-color: #A152DA; }
span { border-color: rgb(161,82,218); }
td.TdClassName
{
border-color: #A152DA;
}
.TagClassName
{
border-color: #A152DA;
}
</style>