Shades of Amethyst #A56CCC
Tints of Amethyst #A56CCC
RGB
CMYK
RGB Variations
Color information
#A56CCC (or 0xA56CCC) is known color: Amethyst. HEX triplet: A5, 6C and CC. RGB value is (165,108,204). Sum of RGB (Red+Green+Blue) = 165+108+204=477 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.59% from 477); Green value is 108 (42.58% from 255 or 22.64% from 477); Blue value is 204 (80.08% from 255 or 42.77% from 477); Max value from RGB is 204 - color contains mainly: blue. Hex color #A56CCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A56CCC is #5A9333. Grayscale: #878787. Windows color (decimal): -5935924 or 13397157. OLE color: 13397157.
HSL color Cylindrical-coordinate representation of color #A56CCC: hue angle of 275.62º 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 #A56CCC is Cyan = 0.19, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 165 | 108 | 204 | - |
| CMYK | 0.19 | 0.47 | 0 | 0.2 |
| HSL | 275.63º | 0.48% | 0.61% | - |
| HSV(B) | 275.63º | 0.47% | 0.8% | - |
| XYZ | 31.78 | 23.08 | 59.91 | - |
| YUV | 135.99 | 166.38 | 148.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 108 | 204 | 0.19 | 0.47 | 0 | 0.2 | 275.63 | 0.48 | 0.61 |
| Hex | A5 | 6C | CC | 13 | 2F | 0 | 14 | 114 | 30 | 3D |
| Octal | 245 | 154 | 314 | 23 | 57 | 0 | 24 | 424 | 60 | 75 |
| Binary | 10100101 | 1101100 | 11001100 | 10011 | 101111 | 0 | 10100 | 100010100 | 110000 | 111101 |
Color Harmonies of #A56CCC
Complementary color
Monochromatic Colors of #A56CCC
Black with #A56CCC
Text Example
Text Example
White with #A56CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A56CCC; }
p { color: rgb(165,108,204); }
H1.HeaderClassName
{
color: #A56CCC;
}
.AnyTagClassName
{
color: #A56CCC;
}
</style>
background-color css
<style>
a { background-color: #A56CCC; }
a { background-color: rgb(165,108,204); }
div.DivClassName
{
background-color: #A56CCC;
}
.BgClassName
{
background-color: #A56CCC;
}
</style>
border-color css
<style>
span { border-color: #A56CCC; }
span { border-color: rgb(165,108,204); }
td.TdClassName
{
border-color: #A56CCC;
}
.TagClassName
{
border-color: #A56CCC;
}
</style>