Shades of Amethyst #AC68E7
Tints of Amethyst #AC68E7
RGB
CMYK
RGB Variations
Color information
#AC68E7 (or 0xAC68E7) is known color: Amethyst. HEX triplet: AC, 68 and E7. RGB value is (172,104,231). Sum of RGB (Red+Green+Blue) = 172+104+231=507 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.93% from 507); Green value is 104 (41.02% from 255 or 20.51% from 507); Blue value is 231 (90.62% from 255 or 45.56% from 507); Max value from RGB is 231 - color contains mainly: blue. Hex color #AC68E7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC68E7 is #539718. Grayscale: #8A8A8A. Windows color (decimal): -5478169 or 15165612. OLE color: 15165612.
HSL color Cylindrical-coordinate representation of color #AC68E7: hue angle of 272.13º degrees, saturation: 0.73, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AC68E7 is Cyan = 0.26, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 172 | 104 | 231 | - |
| CMYK | 0.26 | 0.55 | 0 | 0.09 |
| HSL | 272.13º | 0.73% | 0.66% | - |
| HSV(B) | 272.13º | 0.55% | 0.91% | - |
| XYZ | 36.39 | 24.44 | 78.4 | - |
| YUV | 138.81 | 180.03 | 151.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 104 | 231 | 0.26 | 0.55 | 0 | 0.09 | 272.13 | 0.73 | 0.66 |
| Hex | AC | 68 | E7 | 1A | 37 | 0 | 9 | 110 | 49 | 42 |
| Octal | 254 | 150 | 347 | 32 | 67 | 0 | 11 | 420 | 111 | 102 |
| Binary | 10101100 | 1101000 | 11100111 | 11010 | 110111 | 0 | 1001 | 100010000 | 1001001 | 1000010 |
Color Harmonies of #AC68E7
Complementary color
Monochromatic Colors of #AC68E7
Black with #AC68E7
Text Example
Text Example
White with #AC68E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC68E7; }
p { color: rgb(172,104,231); }
H1.HeaderClassName
{
color: #AC68E7;
}
.AnyTagClassName
{
color: #AC68E7;
}
</style>
background-color css
<style>
a { background-color: #AC68E7; }
a { background-color: rgb(172,104,231); }
div.DivClassName
{
background-color: #AC68E7;
}
.BgClassName
{
background-color: #AC68E7;
}
</style>
border-color css
<style>
span { border-color: #AC68E7; }
span { border-color: rgb(172,104,231); }
td.TdClassName
{
border-color: #AC68E7;
}
.TagClassName
{
border-color: #AC68E7;
}
</style>