Shades of Amethyst #AC61E6
Tints of Amethyst #AC61E6
RGB
CMYK
RGB Variations
Color information
#AC61E6 (or 0xAC61E6) is known color: Amethyst. HEX triplet: AC, 61 and E6. RGB value is (172,97,230). Sum of RGB (Red+Green+Blue) = 172+97+230=499 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.47% from 499); Green value is 97 (38.28% from 255 or 19.44% from 499); Blue value is 230 (90.23% from 255 or 46.09% from 499); Max value from RGB is 230 - color contains mainly: blue. Hex color #AC61E6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC61E6 is #539E19. Grayscale: #868686. Windows color (decimal): -5479962 or 15098284. OLE color: 15098284.
HSL color Cylindrical-coordinate representation of color #AC61E6: hue angle of 273.83º degrees, saturation: 0.73, 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 #AC61E6 is Cyan = 0.25, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 172 | 97 | 230 | - |
| CMYK | 0.25 | 0.58 | 0 | 0.10 |
| HSL | 273.83º | 0.73% | 0.64% | - |
| HSV(B) | 273.83º | 0.58% | 0.9% | - |
| XYZ | 35.57 | 23.03 | 77.43 | - |
| YUV | 134.59 | 181.85 | 154.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 97 | 230 | 0.25 | 0.58 | 0 | 0.10 | 273.83 | 0.73 | 0.64 |
| Hex | AC | 61 | E6 | 19 | 3A | 0 | A | 112 | 49 | 40 |
| Octal | 254 | 141 | 346 | 31 | 72 | 0 | 12 | 422 | 111 | 100 |
| Binary | 10101100 | 1100001 | 11100110 | 11001 | 111010 | 0 | 1010 | 100010010 | 1001001 | 1000000 |
Color Harmonies of #AC61E6
Complementary color
Monochromatic Colors of #AC61E6
Black with #AC61E6
Text Example
Text Example
White with #AC61E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC61E6; }
p { color: rgb(172,97,230); }
H1.HeaderClassName
{
color: #AC61E6;
}
.AnyTagClassName
{
color: #AC61E6;
}
</style>
background-color css
<style>
a { background-color: #AC61E6; }
a { background-color: rgb(172,97,230); }
div.DivClassName
{
background-color: #AC61E6;
}
.BgClassName
{
background-color: #AC61E6;
}
</style>
border-color css
<style>
span { border-color: #AC61E6; }
span { border-color: rgb(172,97,230); }
td.TdClassName
{
border-color: #AC61E6;
}
.TagClassName
{
border-color: #AC61E6;
}
</style>