Shades of Amethyst #A256DB
Tints of Amethyst #A256DB
RGB
CMYK
RGB Variations
Color information
#A256DB (or 0xA256DB) is known color: Amethyst. HEX triplet: A2, 56 and DB. RGB value is (162,86,219). Sum of RGB (Red+Green+Blue) = 162+86+219=467 (61% of max value = 765). Red value is 162 (63.67% from 255 or 34.69% from 467); Green value is 86 (33.98% from 255 or 18.42% from 467); Blue value is 219 (85.94% from 255 or 46.90% from 467); Max value from RGB is 219 - color contains mainly: blue. Hex color #A256DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A256DB is #5DA924. Grayscale: #7B7B7B. Windows color (decimal): -6138149 or 14374562. OLE color: 14374562.
HSL color Cylindrical-coordinate representation of color #A256DB: hue angle of 274.29º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A256DB is Cyan = 0.26, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 162 | 86 | 219 | - |
| CMYK | 0.26 | 0.61 | 0 | 0.14 |
| HSL | 274.29º | 0.65% | 0.6% | - |
| HSV(B) | 274.29º | 0.61% | 0.86% | - |
| XYZ | 31.01 | 19.45 | 69.14 | - |
| YUV | 123.89 | 181.68 | 155.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 86 | 219 | 0.26 | 0.61 | 0 | 0.14 | 274.29 | 0.65 | 0.6 |
| Hex | A2 | 56 | DB | 1A | 3D | 0 | E | 112 | 41 | 3C |
| Octal | 242 | 126 | 333 | 32 | 75 | 0 | 16 | 422 | 101 | 74 |
| Binary | 10100010 | 1010110 | 11011011 | 11010 | 111101 | 0 | 1110 | 100010010 | 1000001 | 111100 |
Color Harmonies of #A256DB
Complementary color
Monochromatic Colors of #A256DB
Black with #A256DB
Text Example
Text Example
White with #A256DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A256DB; }
p { color: rgb(162,86,219); }
H1.HeaderClassName
{
color: #A256DB;
}
.AnyTagClassName
{
color: #A256DB;
}
</style>
background-color css
<style>
a { background-color: #A256DB; }
a { background-color: rgb(162,86,219); }
div.DivClassName
{
background-color: #A256DB;
}
.BgClassName
{
background-color: #A256DB;
}
</style>
border-color css
<style>
span { border-color: #A256DB; }
span { border-color: rgb(162,86,219); }
td.TdClassName
{
border-color: #A256DB;
}
.TagClassName
{
border-color: #A256DB;
}
</style>