Shades of Amethyst #AC64E4
Tints of Amethyst #AC64E4
RGB
CMYK
RGB Variations
Color information
#AC64E4 (or 0xAC64E4) is known color: Amethyst. HEX triplet: AC, 64 and E4. RGB value is (172,100,228). Sum of RGB (Red+Green+Blue) = 172+100+228=500 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.4% from 500); Green value is 100 (39.45% from 255 or 20% from 500); Blue value is 228 (89.45% from 255 or 45.6% from 500); Max value from RGB is 228 - color contains mainly: blue. Hex color #AC64E4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC64E4 is #539B1B. Grayscale: #878787. Windows color (decimal): -5479196 or 14967980. OLE color: 14967980.
HSL color Cylindrical-coordinate representation of color #AC64E4: hue angle of 273.75º degrees, saturation: 0.7, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AC64E4 is Cyan = 0.25, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 172 | 100 | 228 | - |
| CMYK | 0.25 | 0.56 | 0 | 0.11 |
| HSL | 273.75º | 0.7% | 0.64% | - |
| HSV(B) | 273.75º | 0.56% | 0.89% | - |
| XYZ | 35.57 | 23.49 | 76.06 | - |
| YUV | 136.12 | 179.85 | 153.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 100 | 228 | 0.25 | 0.56 | 0 | 0.11 | 273.75 | 0.7 | 0.64 |
| Hex | AC | 64 | E4 | 19 | 38 | 0 | B | 112 | 46 | 40 |
| Octal | 254 | 144 | 344 | 31 | 70 | 0 | 13 | 422 | 106 | 100 |
| Binary | 10101100 | 1100100 | 11100100 | 11001 | 111000 | 0 | 1011 | 100010010 | 1000110 | 1000000 |
Color Harmonies of #AC64E4
Complementary color
Monochromatic Colors of #AC64E4
Black with #AC64E4
Text Example
Text Example
White with #AC64E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC64E4; }
p { color: rgb(172,100,228); }
H1.HeaderClassName
{
color: #AC64E4;
}
.AnyTagClassName
{
color: #AC64E4;
}
</style>
background-color css
<style>
a { background-color: #AC64E4; }
a { background-color: rgb(172,100,228); }
div.DivClassName
{
background-color: #AC64E4;
}
.BgClassName
{
background-color: #AC64E4;
}
</style>
border-color css
<style>
span { border-color: #AC64E4; }
span { border-color: rgb(172,100,228); }
td.TdClassName
{
border-color: #AC64E4;
}
.TagClassName
{
border-color: #AC64E4;
}
</style>