Shades of Amethyst #A56DBE
Tints of Amethyst #A56DBE
RGB
CMYK
RGB Variations
Color information
#A56DBE (or 0xA56DBE) is known color: Amethyst. HEX triplet: A5, 6D and BE. RGB value is (165,109,190). Sum of RGB (Red+Green+Blue) = 165+109+190=464 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.56% from 464); Green value is 109 (42.97% from 255 or 23.49% from 464); Blue value is 190 (74.61% from 255 or 40.95% from 464); Max value from RGB is 190 - color contains mainly: blue. Hex color #A56DBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A56DBE is #5A9241. Grayscale: #868686. Windows color (decimal): -5935682 or 12479909. OLE color: 12479909.
HSL color Cylindrical-coordinate representation of color #A56DBE: hue angle of 281.48º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A56DBE is Cyan = 0.13, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 165 | 109 | 190 | - |
| CMYK | 0.13 | 0.43 | 0 | 0.25 |
| HSL | 281.48º | 0.38% | 0.59% | - |
| HSV(B) | 281.48º | 0.43% | 0.75% | - |
| XYZ | 30.28 | 22.65 | 51.49 | - |
| YUV | 134.98 | 159.05 | 149.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 109 | 190 | 0.13 | 0.43 | 0 | 0.25 | 281.48 | 0.38 | 0.59 |
| Hex | A5 | 6D | BE | D | 2B | 0 | 19 | 119 | 26 | 3B |
| Octal | 245 | 155 | 276 | 15 | 53 | 0 | 31 | 431 | 46 | 73 |
| Binary | 10100101 | 1101101 | 10111110 | 1101 | 101011 | 0 | 11001 | 100011001 | 100110 | 111011 |
Color Harmonies of #A56DBE
Complementary color
Monochromatic Colors of #A56DBE
Black with #A56DBE
Text Example
Text Example
White with #A56DBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A56DBE; }
p { color: rgb(165,109,190); }
H1.HeaderClassName
{
color: #A56DBE;
}
.AnyTagClassName
{
color: #A56DBE;
}
</style>
background-color css
<style>
a { background-color: #A56DBE; }
a { background-color: rgb(165,109,190); }
div.DivClassName
{
background-color: #A56DBE;
}
.BgClassName
{
background-color: #A56DBE;
}
</style>
border-color css
<style>
span { border-color: #A56DBE; }
span { border-color: rgb(165,109,190); }
td.TdClassName
{
border-color: #A56DBE;
}
.TagClassName
{
border-color: #A56DBE;
}
</style>