Shades of Amethyst #A56DDC
Tints of Amethyst #A56DDC
RGB
CMYK
RGB Variations
Color information
#A56DDC (or 0xA56DDC) is known color: Amethyst. HEX triplet: A5, 6D and DC. RGB value is (165,109,220). Sum of RGB (Red+Green+Blue) = 165+109+220=494 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.40% from 494); Green value is 109 (42.97% from 255 or 22.06% from 494); Blue value is 220 (86.33% from 255 or 44.53% from 494); Max value from RGB is 220 - color contains mainly: blue. Hex color #A56DDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A56DDC is #5A9223. Grayscale: #8A8A8A. Windows color (decimal): -5935652 or 14445989. OLE color: 14445989.
HSL color Cylindrical-coordinate representation of color #A56DDC: hue angle of 270.27º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A56DDC is Cyan = 0.25, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 165 | 109 | 220 | - |
| CMYK | 0.25 | 0.50 | 0 | 0.14 |
| HSL | 270.27º | 0.61% | 0.65% | - |
| HSV(B) | 270.27º | 0.5% | 0.86% | - |
| XYZ | 33.9 | 24.1 | 70.58 | - |
| YUV | 138.4 | 174.05 | 146.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 109 | 220 | 0.25 | 0.50 | 0 | 0.14 | 270.27 | 0.61 | 0.65 |
| Hex | A5 | 6D | DC | 19 | 32 | 0 | E | 10E | 3D | 41 |
| Octal | 245 | 155 | 334 | 31 | 62 | 0 | 16 | 416 | 75 | 101 |
| Binary | 10100101 | 1101101 | 11011100 | 11001 | 110010 | 0 | 1110 | 100001110 | 111101 | 1000001 |
Color Harmonies of #A56DDC
Complementary color
Monochromatic Colors of #A56DDC
Black with #A56DDC
Text Example
Text Example
White with #A56DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A56DDC; }
p { color: rgb(165,109,220); }
H1.HeaderClassName
{
color: #A56DDC;
}
.AnyTagClassName
{
color: #A56DDC;
}
</style>
background-color css
<style>
a { background-color: #A56DDC; }
a { background-color: rgb(165,109,220); }
div.DivClassName
{
background-color: #A56DDC;
}
.BgClassName
{
background-color: #A56DDC;
}
</style>
border-color css
<style>
span { border-color: #A56DDC; }
span { border-color: rgb(165,109,220); }
td.TdClassName
{
border-color: #A56DDC;
}
.TagClassName
{
border-color: #A56DDC;
}
</style>