Shades of Amethyst #AC62EC
Tints of Amethyst #AC62EC
RGB
CMYK
RGB Variations
Color information
#AC62EC (or 0xAC62EC) is known color: Amethyst. HEX triplet: AC, 62 and EC. RGB value is (172,98,236). Sum of RGB (Red+Green+Blue) = 172+98+236=506 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.99% from 506); Green value is 98 (38.67% from 255 or 19.37% from 506); Blue value is 236 (92.58% from 255 or 46.64% from 506); Max value from RGB is 236 - color contains mainly: blue. Hex color #AC62EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC62EC is #539D13. Grayscale: #878787. Windows color (decimal): -5479700 or 15491756. OLE color: 15491756.
HSL color Cylindrical-coordinate representation of color #AC62EC: hue angle of 272.17º degrees, saturation: 0.78, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AC62EC is Cyan = 0.27, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 172 | 98 | 236 | - |
| CMYK | 0.27 | 0.58 | 0 | 0.07 |
| HSL | 272.17º | 0.78% | 0.65% | - |
| HSV(B) | 272.17º | 0.58% | 0.93% | - |
| XYZ | 36.52 | 23.56 | 81.98 | - |
| YUV | 135.86 | 184.52 | 153.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 98 | 236 | 0.27 | 0.58 | 0 | 0.07 | 272.17 | 0.78 | 0.65 |
| Hex | AC | 62 | EC | 1B | 3A | 0 | 7 | 110 | 4E | 41 |
| Octal | 254 | 142 | 354 | 33 | 72 | 0 | 7 | 420 | 116 | 101 |
| Binary | 10101100 | 1100010 | 11101100 | 11011 | 111010 | 0 | 111 | 100010000 | 1001110 | 1000001 |
Color Harmonies of #AC62EC
Complementary color
Monochromatic Colors of #AC62EC
Black with #AC62EC
Text Example
Text Example
White with #AC62EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC62EC; }
p { color: rgb(172,98,236); }
H1.HeaderClassName
{
color: #AC62EC;
}
.AnyTagClassName
{
color: #AC62EC;
}
</style>
background-color css
<style>
a { background-color: #AC62EC; }
a { background-color: rgb(172,98,236); }
div.DivClassName
{
background-color: #AC62EC;
}
.BgClassName
{
background-color: #AC62EC;
}
</style>
border-color css
<style>
span { border-color: #AC62EC; }
span { border-color: rgb(172,98,236); }
td.TdClassName
{
border-color: #AC62EC;
}
.TagClassName
{
border-color: #AC62EC;
}
</style>