Shades of Amethyst #A256CF
Tints of Amethyst #A256CF
RGB
CMYK
RGB Variations
Color information
#A256CF (or 0xA256CF) is known color: Amethyst. HEX triplet: A2, 56 and CF. RGB value is (162,86,207). Sum of RGB (Red+Green+Blue) = 162+86+207=455 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.60% from 455); Green value is 86 (33.98% from 255 or 18.90% from 455); Blue value is 207 (81.25% from 255 or 45.49% from 455); Max value from RGB is 207 - color contains mainly: blue. Hex color #A256CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A256CF is #5DA930. Grayscale: #7A7A7A. Windows color (decimal): -6138161 or 13588130. OLE color: 13588130.
HSL color Cylindrical-coordinate representation of color #A256CF: hue angle of 277.69º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A256CF is Cyan = 0.22, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 162 | 86 | 207 | - |
| CMYK | 0.22 | 0.58 | 0 | 0.19 |
| HSL | 277.69º | 0.56% | 0.57% | - |
| HSV(B) | 277.69º | 0.58% | 0.81% | - |
| XYZ | 29.49 | 18.84 | 61.11 | - |
| YUV | 122.52 | 175.68 | 156.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 86 | 207 | 0.22 | 0.58 | 0 | 0.19 | 277.69 | 0.56 | 0.57 |
| Hex | A2 | 56 | CF | 16 | 3A | 0 | 13 | 116 | 38 | 39 |
| Octal | 242 | 126 | 317 | 26 | 72 | 0 | 23 | 426 | 70 | 71 |
| Binary | 10100010 | 1010110 | 11001111 | 10110 | 111010 | 0 | 10011 | 100010110 | 111000 | 111001 |
Color Harmonies of #A256CF
Complementary color
Monochromatic Colors of #A256CF
Black with #A256CF
Text Example
Text Example
White with #A256CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A256CF; }
p { color: rgb(162,86,207); }
H1.HeaderClassName
{
color: #A256CF;
}
.AnyTagClassName
{
color: #A256CF;
}
</style>
background-color css
<style>
a { background-color: #A256CF; }
a { background-color: rgb(162,86,207); }
div.DivClassName
{
background-color: #A256CF;
}
.BgClassName
{
background-color: #A256CF;
}
</style>
border-color css
<style>
span { border-color: #A256CF; }
span { border-color: rgb(162,86,207); }
td.TdClassName
{
border-color: #A256CF;
}
.TagClassName
{
border-color: #A256CF;
}
</style>