Shades of Amethyst #A56EDD
Tints of Amethyst #A56EDD
RGB
CMYK
RGB Variations
Color information
#A56EDD (or 0xA56EDD) is known color: Amethyst. HEX triplet: A5, 6E and DD. RGB value is (165,110,221). Sum of RGB (Red+Green+Blue) = 165+110+221=496 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.27% from 496); Green value is 110 (43.36% from 255 or 22.18% from 496); Blue value is 221 (86.72% from 255 or 44.56% from 496); Max value from RGB is 221 - color contains mainly: blue. Hex color #A56EDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A56EDD is #5A9122. Grayscale: #8A8A8A. Windows color (decimal): -5935395 or 14511781. OLE color: 14511781.
HSL color Cylindrical-coordinate representation of color #A56EDD: hue angle of 269.73º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A56EDD is Cyan = 0.25, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 165 | 110 | 221 | - |
| CMYK | 0.25 | 0.50 | 0 | 0.13 |
| HSL | 269.73º | 0.62% | 0.65% | - |
| HSV(B) | 269.73º | 0.5% | 0.87% | - |
| XYZ | 34.14 | 24.37 | 71.31 | - |
| YUV | 139.1 | 174.22 | 146.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 110 | 221 | 0.25 | 0.50 | 0 | 0.13 | 269.73 | 0.62 | 0.65 |
| Hex | A5 | 6E | DD | 19 | 32 | 0 | D | 10E | 3E | 41 |
| Octal | 245 | 156 | 335 | 31 | 62 | 0 | 15 | 416 | 76 | 101 |
| Binary | 10100101 | 1101110 | 11011101 | 11001 | 110010 | 0 | 1101 | 100001110 | 111110 | 1000001 |
Color Harmonies of #A56EDD
Complementary color
Monochromatic Colors of #A56EDD
Black with #A56EDD
Text Example
Text Example
White with #A56EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A56EDD; }
p { color: rgb(165,110,221); }
H1.HeaderClassName
{
color: #A56EDD;
}
.AnyTagClassName
{
color: #A56EDD;
}
</style>
background-color css
<style>
a { background-color: #A56EDD; }
a { background-color: rgb(165,110,221); }
div.DivClassName
{
background-color: #A56EDD;
}
.BgClassName
{
background-color: #A56EDD;
}
</style>
border-color css
<style>
span { border-color: #A56EDD; }
span { border-color: rgb(165,110,221); }
td.TdClassName
{
border-color: #A56EDD;
}
.TagClassName
{
border-color: #A56EDD;
}
</style>