Shades of Amethyst #A56ACE
Tints of Amethyst #A56ACE
RGB
CMYK
RGB Variations
Color information
#A56ACE (or 0xA56ACE) is known color: Amethyst. HEX triplet: A5, 6A and CE. RGB value is (165,106,206). Sum of RGB (Red+Green+Blue) = 165+106+206=477 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.59% from 477); Green value is 106 (41.80% from 255 or 22.22% from 477); Blue value is 206 (80.86% from 255 or 43.19% from 477); Max value from RGB is 206 - color contains mainly: blue. Hex color #A56ACE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A56ACE is #5A9531. Grayscale: #868686. Windows color (decimal): -5936434 or 13527717. OLE color: 13527717.
HSL color Cylindrical-coordinate representation of color #A56ACE: hue angle of 275.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 #A56ACE is Cyan = 0.20, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 165 | 106 | 206 | - |
| CMYK | 0.20 | 0.49 | 0 | 0.19 |
| HSL | 275.4º | 0.51% | 0.61% | - |
| HSV(B) | 275.4º | 0.49% | 0.81% | - |
| XYZ | 31.81 | 22.76 | 61.11 | - |
| YUV | 135.04 | 168.05 | 149.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 106 | 206 | 0.20 | 0.49 | 0 | 0.19 | 275.4 | 0.51 | 0.61 |
| Hex | A5 | 6A | CE | 14 | 31 | 0 | 13 | 113 | 33 | 3D |
| Octal | 245 | 152 | 316 | 24 | 61 | 0 | 23 | 423 | 63 | 75 |
| Binary | 10100101 | 1101010 | 11001110 | 10100 | 110001 | 0 | 10011 | 100010011 | 110011 | 111101 |
Color Harmonies of #A56ACE
Complementary color
Monochromatic Colors of #A56ACE
Black with #A56ACE
Text Example
Text Example
White with #A56ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A56ACE; }
p { color: rgb(165,106,206); }
H1.HeaderClassName
{
color: #A56ACE;
}
.AnyTagClassName
{
color: #A56ACE;
}
</style>
background-color css
<style>
a { background-color: #A56ACE; }
a { background-color: rgb(165,106,206); }
div.DivClassName
{
background-color: #A56ACE;
}
.BgClassName
{
background-color: #A56ACE;
}
</style>
border-color css
<style>
span { border-color: #A56ACE; }
span { border-color: rgb(165,106,206); }
td.TdClassName
{
border-color: #A56ACE;
}
.TagClassName
{
border-color: #A56ACE;
}
</style>