Shades of Amethyst #A456D6
Tints of Amethyst #A456D6
RGB
CMYK
RGB Variations
Color information
#A456D6 (or 0xA456D6) is known color: Amethyst. HEX triplet: A4, 56 and D6. RGB value is (164,86,214). Sum of RGB (Red+Green+Blue) = 164+86+214=464 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.34% from 464); Green value is 86 (33.98% from 255 or 18.53% from 464); Blue value is 214 (83.98% from 255 or 46.12% from 464); Max value from RGB is 214 - color contains mainly: blue. Hex color #A456D6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A456D6 is #5BA929. Grayscale: #7B7B7B. Windows color (decimal): -6007082 or 14046884. OLE color: 14046884.
HSL color Cylindrical-coordinate representation of color #A456D6: hue angle of 276.56º degrees, saturation: 0.61, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A456D6 is Cyan = 0.23, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 164 | 86 | 214 | - |
| CMYK | 0.23 | 0.60 | 0 | 0.16 |
| HSL | 276.56º | 0.61% | 0.59% | - |
| HSV(B) | 276.56º | 0.6% | 0.84% | - |
| XYZ | 30.78 | 19.4 | 65.74 | - |
| YUV | 123.91 | 178.84 | 156.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 86 | 214 | 0.23 | 0.60 | 0 | 0.16 | 276.56 | 0.61 | 0.59 |
| Hex | A4 | 56 | D6 | 17 | 3C | 0 | 10 | 115 | 3D | 3B |
| Octal | 244 | 126 | 326 | 27 | 74 | 0 | 20 | 425 | 75 | 73 |
| Binary | 10100100 | 1010110 | 11010110 | 10111 | 111100 | 0 | 10000 | 100010101 | 111101 | 111011 |
Color Harmonies of #A456D6
Complementary color
Monochromatic Colors of #A456D6
Black with #A456D6
Text Example
Text Example
White with #A456D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A456D6; }
p { color: rgb(164,86,214); }
H1.HeaderClassName
{
color: #A456D6;
}
.AnyTagClassName
{
color: #A456D6;
}
</style>
background-color css
<style>
a { background-color: #A456D6; }
a { background-color: rgb(164,86,214); }
div.DivClassName
{
background-color: #A456D6;
}
.BgClassName
{
background-color: #A456D6;
}
</style>
border-color css
<style>
span { border-color: #A456D6; }
span { border-color: rgb(164,86,214); }
td.TdClassName
{
border-color: #A456D6;
}
.TagClassName
{
border-color: #A456D6;
}
</style>