Shades of Amethyst #A56DC0
Tints of Amethyst #A56DC0
RGB
CMYK
RGB Variations
Color information
#A56DC0 (or 0xA56DC0) is known color: Amethyst. HEX triplet: A5, 6D and C0. RGB value is (165,109,192). Sum of RGB (Red+Green+Blue) = 165+109+192=466 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.41% from 466); Green value is 109 (42.97% from 255 or 23.39% from 466); Blue value is 192 (75.39% from 255 or 41.20% from 466); Max value from RGB is 192 - color contains mainly: blue. Hex color #A56DC0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A56DC0 is #5A923F. Grayscale: #868686. Windows color (decimal): -5935680 or 12610981. OLE color: 12610981.
HSL color Cylindrical-coordinate representation of color #A56DC0: hue angle of 280.48º degrees, saturation: 0.4, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A56DC0 is Cyan = 0.14, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 165 | 109 | 192 | - |
| CMYK | 0.14 | 0.43 | 0 | 0.25 |
| HSL | 280.48º | 0.4% | 0.59% | - |
| HSV(B) | 280.48º | 0.43% | 0.75% | - |
| XYZ | 30.5 | 22.74 | 52.65 | - |
| YUV | 135.21 | 160.05 | 149.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 109 | 192 | 0.14 | 0.43 | 0 | 0.25 | 280.48 | 0.4 | 0.59 |
| Hex | A5 | 6D | C0 | E | 2B | 0 | 19 | 118 | 28 | 3B |
| Octal | 245 | 155 | 300 | 16 | 53 | 0 | 31 | 430 | 50 | 73 |
| Binary | 10100101 | 1101101 | 11000000 | 1110 | 101011 | 0 | 11001 | 100011000 | 101000 | 111011 |
Color Harmonies of #A56DC0
Complementary color
Monochromatic Colors of #A56DC0
Black with #A56DC0
Text Example
Text Example
White with #A56DC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A56DC0; }
p { color: rgb(165,109,192); }
H1.HeaderClassName
{
color: #A56DC0;
}
.AnyTagClassName
{
color: #A56DC0;
}
</style>
background-color css
<style>
a { background-color: #A56DC0; }
a { background-color: rgb(165,109,192); }
div.DivClassName
{
background-color: #A56DC0;
}
.BgClassName
{
background-color: #A56DC0;
}
</style>
border-color css
<style>
span { border-color: #A56DC0; }
span { border-color: rgb(165,109,192); }
td.TdClassName
{
border-color: #A56DC0;
}
.TagClassName
{
border-color: #A56DC0;
}
</style>