Shades of Amethyst #A56ED6
Tints of Amethyst #A56ED6
RGB
CMYK
RGB Variations
Color information
#A56ED6 (or 0xA56ED6) is known color: Amethyst. HEX triplet: A5, 6E and D6. RGB value is (165,110,214). Sum of RGB (Red+Green+Blue) = 165+110+214=489 (64% of max value = 765). Red value is 165 (64.84% from 255 or 33.74% from 489); Green value is 110 (43.36% from 255 or 22.49% from 489); Blue value is 214 (83.98% from 255 or 43.76% from 489); Max value from RGB is 214 - color contains mainly: blue. Hex color #A56ED6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A56ED6 is #5A9129. Grayscale: #898989. Windows color (decimal): -5935402 or 14053029. OLE color: 14053029.
HSL color Cylindrical-coordinate representation of color #A56ED6: hue angle of 271.73º degrees, saturation: 0.56, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A56ED6 is Cyan = 0.23, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 165 | 110 | 214 | - |
| CMYK | 0.23 | 0.49 | 0 | 0.16 |
| HSL | 271.73º | 0.56% | 0.64% | - |
| HSV(B) | 271.73º | 0.49% | 0.84% | - |
| XYZ | 33.23 | 24.01 | 66.5 | - |
| YUV | 138.3 | 170.72 | 147.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 110 | 214 | 0.23 | 0.49 | 0 | 0.16 | 271.73 | 0.56 | 0.64 |
| Hex | A5 | 6E | D6 | 17 | 31 | 0 | 10 | 110 | 38 | 40 |
| Octal | 245 | 156 | 326 | 27 | 61 | 0 | 20 | 420 | 70 | 100 |
| Binary | 10100101 | 1101110 | 11010110 | 10111 | 110001 | 0 | 10000 | 100010000 | 111000 | 1000000 |
Color Harmonies of #A56ED6
Complementary color
Monochromatic Colors of #A56ED6
Black with #A56ED6
Text Example
Text Example
White with #A56ED6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A56ED6; }
p { color: rgb(165,110,214); }
H1.HeaderClassName
{
color: #A56ED6;
}
.AnyTagClassName
{
color: #A56ED6;
}
</style>
background-color css
<style>
a { background-color: #A56ED6; }
a { background-color: rgb(165,110,214); }
div.DivClassName
{
background-color: #A56ED6;
}
.BgClassName
{
background-color: #A56ED6;
}
</style>
border-color css
<style>
span { border-color: #A56ED6; }
span { border-color: rgb(165,110,214); }
td.TdClassName
{
border-color: #A56ED6;
}
.TagClassName
{
border-color: #A56ED6;
}
</style>