Shades of Amethyst #A56CC1
Tints of Amethyst #A56CC1
RGB
CMYK
RGB Variations
Color information
#A56CC1 (or 0xA56CC1) is known color: Amethyst. HEX triplet: A5, 6C and C1. RGB value is (165,108,193). Sum of RGB (Red+Green+Blue) = 165+108+193=466 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.41% from 466); Green value is 108 (42.58% from 255 or 23.18% from 466); Blue value is 193 (75.78% from 255 or 41.42% from 466); Max value from RGB is 193 - color contains mainly: blue. Hex color #A56CC1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A56CC1 is #5A933E. Grayscale: #868686. Windows color (decimal): -5935935 or 12676261. OLE color: 12676261.
HSL color Cylindrical-coordinate representation of color #A56CC1: hue angle of 280.24º degrees, saturation: 0.41, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A56CC1 is Cyan = 0.15, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 165 | 108 | 193 | - |
| CMYK | 0.15 | 0.44 | 0 | 0.24 |
| HSL | 280.24º | 0.41% | 0.59% | - |
| HSV(B) | 280.24º | 0.44% | 0.76% | - |
| XYZ | 30.51 | 22.57 | 53.2 | - |
| YUV | 134.73 | 160.88 | 149.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 108 | 193 | 0.15 | 0.44 | 0 | 0.24 | 280.24 | 0.41 | 0.59 |
| Hex | A5 | 6C | C1 | F | 2C | 0 | 18 | 118 | 29 | 3B |
| Octal | 245 | 154 | 301 | 17 | 54 | 0 | 30 | 430 | 51 | 73 |
| Binary | 10100101 | 1101100 | 11000001 | 1111 | 101100 | 0 | 11000 | 100011000 | 101001 | 111011 |
Color Harmonies of #A56CC1
Complementary color
Monochromatic Colors of #A56CC1
Black with #A56CC1
Text Example
Text Example
White with #A56CC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A56CC1; }
p { color: rgb(165,108,193); }
H1.HeaderClassName
{
color: #A56CC1;
}
.AnyTagClassName
{
color: #A56CC1;
}
</style>
background-color css
<style>
a { background-color: #A56CC1; }
a { background-color: rgb(165,108,193); }
div.DivClassName
{
background-color: #A56CC1;
}
.BgClassName
{
background-color: #A56CC1;
}
</style>
border-color css
<style>
span { border-color: #A56CC1; }
span { border-color: rgb(165,108,193); }
td.TdClassName
{
border-color: #A56CC1;
}
.TagClassName
{
border-color: #A56CC1;
}
</style>