Shades of Amethyst #A56EDA
Tints of Amethyst #A56EDA
RGB
CMYK
RGB Variations
Color information
#A56EDA (or 0xA56EDA) is known color: Amethyst. HEX triplet: A5, 6E and DA. RGB value is (165,110,218). Sum of RGB (Red+Green+Blue) = 165+110+218=493 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.47% from 493); Green value is 110 (43.36% from 255 or 22.31% from 493); Blue value is 218 (85.55% from 255 or 44.22% from 493); Max value from RGB is 218 - color contains mainly: blue. Hex color #A56EDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A56EDA is #5A9125. Grayscale: #8A8A8A. Windows color (decimal): -5935398 or 14315173. OLE color: 14315173.
HSL color Cylindrical-coordinate representation of color #A56EDA: hue angle of 270.56º degrees, saturation: 0.59, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A56EDA is Cyan = 0.24, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 165 | 110 | 218 | - |
| CMYK | 0.24 | 0.50 | 0 | 0.15 |
| HSL | 270.56º | 0.59% | 0.64% | - |
| HSV(B) | 270.56º | 0.5% | 0.85% | - |
| XYZ | 33.75 | 24.21 | 69.22 | - |
| YUV | 138.76 | 172.72 | 146.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 110 | 218 | 0.24 | 0.50 | 0 | 0.15 | 270.56 | 0.59 | 0.64 |
| Hex | A5 | 6E | DA | 18 | 32 | 0 | F | 10F | 3B | 40 |
| Octal | 245 | 156 | 332 | 30 | 62 | 0 | 17 | 417 | 73 | 100 |
| Binary | 10100101 | 1101110 | 11011010 | 11000 | 110010 | 0 | 1111 | 100001111 | 111011 | 1000000 |
Color Harmonies of #A56EDA
Complementary color
Monochromatic Colors of #A56EDA
Black with #A56EDA
Text Example
Text Example
White with #A56EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A56EDA; }
p { color: rgb(165,110,218); }
H1.HeaderClassName
{
color: #A56EDA;
}
.AnyTagClassName
{
color: #A56EDA;
}
</style>
background-color css
<style>
a { background-color: #A56EDA; }
a { background-color: rgb(165,110,218); }
div.DivClassName
{
background-color: #A56EDA;
}
.BgClassName
{
background-color: #A56EDA;
}
</style>
border-color css
<style>
span { border-color: #A56EDA; }
span { border-color: rgb(165,110,218); }
td.TdClassName
{
border-color: #A56EDA;
}
.TagClassName
{
border-color: #A56EDA;
}
</style>