Shades of Amethyst #A56FC1
Tints of Amethyst #A56FC1
RGB
CMYK
RGB Variations
Color information
#A56FC1 (or 0xA56FC1) is known color: Amethyst. HEX triplet: A5, 6F and C1. RGB value is (165,111,193). Sum of RGB (Red+Green+Blue) = 165+111+193=469 (62% of max value = 765). Red value is 165 (64.84% from 255 or 35.18% from 469); Green value is 111 (43.75% from 255 or 23.67% from 469); Blue value is 193 (75.78% from 255 or 41.15% from 469); Max value from RGB is 193 - color contains mainly: blue. Hex color #A56FC1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A56FC1 is #5A903E. Grayscale: #888888. Windows color (decimal): -5935167 or 12677029. OLE color: 12677029.
HSL color Cylindrical-coordinate representation of color #A56FC1: hue angle of 279.51º degrees, saturation: 0.4, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A56FC1 is Cyan = 0.15, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 165 | 111 | 193 | - |
| CMYK | 0.15 | 0.42 | 0 | 0.24 |
| HSL | 279.51º | 0.4% | 0.6% | - |
| HSV(B) | 279.51º | 0.42% | 0.76% | - |
| XYZ | 30.83 | 23.22 | 53.31 | - |
| YUV | 136.49 | 159.89 | 148.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 111 | 193 | 0.15 | 0.42 | 0 | 0.24 | 279.51 | 0.4 | 0.6 |
| Hex | A5 | 6F | C1 | F | 2A | 0 | 18 | 118 | 28 | 3C |
| Octal | 245 | 157 | 301 | 17 | 52 | 0 | 30 | 430 | 50 | 74 |
| Binary | 10100101 | 1101111 | 11000001 | 1111 | 101010 | 0 | 11000 | 100011000 | 101000 | 111100 |
Color Harmonies of #A56FC1
Complementary color
Monochromatic Colors of #A56FC1
Black with #A56FC1
Text Example
Text Example
White with #A56FC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A56FC1; }
p { color: rgb(165,111,193); }
H1.HeaderClassName
{
color: #A56FC1;
}
.AnyTagClassName
{
color: #A56FC1;
}
</style>
background-color css
<style>
a { background-color: #A56FC1; }
a { background-color: rgb(165,111,193); }
div.DivClassName
{
background-color: #A56FC1;
}
.BgClassName
{
background-color: #A56FC1;
}
</style>
border-color css
<style>
span { border-color: #A56FC1; }
span { border-color: rgb(165,111,193); }
td.TdClassName
{
border-color: #A56FC1;
}
.TagClassName
{
border-color: #A56FC1;
}
</style>