Shades of Amethyst #A56CC4
Tints of Amethyst #A56CC4
RGB
CMYK
RGB Variations
Color information
#A56CC4 (or 0xA56CC4) is known color: Amethyst. HEX triplet: A5, 6C and C4. RGB value is (165,108,196). Sum of RGB (Red+Green+Blue) = 165+108+196=469 (62% of max value = 765). Red value is 165 (64.84% from 255 or 35.18% from 469); Green value is 108 (42.58% from 255 or 23.03% from 469); Blue value is 196 (76.95% from 255 or 41.79% from 469); Max value from RGB is 196 - color contains mainly: blue. Hex color #A56CC4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A56CC4 is #5A933B. Grayscale: #868686. Windows color (decimal): -5935932 or 12872869. OLE color: 12872869.
HSL color Cylindrical-coordinate representation of color #A56CC4: hue angle of 278.86º degrees, saturation: 0.43, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A56CC4 is Cyan = 0.16, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 165 | 108 | 196 | - |
| CMYK | 0.16 | 0.45 | 0 | 0.23 |
| HSL | 278.86º | 0.43% | 0.6% | - |
| HSV(B) | 278.86º | 0.45% | 0.77% | - |
| XYZ | 30.84 | 22.71 | 54.98 | - |
| YUV | 135.08 | 162.38 | 149.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 108 | 196 | 0.16 | 0.45 | 0 | 0.23 | 278.86 | 0.43 | 0.6 |
| Hex | A5 | 6C | C4 | 10 | 2D | 0 | 17 | 117 | 2B | 3C |
| Octal | 245 | 154 | 304 | 20 | 55 | 0 | 27 | 427 | 53 | 74 |
| Binary | 10100101 | 1101100 | 11000100 | 10000 | 101101 | 0 | 10111 | 100010111 | 101011 | 111100 |
Color Harmonies of #A56CC4
Complementary color
Monochromatic Colors of #A56CC4
Black with #A56CC4
Text Example
Text Example
White with #A56CC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A56CC4; }
p { color: rgb(165,108,196); }
H1.HeaderClassName
{
color: #A56CC4;
}
.AnyTagClassName
{
color: #A56CC4;
}
</style>
background-color css
<style>
a { background-color: #A56CC4; }
a { background-color: rgb(165,108,196); }
div.DivClassName
{
background-color: #A56CC4;
}
.BgClassName
{
background-color: #A56CC4;
}
</style>
border-color css
<style>
span { border-color: #A56CC4; }
span { border-color: rgb(165,108,196); }
td.TdClassName
{
border-color: #A56CC4;
}
.TagClassName
{
border-color: #A56CC4;
}
</style>