Shades of Amethyst #A06ACE
Tints of Amethyst #A06ACE
RGB
CMYK
RGB Variations
Color information
#A06ACE (or 0xA06ACE) is known color: Amethyst. HEX triplet: A0, 6A and CE. RGB value is (160,106,206). Sum of RGB (Red+Green+Blue) = 160+106+206=472 (62% of max value = 765). Red value is 160 (62.89% from 255 or 33.90% from 472); Green value is 106 (41.80% from 255 or 22.46% from 472); Blue value is 206 (80.86% from 255 or 43.64% from 472); Max value from RGB is 206 - color contains mainly: blue. Hex color #A06ACE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A06ACE is #5F9531. Grayscale: #858585. Windows color (decimal): -6264114 or 13527712. OLE color: 13527712.
HSL color Cylindrical-coordinate representation of color #A06ACE: hue angle of 272.4º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A06ACE is Cyan = 0.22, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 160 | 106 | 206 | - |
| CMYK | 0.22 | 0.49 | 0 | 0.19 |
| HSL | 272.4º | 0.51% | 0.61% | - |
| HSV(B) | 272.4º | 0.49% | 0.81% | - |
| XYZ | 30.79 | 22.24 | 61.06 | - |
| YUV | 133.55 | 168.89 | 146.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 106 | 206 | 0.22 | 0.49 | 0 | 0.19 | 272.4 | 0.51 | 0.61 |
| Hex | A0 | 6A | CE | 16 | 31 | 0 | 13 | 110 | 33 | 3D |
| Octal | 240 | 152 | 316 | 26 | 61 | 0 | 23 | 420 | 63 | 75 |
| Binary | 10100000 | 1101010 | 11001110 | 10110 | 110001 | 0 | 10011 | 100010000 | 110011 | 111101 |
Color Harmonies of #A06ACE
Complementary color
Monochromatic Colors of #A06ACE
Black with #A06ACE
Text Example
Text Example
White with #A06ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A06ACE; }
p { color: rgb(160,106,206); }
H1.HeaderClassName
{
color: #A06ACE;
}
.AnyTagClassName
{
color: #A06ACE;
}
</style>
background-color css
<style>
a { background-color: #A06ACE; }
a { background-color: rgb(160,106,206); }
div.DivClassName
{
background-color: #A06ACE;
}
.BgClassName
{
background-color: #A06ACE;
}
</style>
border-color css
<style>
span { border-color: #A06ACE; }
span { border-color: rgb(160,106,206); }
td.TdClassName
{
border-color: #A06ACE;
}
.TagClassName
{
border-color: #A06ACE;
}
</style>