Shades of Amethyst #A56AD6
Tints of Amethyst #A56AD6
RGB
CMYK
RGB Variations
Color information
#A56AD6 (or 0xA56AD6) is known color: Amethyst. HEX triplet: A5, 6A and D6. RGB value is (165,106,214). Sum of RGB (Red+Green+Blue) = 165+106+214=485 (64% of max value = 765). Red value is 165 (64.84% from 255 or 34.02% from 485); Green value is 106 (41.80% from 255 or 21.86% from 485); Blue value is 214 (83.98% from 255 or 44.12% from 485); Max value from RGB is 214 - color contains mainly: blue. Hex color #A56AD6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A56AD6 is #5A9529. Grayscale: #878787. Windows color (decimal): -5936426 or 14052005. OLE color: 14052005.
HSL color Cylindrical-coordinate representation of color #A56AD6: hue angle of 272.78º degrees, saturation: 0.57, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A56AD6 is Cyan = 0.23, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 165 | 106 | 214 | - |
| CMYK | 0.23 | 0.50 | 0 | 0.16 |
| HSL | 272.78º | 0.57% | 0.63% | - |
| HSV(B) | 272.78º | 0.5% | 0.84% | - |
| XYZ | 32.81 | 23.16 | 66.36 | - |
| YUV | 135.95 | 172.05 | 148.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 106 | 214 | 0.23 | 0.50 | 0 | 0.16 | 272.78 | 0.57 | 0.63 |
| Hex | A5 | 6A | D6 | 17 | 32 | 0 | 10 | 111 | 39 | 3F |
| Octal | 245 | 152 | 326 | 27 | 62 | 0 | 20 | 421 | 71 | 77 |
| Binary | 10100101 | 1101010 | 11010110 | 10111 | 110010 | 0 | 10000 | 100010001 | 111001 | 111111 |
Color Harmonies of #A56AD6
Complementary color
Monochromatic Colors of #A56AD6
Black with #A56AD6
Text Example
Text Example
White with #A56AD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A56AD6; }
p { color: rgb(165,106,214); }
H1.HeaderClassName
{
color: #A56AD6;
}
.AnyTagClassName
{
color: #A56AD6;
}
</style>
background-color css
<style>
a { background-color: #A56AD6; }
a { background-color: rgb(165,106,214); }
div.DivClassName
{
background-color: #A56AD6;
}
.BgClassName
{
background-color: #A56AD6;
}
</style>
border-color css
<style>
span { border-color: #A56AD6; }
span { border-color: rgb(165,106,214); }
td.TdClassName
{
border-color: #A56AD6;
}
.TagClassName
{
border-color: #A56AD6;
}
</style>