Shades of Amethyst #A56ECC
Tints of Amethyst #A56ECC
RGB
CMYK
RGB Variations
Color information
#A56ECC (or 0xA56ECC) is known color: Amethyst. HEX triplet: A5, 6E and CC. RGB value is (165,110,204). Sum of RGB (Red+Green+Blue) = 165+110+204=479 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.45% from 479); Green value is 110 (43.36% from 255 or 22.96% from 479); Blue value is 204 (80.08% from 255 or 42.59% from 479); Max value from RGB is 204 - color contains mainly: blue. Hex color #A56ECC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A56ECC is #5A9133. Grayscale: #888888. Windows color (decimal): -5935412 or 13397669. OLE color: 13397669.
HSL color Cylindrical-coordinate representation of color #A56ECC: hue angle of 275.11º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A56ECC is Cyan = 0.19, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 165 | 110 | 204 | - |
| CMYK | 0.19 | 0.46 | 0 | 0.2 |
| HSL | 275.11º | 0.48% | 0.62% | - |
| HSV(B) | 275.11º | 0.46% | 0.8% | - |
| XYZ | 31.99 | 23.51 | 59.98 | - |
| YUV | 137.16 | 165.72 | 147.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 110 | 204 | 0.19 | 0.46 | 0 | 0.2 | 275.11 | 0.48 | 0.62 |
| Hex | A5 | 6E | CC | 13 | 2E | 0 | 14 | 113 | 30 | 3E |
| Octal | 245 | 156 | 314 | 23 | 56 | 0 | 24 | 423 | 60 | 76 |
| Binary | 10100101 | 1101110 | 11001100 | 10011 | 101110 | 0 | 10100 | 100010011 | 110000 | 111110 |
Color Harmonies of #A56ECC
Complementary color
Monochromatic Colors of #A56ECC
Black with #A56ECC
Text Example
Text Example
White with #A56ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A56ECC; }
p { color: rgb(165,110,204); }
H1.HeaderClassName
{
color: #A56ECC;
}
.AnyTagClassName
{
color: #A56ECC;
}
</style>
background-color css
<style>
a { background-color: #A56ECC; }
a { background-color: rgb(165,110,204); }
div.DivClassName
{
background-color: #A56ECC;
}
.BgClassName
{
background-color: #A56ECC;
}
</style>
border-color css
<style>
span { border-color: #A56ECC; }
span { border-color: rgb(165,110,204); }
td.TdClassName
{
border-color: #A56ECC;
}
.TagClassName
{
border-color: #A56ECC;
}
</style>