Shades of Amethyst #A56BDB
Tints of Amethyst #A56BDB
RGB
CMYK
RGB Variations
Color information
#A56BDB (or 0xA56BDB) is known color: Amethyst. HEX triplet: A5, 6B and DB. RGB value is (165,107,219). Sum of RGB (Red+Green+Blue) = 165+107+219=491 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.60% from 491); Green value is 107 (42.19% from 255 or 21.79% from 491); Blue value is 219 (85.94% from 255 or 44.60% from 491); Max value from RGB is 219 - color contains mainly: blue. Hex color #A56BDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A56BDB is #5A9424. Grayscale: #888888. Windows color (decimal): -5936165 or 14379941. OLE color: 14379941.
HSL color Cylindrical-coordinate representation of color #A56BDB: hue angle of 271.07º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A56BDB is Cyan = 0.25, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 165 | 107 | 219 | - |
| CMYK | 0.25 | 0.51 | 0 | 0.14 |
| HSL | 271.07º | 0.61% | 0.64% | - |
| HSV(B) | 271.07º | 0.51% | 0.86% | - |
| XYZ | 33.56 | 23.63 | 69.81 | - |
| YUV | 137.11 | 174.22 | 147.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 107 | 219 | 0.25 | 0.51 | 0 | 0.14 | 271.07 | 0.61 | 0.64 |
| Hex | A5 | 6B | DB | 19 | 33 | 0 | E | 10F | 3D | 40 |
| Octal | 245 | 153 | 333 | 31 | 63 | 0 | 16 | 417 | 75 | 100 |
| Binary | 10100101 | 1101011 | 11011011 | 11001 | 110011 | 0 | 1110 | 100001111 | 111101 | 1000000 |
Color Harmonies of #A56BDB
Complementary color
Monochromatic Colors of #A56BDB
Black with #A56BDB
Text Example
Text Example
White with #A56BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A56BDB; }
p { color: rgb(165,107,219); }
H1.HeaderClassName
{
color: #A56BDB;
}
.AnyTagClassName
{
color: #A56BDB;
}
</style>
background-color css
<style>
a { background-color: #A56BDB; }
a { background-color: rgb(165,107,219); }
div.DivClassName
{
background-color: #A56BDB;
}
.BgClassName
{
background-color: #A56BDB;
}
</style>
border-color css
<style>
span { border-color: #A56BDB; }
span { border-color: rgb(165,107,219); }
td.TdClassName
{
border-color: #A56BDB;
}
.TagClassName
{
border-color: #A56BDB;
}
</style>