Shades of Amethyst #AC6ECE
Tints of Amethyst #AC6ECE
RGB
CMYK
RGB Variations
Color information
#AC6ECE (or 0xAC6ECE) is known color: Amethyst. HEX triplet: AC, 6E and CE. RGB value is (172,110,206). Sum of RGB (Red+Green+Blue) = 172+110+206=488 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.25% from 488); Green value is 110 (43.36% from 255 or 22.54% from 488); Blue value is 206 (80.86% from 255 or 42.21% from 488); Max value from RGB is 206 - color contains mainly: blue. Hex color #AC6ECE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC6ECE is #539131. Grayscale: #8B8B8B. Windows color (decimal): -5476658 or 13528748. OLE color: 13528748.
HSL color Cylindrical-coordinate representation of color #AC6ECE: hue angle of 278.75º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AC6ECE is Cyan = 0.17, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 172 | 110 | 206 | - |
| CMYK | 0.17 | 0.47 | 0 | 0.19 |
| HSL | 278.75º | 0.49% | 0.62% | - |
| HSV(B) | 278.75º | 0.47% | 0.81% | - |
| XYZ | 33.73 | 24.38 | 61.32 | - |
| YUV | 139.48 | 165.54 | 151.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 110 | 206 | 0.17 | 0.47 | 0 | 0.19 | 278.75 | 0.49 | 0.62 |
| Hex | AC | 6E | CE | 11 | 2F | 0 | 13 | 117 | 31 | 3E |
| Octal | 254 | 156 | 316 | 21 | 57 | 0 | 23 | 427 | 61 | 76 |
| Binary | 10101100 | 1101110 | 11001110 | 10001 | 101111 | 0 | 10011 | 100010111 | 110001 | 111110 |
Color Harmonies of #AC6ECE
Complementary color
Monochromatic Colors of #AC6ECE
Black with #AC6ECE
Text Example
Text Example
White with #AC6ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC6ECE; }
p { color: rgb(172,110,206); }
H1.HeaderClassName
{
color: #AC6ECE;
}
.AnyTagClassName
{
color: #AC6ECE;
}
</style>
background-color css
<style>
a { background-color: #AC6ECE; }
a { background-color: rgb(172,110,206); }
div.DivClassName
{
background-color: #AC6ECE;
}
.BgClassName
{
background-color: #AC6ECE;
}
</style>
border-color css
<style>
span { border-color: #AC6ECE; }
span { border-color: rgb(172,110,206); }
td.TdClassName
{
border-color: #AC6ECE;
}
.TagClassName
{
border-color: #AC6ECE;
}
</style>