Shades of Amethyst #A256D1
Tints of Amethyst #A256D1
RGB
CMYK
RGB Variations
Color information
#A256D1 (or 0xA256D1) is known color: Amethyst. HEX triplet: A2, 56 and D1. RGB value is (162,86,209). Sum of RGB (Red+Green+Blue) = 162+86+209=457 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.45% from 457); Green value is 86 (33.98% from 255 or 18.82% from 457); Blue value is 209 (82.03% from 255 or 45.73% from 457); Max value from RGB is 209 - color contains mainly: blue. Hex color #A256D1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A256D1 is #5DA92E. Grayscale: #7A7A7A. Windows color (decimal): -6138159 or 13719202. OLE color: 13719202.
HSL color Cylindrical-coordinate representation of color #A256D1: hue angle of 277.07º degrees, saturation: 0.57, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A256D1 is Cyan = 0.22, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 162 | 86 | 209 | - |
| CMYK | 0.22 | 0.59 | 0 | 0.18 |
| HSL | 277.07º | 0.57% | 0.58% | - |
| HSV(B) | 277.07º | 0.59% | 0.82% | - |
| XYZ | 29.74 | 18.94 | 62.41 | - |
| YUV | 122.75 | 176.68 | 156 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 86 | 209 | 0.22 | 0.59 | 0 | 0.18 | 277.07 | 0.57 | 0.58 |
| Hex | A2 | 56 | D1 | 16 | 3B | 0 | 12 | 115 | 39 | 3A |
| Octal | 242 | 126 | 321 | 26 | 73 | 0 | 22 | 425 | 71 | 72 |
| Binary | 10100010 | 1010110 | 11010001 | 10110 | 111011 | 0 | 10010 | 100010101 | 111001 | 111010 |
Color Harmonies of #A256D1
Complementary color
Monochromatic Colors of #A256D1
Black with #A256D1
Text Example
Text Example
White with #A256D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A256D1; }
p { color: rgb(162,86,209); }
H1.HeaderClassName
{
color: #A256D1;
}
.AnyTagClassName
{
color: #A256D1;
}
</style>
background-color css
<style>
a { background-color: #A256D1; }
a { background-color: rgb(162,86,209); }
div.DivClassName
{
background-color: #A256D1;
}
.BgClassName
{
background-color: #A256D1;
}
</style>
border-color css
<style>
span { border-color: #A256D1; }
span { border-color: rgb(162,86,209); }
td.TdClassName
{
border-color: #A256D1;
}
.TagClassName
{
border-color: #A256D1;
}
</style>