Shades of Amethyst #A56AC9
Tints of Amethyst #A56AC9
RGB
CMYK
RGB Variations
Color information
#A56AC9 (or 0xA56AC9) is known color: Amethyst. HEX triplet: A5, 6A and C9. RGB value is (165,106,201). Sum of RGB (Red+Green+Blue) = 165+106+201=472 (62% of max value = 765). Red value is 165 (64.84% from 255 or 34.96% from 472); Green value is 106 (41.80% from 255 or 22.46% from 472); Blue value is 201 (78.91% from 255 or 42.58% from 472); Max value from RGB is 201 - color contains mainly: blue. Hex color #A56AC9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A56AC9 is #5A9536. Grayscale: #868686. Windows color (decimal): -5936439 or 13200037. OLE color: 13200037.
HSL color Cylindrical-coordinate representation of color #A56AC9: hue angle of 277.26º degrees, saturation: 0.47, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A56AC9 is Cyan = 0.18, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 165 | 106 | 201 | - |
| CMYK | 0.18 | 0.47 | 0 | 0.21 |
| HSL | 277.26º | 0.47% | 0.6% | - |
| HSV(B) | 277.26º | 0.47% | 0.79% | - |
| XYZ | 31.21 | 22.52 | 57.96 | - |
| YUV | 134.47 | 165.55 | 149.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 106 | 201 | 0.18 | 0.47 | 0 | 0.21 | 277.26 | 0.47 | 0.6 |
| Hex | A5 | 6A | C9 | 12 | 2F | 0 | 15 | 115 | 2F | 3C |
| Octal | 245 | 152 | 311 | 22 | 57 | 0 | 25 | 425 | 57 | 74 |
| Binary | 10100101 | 1101010 | 11001001 | 10010 | 101111 | 0 | 10101 | 100010101 | 101111 | 111100 |
Color Harmonies of #A56AC9
Complementary color
Monochromatic Colors of #A56AC9
Black with #A56AC9
Text Example
Text Example
White with #A56AC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A56AC9; }
p { color: rgb(165,106,201); }
H1.HeaderClassName
{
color: #A56AC9;
}
.AnyTagClassName
{
color: #A56AC9;
}
</style>
background-color css
<style>
a { background-color: #A56AC9; }
a { background-color: rgb(165,106,201); }
div.DivClassName
{
background-color: #A56AC9;
}
.BgClassName
{
background-color: #A56AC9;
}
</style>
border-color css
<style>
span { border-color: #A56AC9; }
span { border-color: rgb(165,106,201); }
td.TdClassName
{
border-color: #A56AC9;
}
.TagClassName
{
border-color: #A56AC9;
}
</style>