Shades of Amethyst #A56ACD
Tints of Amethyst #A56ACD
RGB
CMYK
RGB Variations
Color information
#A56ACD (or 0xA56ACD) is known color: Amethyst. HEX triplet: A5, 6A and CD. RGB value is (165,106,205). Sum of RGB (Red+Green+Blue) = 165+106+205=476 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.66% from 476); Green value is 106 (41.80% from 255 or 22.27% from 476); Blue value is 205 (80.47% from 255 or 43.07% from 476); Max value from RGB is 205 - color contains mainly: blue. Hex color #A56ACD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A56ACD is #5A9532. Grayscale: #868686. Windows color (decimal): -5936435 or 13462181. OLE color: 13462181.
HSL color Cylindrical-coordinate representation of color #A56ACD: hue angle of 275.76º degrees, saturation: 0.5, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A56ACD is Cyan = 0.20, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 165 | 106 | 205 | - |
| CMYK | 0.20 | 0.48 | 0 | 0.20 |
| HSL | 275.76º | 0.5% | 0.61% | - |
| HSV(B) | 275.76º | 0.48% | 0.8% | - |
| XYZ | 31.69 | 22.72 | 60.47 | - |
| YUV | 134.93 | 167.55 | 149.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 106 | 205 | 0.20 | 0.48 | 0 | 0.20 | 275.76 | 0.5 | 0.61 |
| Hex | A5 | 6A | CD | 14 | 30 | 0 | 14 | 114 | 32 | 3D |
| Octal | 245 | 152 | 315 | 24 | 60 | 0 | 24 | 424 | 62 | 75 |
| Binary | 10100101 | 1101010 | 11001101 | 10100 | 110000 | 0 | 10100 | 100010100 | 110010 | 111101 |
Color Harmonies of #A56ACD
Complementary color
Monochromatic Colors of #A56ACD
Black with #A56ACD
Text Example
Text Example
White with #A56ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A56ACD; }
p { color: rgb(165,106,205); }
H1.HeaderClassName
{
color: #A56ACD;
}
.AnyTagClassName
{
color: #A56ACD;
}
</style>
background-color css
<style>
a { background-color: #A56ACD; }
a { background-color: rgb(165,106,205); }
div.DivClassName
{
background-color: #A56ACD;
}
.BgClassName
{
background-color: #A56ACD;
}
</style>
border-color css
<style>
span { border-color: #A56ACD; }
span { border-color: rgb(165,106,205); }
td.TdClassName
{
border-color: #A56ACD;
}
.TagClassName
{
border-color: #A56ACD;
}
</style>