Shades of Amethyst #AC62E3
Tints of Amethyst #AC62E3
RGB
CMYK
RGB Variations
Color information
#AC62E3 (or 0xAC62E3) is known color: Amethyst. HEX triplet: AC, 62 and E3. RGB value is (172,98,227). Sum of RGB (Red+Green+Blue) = 172+98+227=497 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.61% from 497); Green value is 98 (38.67% from 255 or 19.72% from 497); Blue value is 227 (89.06% from 255 or 45.67% from 497); Max value from RGB is 227 - color contains mainly: blue. Hex color #AC62E3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC62E3 is #539D1C. Grayscale: #868686. Windows color (decimal): -5479709 or 14901932. OLE color: 14901932.
HSL color Cylindrical-coordinate representation of color #AC62E3: hue angle of 274.42º degrees, saturation: 0.7, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AC62E3 is Cyan = 0.24, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 172 | 98 | 227 | - |
| CMYK | 0.24 | 0.57 | 0 | 0.11 |
| HSL | 274.42º | 0.7% | 0.64% | - |
| HSV(B) | 274.42º | 0.57% | 0.89% | - |
| XYZ | 35.25 | 23.05 | 75.26 | - |
| YUV | 134.83 | 180.02 | 154.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 98 | 227 | 0.24 | 0.57 | 0 | 0.11 | 274.42 | 0.7 | 0.64 |
| Hex | AC | 62 | E3 | 18 | 39 | 0 | B | 112 | 46 | 40 |
| Octal | 254 | 142 | 343 | 30 | 71 | 0 | 13 | 422 | 106 | 100 |
| Binary | 10101100 | 1100010 | 11100011 | 11000 | 111001 | 0 | 1011 | 100010010 | 1000110 | 1000000 |
Color Harmonies of #AC62E3
Complementary color
Monochromatic Colors of #AC62E3
Black with #AC62E3
Text Example
Text Example
White with #AC62E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC62E3; }
p { color: rgb(172,98,227); }
H1.HeaderClassName
{
color: #AC62E3;
}
.AnyTagClassName
{
color: #AC62E3;
}
</style>
background-color css
<style>
a { background-color: #AC62E3; }
a { background-color: rgb(172,98,227); }
div.DivClassName
{
background-color: #AC62E3;
}
.BgClassName
{
background-color: #AC62E3;
}
</style>
border-color css
<style>
span { border-color: #AC62E3; }
span { border-color: rgb(172,98,227); }
td.TdClassName
{
border-color: #AC62E3;
}
.TagClassName
{
border-color: #AC62E3;
}
</style>