Shades of Amethyst #A67ACE
Tints of Amethyst #A67ACE
RGB
CMYK
RGB Variations
Color information
#A67ACE (or 0xA67ACE) is known color: Amethyst. HEX triplet: A6, 7A and CE. RGB value is (166,122,206). Sum of RGB (Red+Green+Blue) = 166+122+206=494 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.60% from 494); Green value is 122 (48.05% from 255 or 24.70% from 494); Blue value is 206 (80.86% from 255 or 41.70% from 494); Max value from RGB is 206 - color contains mainly: blue. Hex color #A67ACE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A67ACE is #598531. Grayscale: #909090. Windows color (decimal): -5866802 or 13531814. OLE color: 13531814.
HSL color Cylindrical-coordinate representation of color #A67ACE: hue angle of 271.43º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A67ACE is Cyan = 0.19, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 166 | 122 | 206 | - |
| CMYK | 0.19 | 0.41 | 0 | 0.19 |
| HSL | 271.43º | 0.46% | 0.64% | - |
| HSV(B) | 271.43º | 0.41% | 0.81% | - |
| XYZ | 33.83 | 26.48 | 61.72 | - |
| YUV | 144.73 | 162.58 | 143.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 122 | 206 | 0.19 | 0.41 | 0 | 0.19 | 271.43 | 0.46 | 0.64 |
| Hex | A6 | 7A | CE | 13 | 29 | 0 | 13 | 10F | 2E | 40 |
| Octal | 246 | 172 | 316 | 23 | 51 | 0 | 23 | 417 | 56 | 100 |
| Binary | 10100110 | 1111010 | 11001110 | 10011 | 101001 | 0 | 10011 | 100001111 | 101110 | 1000000 |
Color Harmonies of #A67ACE
Complementary color
Monochromatic Colors of #A67ACE
Black with #A67ACE
Text Example
Text Example
White with #A67ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A67ACE; }
p { color: rgb(166,122,206); }
H1.HeaderClassName
{
color: #A67ACE;
}
.AnyTagClassName
{
color: #A67ACE;
}
</style>
background-color css
<style>
a { background-color: #A67ACE; }
a { background-color: rgb(166,122,206); }
div.DivClassName
{
background-color: #A67ACE;
}
.BgClassName
{
background-color: #A67ACE;
}
</style>
border-color css
<style>
span { border-color: #A67ACE; }
span { border-color: rgb(166,122,206); }
td.TdClassName
{
border-color: #A67ACE;
}
.TagClassName
{
border-color: #A67ACE;
}
</style>