Shades of Amethyst #A56FCC
Tints of Amethyst #A56FCC
RGB
CMYK
RGB Variations
Color information
#A56FCC (or 0xA56FCC) is known color: Amethyst. HEX triplet: A5, 6F and CC. RGB value is (165,111,204). Sum of RGB (Red+Green+Blue) = 165+111+204=480 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.38% from 480); Green value is 111 (43.75% from 255 or 23.12% from 480); Blue value is 204 (80.08% from 255 or 42.5% from 480); Max value from RGB is 204 - color contains mainly: blue. Hex color #A56FCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A56FCC is #5A9033. Grayscale: #898989. Windows color (decimal): -5935156 or 13397925. OLE color: 13397925.
HSL color Cylindrical-coordinate representation of color #A56FCC: hue angle of 274.84º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A56FCC is Cyan = 0.19, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 165 | 111 | 204 | - |
| CMYK | 0.19 | 0.46 | 0 | 0.2 |
| HSL | 274.84º | 0.48% | 0.62% | - |
| HSV(B) | 274.84º | 0.46% | 0.8% | - |
| XYZ | 32.1 | 23.73 | 60.01 | - |
| YUV | 137.75 | 165.39 | 147.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 111 | 204 | 0.19 | 0.46 | 0 | 0.2 | 274.84 | 0.48 | 0.62 |
| Hex | A5 | 6F | CC | 13 | 2E | 0 | 14 | 113 | 30 | 3E |
| Octal | 245 | 157 | 314 | 23 | 56 | 0 | 24 | 423 | 60 | 76 |
| Binary | 10100101 | 1101111 | 11001100 | 10011 | 101110 | 0 | 10100 | 100010011 | 110000 | 111110 |
Color Harmonies of #A56FCC
Complementary color
Monochromatic Colors of #A56FCC
Black with #A56FCC
Text Example
Text Example
White with #A56FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A56FCC; }
p { color: rgb(165,111,204); }
H1.HeaderClassName
{
color: #A56FCC;
}
.AnyTagClassName
{
color: #A56FCC;
}
</style>
background-color css
<style>
a { background-color: #A56FCC; }
a { background-color: rgb(165,111,204); }
div.DivClassName
{
background-color: #A56FCC;
}
.BgClassName
{
background-color: #A56FCC;
}
</style>
border-color css
<style>
span { border-color: #A56FCC; }
span { border-color: rgb(165,111,204); }
td.TdClassName
{
border-color: #A56FCC;
}
.TagClassName
{
border-color: #A56FCC;
}
</style>