Shades of Amethyst #A56DCC
Tints of Amethyst #A56DCC
RGB
CMYK
RGB Variations
Color information
#A56DCC (or 0xA56DCC) is known color: Amethyst. HEX triplet: A5, 6D and CC. RGB value is (165,109,204). Sum of RGB (Red+Green+Blue) = 165+109+204=478 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.52% from 478); Green value is 109 (42.97% from 255 or 22.80% from 478); Blue value is 204 (80.08% from 255 or 42.68% from 478); Max value from RGB is 204 - color contains mainly: blue. Hex color #A56DCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A56DCC is #5A9233. Grayscale: #888888. Windows color (decimal): -5935668 or 13397413. OLE color: 13397413.
HSL color Cylindrical-coordinate representation of color #A56DCC: hue angle of 275.37º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A56DCC is Cyan = 0.19, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 165 | 109 | 204 | - |
| CMYK | 0.19 | 0.47 | 0 | 0.2 |
| HSL | 275.37º | 0.48% | 0.61% | - |
| HSV(B) | 275.37º | 0.47% | 0.8% | - |
| XYZ | 31.88 | 23.3 | 59.94 | - |
| YUV | 136.57 | 166.05 | 148.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 109 | 204 | 0.19 | 0.47 | 0 | 0.2 | 275.37 | 0.48 | 0.61 |
| Hex | A5 | 6D | CC | 13 | 2F | 0 | 14 | 113 | 30 | 3D |
| Octal | 245 | 155 | 314 | 23 | 57 | 0 | 24 | 423 | 60 | 75 |
| Binary | 10100101 | 1101101 | 11001100 | 10011 | 101111 | 0 | 10100 | 100010011 | 110000 | 111101 |
Color Harmonies of #A56DCC
Complementary color
Monochromatic Colors of #A56DCC
Black with #A56DCC
Text Example
Text Example
White with #A56DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A56DCC; }
p { color: rgb(165,109,204); }
H1.HeaderClassName
{
color: #A56DCC;
}
.AnyTagClassName
{
color: #A56DCC;
}
</style>
background-color css
<style>
a { background-color: #A56DCC; }
a { background-color: rgb(165,109,204); }
div.DivClassName
{
background-color: #A56DCC;
}
.BgClassName
{
background-color: #A56DCC;
}
</style>
border-color css
<style>
span { border-color: #A56DCC; }
span { border-color: rgb(165,109,204); }
td.TdClassName
{
border-color: #A56DCC;
}
.TagClassName
{
border-color: #A56DCC;
}
</style>