Shades of Amethyst #A56ADB
Tints of Amethyst #A56ADB
RGB
CMYK
RGB Variations
Color information
#A56ADB (or 0xA56ADB) is known color: Amethyst. HEX triplet: A5, 6A and DB. RGB value is (165,106,219). Sum of RGB (Red+Green+Blue) = 165+106+219=490 (64% of max value = 765). Red value is 165 (64.84% from 255 or 33.67% from 490); Green value is 106 (41.80% from 255 or 21.63% from 490); Blue value is 219 (85.94% from 255 or 44.69% from 490); Max value from RGB is 219 - color contains mainly: blue. Hex color #A56ADB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A56ADB is #5A9524. Grayscale: #888888. Windows color (decimal): -5936421 or 14379685. OLE color: 14379685.
HSL color Cylindrical-coordinate representation of color #A56ADB: hue angle of 271.33º degrees, saturation: 0.61, 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 #A56ADB is Cyan = 0.25, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 165 | 106 | 219 | - |
| CMYK | 0.25 | 0.52 | 0 | 0.14 |
| HSL | 271.33º | 0.61% | 0.64% | - |
| HSV(B) | 271.33º | 0.52% | 0.86% | - |
| XYZ | 33.46 | 23.42 | 69.78 | - |
| YUV | 136.52 | 174.55 | 148.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 106 | 219 | 0.25 | 0.52 | 0 | 0.14 | 271.33 | 0.61 | 0.64 |
| Hex | A5 | 6A | DB | 19 | 34 | 0 | E | 10F | 3D | 40 |
| Octal | 245 | 152 | 333 | 31 | 64 | 0 | 16 | 417 | 75 | 100 |
| Binary | 10100101 | 1101010 | 11011011 | 11001 | 110100 | 0 | 1110 | 100001111 | 111101 | 1000000 |
Color Harmonies of #A56ADB
Complementary color
Monochromatic Colors of #A56ADB
Black with #A56ADB
Text Example
Text Example
White with #A56ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A56ADB; }
p { color: rgb(165,106,219); }
H1.HeaderClassName
{
color: #A56ADB;
}
.AnyTagClassName
{
color: #A56ADB;
}
</style>
background-color css
<style>
a { background-color: #A56ADB; }
a { background-color: rgb(165,106,219); }
div.DivClassName
{
background-color: #A56ADB;
}
.BgClassName
{
background-color: #A56ADB;
}
</style>
border-color css
<style>
span { border-color: #A56ADB; }
span { border-color: rgb(165,106,219); }
td.TdClassName
{
border-color: #A56ADB;
}
.TagClassName
{
border-color: #A56ADB;
}
</style>