Shades of Amethyst #A256D7
Tints of Amethyst #A256D7
RGB
CMYK
RGB Variations
Color information
#A256D7 (or 0xA256D7) is known color: Amethyst. HEX triplet: A2, 56 and D7. RGB value is (162,86,215). Sum of RGB (Red+Green+Blue) = 162+86+215=463 (61% of max value = 765). Red value is 162 (63.67% from 255 or 34.99% from 463); Green value is 86 (33.98% from 255 or 18.57% from 463); Blue value is 215 (84.38% from 255 or 46.44% from 463); Max value from RGB is 215 - color contains mainly: blue. Hex color #A256D7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A256D7 is #5DA928. Grayscale: #7A7A7A. Windows color (decimal): -6138153 or 14112418. OLE color: 14112418.
HSL color Cylindrical-coordinate representation of color #A256D7: hue angle of 275.35º degrees, saturation: 0.62, 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 #A256D7 is Cyan = 0.25, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 162 | 86 | 215 | - |
| CMYK | 0.25 | 0.6 | 0 | 0.16 |
| HSL | 275.35º | 0.62% | 0.59% | - |
| HSV(B) | 275.35º | 0.6% | 0.84% | - |
| XYZ | 30.49 | 19.24 | 66.4 | - |
| YUV | 123.43 | 179.68 | 155.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 86 | 215 | 0.25 | 0.6 | 0 | 0.16 | 275.35 | 0.62 | 0.59 |
| Hex | A2 | 56 | D7 | 19 | 3C | 0 | 10 | 113 | 3E | 3B |
| Octal | 242 | 126 | 327 | 31 | 74 | 0 | 20 | 423 | 76 | 73 |
| Binary | 10100010 | 1010110 | 11010111 | 11001 | 111100 | 0 | 10000 | 100010011 | 111110 | 111011 |
Color Harmonies of #A256D7
Complementary color
Monochromatic Colors of #A256D7
Black with #A256D7
Text Example
Text Example
White with #A256D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A256D7; }
p { color: rgb(162,86,215); }
H1.HeaderClassName
{
color: #A256D7;
}
.AnyTagClassName
{
color: #A256D7;
}
</style>
background-color css
<style>
a { background-color: #A256D7; }
a { background-color: rgb(162,86,215); }
div.DivClassName
{
background-color: #A256D7;
}
.BgClassName
{
background-color: #A256D7;
}
</style>
border-color css
<style>
span { border-color: #A256D7; }
span { border-color: rgb(162,86,215); }
td.TdClassName
{
border-color: #A256D7;
}
.TagClassName
{
border-color: #A256D7;
}
</style>