Shades of Amethyst #A56DCD
Tints of Amethyst #A56DCD
RGB
CMYK
RGB Variations
Color information
#A56DCD (or 0xA56DCD) is known color: Amethyst. HEX triplet: A5, 6D and CD. RGB value is (165,109,205). Sum of RGB (Red+Green+Blue) = 165+109+205=479 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.45% from 479); Green value is 109 (42.97% from 255 or 22.76% from 479); Blue value is 205 (80.47% from 255 or 42.80% from 479); Max value from RGB is 205 - color contains mainly: blue. Hex color #A56DCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A56DCD is #5A9232. Grayscale: #888888. Windows color (decimal): -5935667 or 13462949. OLE color: 13462949.
HSL color Cylindrical-coordinate representation of color #A56DCD: hue angle of 275º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A56DCD is Cyan = 0.20, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 165 | 109 | 205 | - |
| CMYK | 0.20 | 0.47 | 0 | 0.20 |
| HSL | 275º | 0.49% | 0.62% | - |
| HSV(B) | 275º | 0.47% | 0.8% | - |
| XYZ | 32.01 | 23.34 | 60.58 | - |
| YUV | 136.69 | 166.55 | 148.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 109 | 205 | 0.20 | 0.47 | 0 | 0.20 | 275 | 0.49 | 0.62 |
| Hex | A5 | 6D | CD | 14 | 2F | 0 | 14 | 113 | 31 | 3E |
| Octal | 245 | 155 | 315 | 24 | 57 | 0 | 24 | 423 | 61 | 76 |
| Binary | 10100101 | 1101101 | 11001101 | 10100 | 101111 | 0 | 10100 | 100010011 | 110001 | 111110 |
Color Harmonies of #A56DCD
Complementary color
Monochromatic Colors of #A56DCD
Black with #A56DCD
Text Example
Text Example
White with #A56DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A56DCD; }
p { color: rgb(165,109,205); }
H1.HeaderClassName
{
color: #A56DCD;
}
.AnyTagClassName
{
color: #A56DCD;
}
</style>
background-color css
<style>
a { background-color: #A56DCD; }
a { background-color: rgb(165,109,205); }
div.DivClassName
{
background-color: #A56DCD;
}
.BgClassName
{
background-color: #A56DCD;
}
</style>
border-color css
<style>
span { border-color: #A56DCD; }
span { border-color: rgb(165,109,205); }
td.TdClassName
{
border-color: #A56DCD;
}
.TagClassName
{
border-color: #A56DCD;
}
</style>