Shades of Amethyst #A56DC1
Tints of Amethyst #A56DC1
RGB
CMYK
RGB Variations
Color information
#A56DC1 (or 0xA56DC1) is known color: Amethyst. HEX triplet: A5, 6D and C1. RGB value is (165,109,193). Sum of RGB (Red+Green+Blue) = 165+109+193=467 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.33% from 467); Green value is 109 (42.97% from 255 or 23.34% from 467); Blue value is 193 (75.78% from 255 or 41.33% from 467); Max value from RGB is 193 - color contains mainly: blue. Hex color #A56DC1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A56DC1 is #5A923E. Grayscale: #878787. Windows color (decimal): -5935679 or 12676517. OLE color: 12676517.
HSL color Cylindrical-coordinate representation of color #A56DC1: hue angle of 280º degrees, saturation: 0.4, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A56DC1 is Cyan = 0.15, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 165 | 109 | 193 | - |
| CMYK | 0.15 | 0.44 | 0 | 0.24 |
| HSL | 280º | 0.4% | 0.59% | - |
| HSV(B) | 280º | 0.44% | 0.76% | - |
| XYZ | 30.61 | 22.79 | 53.24 | - |
| YUV | 135.32 | 160.55 | 149.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 109 | 193 | 0.15 | 0.44 | 0 | 0.24 | 280 | 0.4 | 0.59 |
| Hex | A5 | 6D | C1 | F | 2C | 0 | 18 | 118 | 28 | 3B |
| Octal | 245 | 155 | 301 | 17 | 54 | 0 | 30 | 430 | 50 | 73 |
| Binary | 10100101 | 1101101 | 11000001 | 1111 | 101100 | 0 | 11000 | 100011000 | 101000 | 111011 |
Color Harmonies of #A56DC1
Complementary color
Monochromatic Colors of #A56DC1
Black with #A56DC1
Text Example
Text Example
White with #A56DC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A56DC1; }
p { color: rgb(165,109,193); }
H1.HeaderClassName
{
color: #A56DC1;
}
.AnyTagClassName
{
color: #A56DC1;
}
</style>
background-color css
<style>
a { background-color: #A56DC1; }
a { background-color: rgb(165,109,193); }
div.DivClassName
{
background-color: #A56DC1;
}
.BgClassName
{
background-color: #A56DC1;
}
</style>
border-color css
<style>
span { border-color: #A56DC1; }
span { border-color: rgb(165,109,193); }
td.TdClassName
{
border-color: #A56DC1;
}
.TagClassName
{
border-color: #A56DC1;
}
</style>