Shades of Amethyst #AC68E4
Tints of Amethyst #AC68E4
RGB
CMYK
RGB Variations
Color information
#AC68E4 (or 0xAC68E4) is known color: Amethyst. HEX triplet: AC, 68 and E4. RGB value is (172,104,228). Sum of RGB (Red+Green+Blue) = 172+104+228=504 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.13% from 504); Green value is 104 (41.02% from 255 or 20.63% from 504); Blue value is 228 (89.45% from 255 or 45.24% from 504); Max value from RGB is 228 - color contains mainly: blue. Hex color #AC68E4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC68E4 is #53971B. Grayscale: #8A8A8A. Windows color (decimal): -5478172 or 14969004. OLE color: 14969004.
HSL color Cylindrical-coordinate representation of color #AC68E4: hue angle of 272.9º degrees, saturation: 0.7, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AC68E4 is Cyan = 0.25, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 172 | 104 | 228 | - |
| CMYK | 0.25 | 0.54 | 0 | 0.11 |
| HSL | 272.9º | 0.7% | 0.65% | - |
| HSV(B) | 272.9º | 0.54% | 0.89% | - |
| XYZ | 35.97 | 24.27 | 76.19 | - |
| YUV | 138.47 | 178.53 | 151.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 104 | 228 | 0.25 | 0.54 | 0 | 0.11 | 272.9 | 0.7 | 0.65 |
| Hex | AC | 68 | E4 | 19 | 36 | 0 | B | 111 | 46 | 41 |
| Octal | 254 | 150 | 344 | 31 | 66 | 0 | 13 | 421 | 106 | 101 |
| Binary | 10101100 | 1101000 | 11100100 | 11001 | 110110 | 0 | 1011 | 100010001 | 1000110 | 1000001 |
Color Harmonies of #AC68E4
Complementary color
Monochromatic Colors of #AC68E4
Black with #AC68E4
Text Example
Text Example
White with #AC68E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC68E4; }
p { color: rgb(172,104,228); }
H1.HeaderClassName
{
color: #AC68E4;
}
.AnyTagClassName
{
color: #AC68E4;
}
</style>
background-color css
<style>
a { background-color: #AC68E4; }
a { background-color: rgb(172,104,228); }
div.DivClassName
{
background-color: #AC68E4;
}
.BgClassName
{
background-color: #AC68E4;
}
</style>
border-color css
<style>
span { border-color: #AC68E4; }
span { border-color: rgb(172,104,228); }
td.TdClassName
{
border-color: #AC68E4;
}
.TagClassName
{
border-color: #AC68E4;
}
</style>