Shades of Amethyst #A56ACC
Tints of Amethyst #A56ACC
RGB
CMYK
RGB Variations
Color information
#A56ACC (or 0xA56ACC) is known color: Amethyst. HEX triplet: A5, 6A and CC. RGB value is (165,106,204). Sum of RGB (Red+Green+Blue) = 165+106+204=475 (62% of max value = 765). Red value is 165 (64.84% from 255 or 34.74% from 475); Green value is 106 (41.80% from 255 or 22.32% from 475); Blue value is 204 (80.08% from 255 or 42.95% from 475); Max value from RGB is 204 - color contains mainly: blue. Hex color #A56ACC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A56ACC is #5A9533. Grayscale: #868686. Windows color (decimal): -5936436 or 13396645. OLE color: 13396645.
HSL color Cylindrical-coordinate representation of color #A56ACC: hue angle of 276.12º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A56ACC is Cyan = 0.19, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 165 | 106 | 204 | - |
| CMYK | 0.19 | 0.48 | 0 | 0.2 |
| HSL | 276.12º | 0.49% | 0.61% | - |
| HSV(B) | 276.12º | 0.48% | 0.8% | - |
| XYZ | 31.57 | 22.67 | 59.84 | - |
| YUV | 134.81 | 167.05 | 149.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 106 | 204 | 0.19 | 0.48 | 0 | 0.2 | 276.12 | 0.49 | 0.61 |
| Hex | A5 | 6A | CC | 13 | 30 | 0 | 14 | 114 | 31 | 3D |
| Octal | 245 | 152 | 314 | 23 | 60 | 0 | 24 | 424 | 61 | 75 |
| Binary | 10100101 | 1101010 | 11001100 | 10011 | 110000 | 0 | 10100 | 100010100 | 110001 | 111101 |
Color Harmonies of #A56ACC
Complementary color
Monochromatic Colors of #A56ACC
Black with #A56ACC
Text Example
Text Example
White with #A56ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A56ACC; }
p { color: rgb(165,106,204); }
H1.HeaderClassName
{
color: #A56ACC;
}
.AnyTagClassName
{
color: #A56ACC;
}
</style>
background-color css
<style>
a { background-color: #A56ACC; }
a { background-color: rgb(165,106,204); }
div.DivClassName
{
background-color: #A56ACC;
}
.BgClassName
{
background-color: #A56ACC;
}
</style>
border-color css
<style>
span { border-color: #A56ACC; }
span { border-color: rgb(165,106,204); }
td.TdClassName
{
border-color: #A56ACC;
}
.TagClassName
{
border-color: #A56ACC;
}
</style>