Shades of Amethyst #A157DB
Tints of Amethyst #A157DB
RGB
CMYK
RGB Variations
Color information
#A157DB (or 0xA157DB) is known color: Amethyst. HEX triplet: A1, 57 and DB. RGB value is (161,87,219). Sum of RGB (Red+Green+Blue) = 161+87+219=467 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.48% from 467); Green value is 87 (34.38% from 255 or 18.63% 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 #A157DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A157DB is #5EA824. Grayscale: #7B7B7B. Windows color (decimal): -6203429 or 14374817. OLE color: 14374817.
HSL color Cylindrical-coordinate representation of color #A157DB: hue angle of 273.64º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A157DB is Cyan = 0.26, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 161 | 87 | 219 | - |
| CMYK | 0.26 | 0.60 | 0 | 0.14 |
| HSL | 273.64º | 0.65% | 0.6% | - |
| HSV(B) | 273.64º | 0.6% | 0.86% | - |
| XYZ | 30.89 | 19.51 | 69.16 | - |
| YUV | 124.17 | 181.52 | 154.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 87 | 219 | 0.26 | 0.60 | 0 | 0.14 | 273.64 | 0.65 | 0.6 |
| Hex | A1 | 57 | DB | 1A | 3C | 0 | E | 112 | 41 | 3C |
| Octal | 241 | 127 | 333 | 32 | 74 | 0 | 16 | 422 | 101 | 74 |
| Binary | 10100001 | 1010111 | 11011011 | 11010 | 111100 | 0 | 1110 | 100010010 | 1000001 | 111100 |
Color Harmonies of #A157DB
Complementary color
Monochromatic Colors of #A157DB
Black with #A157DB
Text Example
Text Example
White with #A157DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A157DB; }
p { color: rgb(161,87,219); }
H1.HeaderClassName
{
color: #A157DB;
}
.AnyTagClassName
{
color: #A157DB;
}
</style>
background-color css
<style>
a { background-color: #A157DB; }
a { background-color: rgb(161,87,219); }
div.DivClassName
{
background-color: #A157DB;
}
.BgClassName
{
background-color: #A157DB;
}
</style>
border-color css
<style>
span { border-color: #A157DB; }
span { border-color: rgb(161,87,219); }
td.TdClassName
{
border-color: #A157DB;
}
.TagClassName
{
border-color: #A157DB;
}
</style>