Shades of Amethyst #A56DBD
Tints of Amethyst #A56DBD
RGB
CMYK
RGB Variations
Color information
#A56DBD (or 0xA56DBD) is known color: Amethyst. HEX triplet: A5, 6D and BD. RGB value is (165,109,189). Sum of RGB (Red+Green+Blue) = 165+109+189=463 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.64% from 463); Green value is 109 (42.97% from 255 or 23.54% from 463); Blue value is 189 (74.22% from 255 or 40.82% from 463); Max value from RGB is 189 - color contains mainly: blue. Hex color #A56DBD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A56DBD is #5A9242. Grayscale: #868686. Windows color (decimal): -5935683 or 12414373. OLE color: 12414373.
HSL color Cylindrical-coordinate representation of color #A56DBD: hue angle of 282º degrees, saturation: 0.38, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A56DBD is Cyan = 0.13, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 165 | 109 | 189 | - |
| CMYK | 0.13 | 0.42 | 0 | 0.26 |
| HSL | 282º | 0.38% | 0.58% | - |
| HSV(B) | 282º | 0.42% | 0.74% | - |
| XYZ | 30.17 | 22.61 | 50.92 | - |
| YUV | 134.86 | 158.55 | 149.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 109 | 189 | 0.13 | 0.42 | 0 | 0.26 | 282 | 0.38 | 0.58 |
| Hex | A5 | 6D | BD | D | 2A | 0 | 1A | 11A | 26 | 3A |
| Octal | 245 | 155 | 275 | 15 | 52 | 0 | 32 | 432 | 46 | 72 |
| Binary | 10100101 | 1101101 | 10111101 | 1101 | 101010 | 0 | 11010 | 100011010 | 100110 | 111010 |
Color Harmonies of #A56DBD
Complementary color
Monochromatic Colors of #A56DBD
Black with #A56DBD
Text Example
Text Example
White with #A56DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A56DBD; }
p { color: rgb(165,109,189); }
H1.HeaderClassName
{
color: #A56DBD;
}
.AnyTagClassName
{
color: #A56DBD;
}
</style>
background-color css
<style>
a { background-color: #A56DBD; }
a { background-color: rgb(165,109,189); }
div.DivClassName
{
background-color: #A56DBD;
}
.BgClassName
{
background-color: #A56DBD;
}
</style>
border-color css
<style>
span { border-color: #A56DBD; }
span { border-color: rgb(165,109,189); }
td.TdClassName
{
border-color: #A56DBD;
}
.TagClassName
{
border-color: #A56DBD;
}
</style>