Shades of Amethyst #A56ADC
Tints of Amethyst #A56ADC
RGB
CMYK
RGB Variations
Color information
#A56ADC (or 0xA56ADC) is known color: Amethyst. HEX triplet: A5, 6A and DC. RGB value is (165,106,220). Sum of RGB (Red+Green+Blue) = 165+106+220=491 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.60% from 491); Green value is 106 (41.80% from 255 or 21.59% from 491); Blue value is 220 (86.33% from 255 or 44.81% from 491); Max value from RGB is 220 - color contains mainly: blue. Hex color #A56ADC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A56ADC is #5A9523. Grayscale: #888888. Windows color (decimal): -5936420 or 14445221. OLE color: 14445221.
HSL color Cylindrical-coordinate representation of color #A56ADC: hue angle of 271.05º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A56ADC is Cyan = 0.25, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 165 | 106 | 220 | - |
| CMYK | 0.25 | 0.52 | 0 | 0.14 |
| HSL | 271.05º | 0.62% | 0.64% | - |
| HSV(B) | 271.05º | 0.52% | 0.86% | - |
| XYZ | 33.59 | 23.47 | 70.47 | - |
| YUV | 136.64 | 175.05 | 148.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 106 | 220 | 0.25 | 0.52 | 0 | 0.14 | 271.05 | 0.62 | 0.64 |
| Hex | A5 | 6A | DC | 19 | 34 | 0 | E | 10F | 3E | 40 |
| Octal | 245 | 152 | 334 | 31 | 64 | 0 | 16 | 417 | 76 | 100 |
| Binary | 10100101 | 1101010 | 11011100 | 11001 | 110100 | 0 | 1110 | 100001111 | 111110 | 1000000 |
Color Harmonies of #A56ADC
Complementary color
Monochromatic Colors of #A56ADC
Black with #A56ADC
Text Example
Text Example
White with #A56ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A56ADC; }
p { color: rgb(165,106,220); }
H1.HeaderClassName
{
color: #A56ADC;
}
.AnyTagClassName
{
color: #A56ADC;
}
</style>
background-color css
<style>
a { background-color: #A56ADC; }
a { background-color: rgb(165,106,220); }
div.DivClassName
{
background-color: #A56ADC;
}
.BgClassName
{
background-color: #A56ADC;
}
</style>
border-color css
<style>
span { border-color: #A56ADC; }
span { border-color: rgb(165,106,220); }
td.TdClassName
{
border-color: #A56ADC;
}
.TagClassName
{
border-color: #A56ADC;
}
</style>