Shades of Amethyst #AC61E5
Tints of Amethyst #AC61E5
RGB
CMYK
RGB Variations
Color information
#AC61E5 (or 0xAC61E5) is known color: Amethyst. HEX triplet: AC, 61 and E5. RGB value is (172,97,229). Sum of RGB (Red+Green+Blue) = 172+97+229=498 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.54% from 498); Green value is 97 (38.28% from 255 or 19.48% from 498); Blue value is 229 (89.84% from 255 or 45.98% from 498); Max value from RGB is 229 - color contains mainly: blue. Hex color #AC61E5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC61E5 is #539E1A. Grayscale: #868686. Windows color (decimal): -5479963 or 15032748. OLE color: 15032748.
HSL color Cylindrical-coordinate representation of color #AC61E5: hue angle of 274.09º degrees, saturation: 0.72, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AC61E5 is Cyan = 0.25, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 172 | 97 | 229 | - |
| CMYK | 0.25 | 0.58 | 0 | 0.10 |
| HSL | 274.09º | 0.72% | 0.64% | - |
| HSV(B) | 274.09º | 0.58% | 0.9% | - |
| XYZ | 35.43 | 22.98 | 76.7 | - |
| YUV | 134.47 | 181.35 | 154.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 97 | 229 | 0.25 | 0.58 | 0 | 0.10 | 274.09 | 0.72 | 0.64 |
| Hex | AC | 61 | E5 | 19 | 3A | 0 | A | 112 | 48 | 40 |
| Octal | 254 | 141 | 345 | 31 | 72 | 0 | 12 | 422 | 110 | 100 |
| Binary | 10101100 | 1100001 | 11100101 | 11001 | 111010 | 0 | 1010 | 100010010 | 1001000 | 1000000 |
Color Harmonies of #AC61E5
Complementary color
Monochromatic Colors of #AC61E5
Black with #AC61E5
Text Example
Text Example
White with #AC61E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC61E5; }
p { color: rgb(172,97,229); }
H1.HeaderClassName
{
color: #AC61E5;
}
.AnyTagClassName
{
color: #AC61E5;
}
</style>
background-color css
<style>
a { background-color: #AC61E5; }
a { background-color: rgb(172,97,229); }
div.DivClassName
{
background-color: #AC61E5;
}
.BgClassName
{
background-color: #AC61E5;
}
</style>
border-color css
<style>
span { border-color: #AC61E5; }
span { border-color: rgb(172,97,229); }
td.TdClassName
{
border-color: #AC61E5;
}
.TagClassName
{
border-color: #AC61E5;
}
</style>