Shades of Amethyst #AC71E1
Tints of Amethyst #AC71E1
RGB
CMYK
RGB Variations
Color information
#AC71E1 (or 0xAC71E1) is known color: Amethyst. HEX triplet: AC, 71 and E1. RGB value is (172,113,225). Sum of RGB (Red+Green+Blue) = 172+113+225=510 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.73% from 510); Green value is 113 (44.53% from 255 or 22.16% from 510); Blue value is 225 (88.28% from 255 or 44.12% from 510); Max value from RGB is 225 - color contains mainly: blue. Hex color #AC71E1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC71E1 is #538E1E. Grayscale: #8F8F8F. Windows color (decimal): -5475871 or 14774700. OLE color: 14774700.
HSL color Cylindrical-coordinate representation of color #AC71E1: hue angle of 271.61º degrees, saturation: 0.65, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AC71E1 is Cyan = 0.24, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 172 | 113 | 225 | - |
| CMYK | 0.24 | 0.50 | 0 | 0.12 |
| HSL | 271.61º | 0.65% | 0.66% | - |
| HSV(B) | 271.61º | 0.5% | 0.88% | - |
| XYZ | 36.51 | 26.02 | 74.33 | - |
| YUV | 143.41 | 174.05 | 148.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 113 | 225 | 0.24 | 0.50 | 0 | 0.12 | 271.61 | 0.65 | 0.66 |
| Hex | AC | 71 | E1 | 18 | 32 | 0 | C | 110 | 41 | 42 |
| Octal | 254 | 161 | 341 | 30 | 62 | 0 | 14 | 420 | 101 | 102 |
| Binary | 10101100 | 1110001 | 11100001 | 11000 | 110010 | 0 | 1100 | 100010000 | 1000001 | 1000010 |
Color Harmonies of #AC71E1
Complementary color
Monochromatic Colors of #AC71E1
Black with #AC71E1
Text Example
Text Example
White with #AC71E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC71E1; }
p { color: rgb(172,113,225); }
H1.HeaderClassName
{
color: #AC71E1;
}
.AnyTagClassName
{
color: #AC71E1;
}
</style>
background-color css
<style>
a { background-color: #AC71E1; }
a { background-color: rgb(172,113,225); }
div.DivClassName
{
background-color: #AC71E1;
}
.BgClassName
{
background-color: #AC71E1;
}
</style>
border-color css
<style>
span { border-color: #AC71E1; }
span { border-color: rgb(172,113,225); }
td.TdClassName
{
border-color: #AC71E1;
}
.TagClassName
{
border-color: #AC71E1;
}
</style>