Shades of Amethyst #A56DCE
Tints of Amethyst #A56DCE
RGB
CMYK
RGB Variations
Color information
#A56DCE (or 0xA56DCE) is known color: Amethyst. HEX triplet: A5, 6D and CE. RGB value is (165,109,206). Sum of RGB (Red+Green+Blue) = 165+109+206=480 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.38% from 480); Green value is 109 (42.97% from 255 or 22.71% from 480); Blue value is 206 (80.86% from 255 or 42.92% from 480); Max value from RGB is 206 - color contains mainly: blue. Hex color #A56DCE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A56DCE is #5A9231. Grayscale: #888888. Windows color (decimal): -5935666 or 13528485. OLE color: 13528485.
HSL color Cylindrical-coordinate representation of color #A56DCE: hue angle of 274.64º degrees, saturation: 0.5, 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 #A56DCE is Cyan = 0.20, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 165 | 109 | 206 | - |
| CMYK | 0.20 | 0.47 | 0 | 0.19 |
| HSL | 274.64º | 0.5% | 0.62% | - |
| HSV(B) | 274.64º | 0.47% | 0.81% | - |
| XYZ | 32.13 | 23.39 | 61.21 | - |
| YUV | 136.8 | 167.05 | 148.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 109 | 206 | 0.20 | 0.47 | 0 | 0.19 | 274.64 | 0.5 | 0.62 |
| Hex | A5 | 6D | CE | 14 | 2F | 0 | 13 | 113 | 32 | 3E |
| Octal | 245 | 155 | 316 | 24 | 57 | 0 | 23 | 423 | 62 | 76 |
| Binary | 10100101 | 1101101 | 11001110 | 10100 | 101111 | 0 | 10011 | 100010011 | 110010 | 111110 |
Color Harmonies of #A56DCE
Complementary color
Monochromatic Colors of #A56DCE
Black with #A56DCE
Text Example
Text Example
White with #A56DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A56DCE; }
p { color: rgb(165,109,206); }
H1.HeaderClassName
{
color: #A56DCE;
}
.AnyTagClassName
{
color: #A56DCE;
}
</style>
background-color css
<style>
a { background-color: #A56DCE; }
a { background-color: rgb(165,109,206); }
div.DivClassName
{
background-color: #A56DCE;
}
.BgClassName
{
background-color: #A56DCE;
}
</style>
border-color css
<style>
span { border-color: #A56DCE; }
span { border-color: rgb(165,109,206); }
td.TdClassName
{
border-color: #A56DCE;
}
.TagClassName
{
border-color: #A56DCE;
}
</style>