Shades of Amethyst #A152DC
Tints of Amethyst #A152DC
RGB
CMYK
RGB Variations
Color information
#A152DC (or 0xA152DC) is known color: Amethyst. HEX triplet: A1, 52 and DC. RGB value is (161,82,220). Sum of RGB (Red+Green+Blue) = 161+82+220=463 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.77% from 463); Green value is 82 (32.42% from 255 or 17.71% from 463); Blue value is 220 (86.33% from 255 or 47.52% from 463); Max value from RGB is 220 - color contains mainly: blue. Hex color #A152DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A152DC is #5EAD23. Grayscale: #787878. Windows color (decimal): -6204708 or 14439073. OLE color: 14439073.
HSL color Cylindrical-coordinate representation of color #A152DC: hue angle of 274.35º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A152DC is Cyan = 0.27, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 161 | 82 | 220 | - |
| CMYK | 0.27 | 0.63 | 0 | 0.14 |
| HSL | 274.35º | 0.66% | 0.59% | - |
| HSV(B) | 274.35º | 0.63% | 0.86% | - |
| XYZ | 30.63 | 18.78 | 69.72 | - |
| YUV | 121.35 | 183.67 | 156.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 82 | 220 | 0.27 | 0.63 | 0 | 0.14 | 274.35 | 0.66 | 0.59 |
| Hex | A1 | 52 | DC | 1B | 3F | 0 | E | 112 | 42 | 3B |
| Octal | 241 | 122 | 334 | 33 | 77 | 0 | 16 | 422 | 102 | 73 |
| Binary | 10100001 | 1010010 | 11011100 | 11011 | 111111 | 0 | 1110 | 100010010 | 1000010 | 111011 |
Color Harmonies of #A152DC
Complementary color
Monochromatic Colors of #A152DC
Black with #A152DC
Text Example
Text Example
White with #A152DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A152DC; }
p { color: rgb(161,82,220); }
H1.HeaderClassName
{
color: #A152DC;
}
.AnyTagClassName
{
color: #A152DC;
}
</style>
background-color css
<style>
a { background-color: #A152DC; }
a { background-color: rgb(161,82,220); }
div.DivClassName
{
background-color: #A152DC;
}
.BgClassName
{
background-color: #A152DC;
}
</style>
border-color css
<style>
span { border-color: #A152DC; }
span { border-color: rgb(161,82,220); }
td.TdClassName
{
border-color: #A152DC;
}
.TagClassName
{
border-color: #A152DC;
}
</style>