Shades of Amethyst #A057E2
Tints of Amethyst #A057E2
RGB
CMYK
RGB Variations
Color information
#A057E2 (or 0xA057E2) is known color: Amethyst. HEX triplet: A0, 57 and E2. RGB value is (160,87,226). Sum of RGB (Red+Green+Blue) = 160+87+226=473 (62% of max value = 765). Red value is 160 (62.89% from 255 or 33.83% from 473); Green value is 87 (34.38% from 255 or 18.39% from 473); Blue value is 226 (88.67% from 255 or 47.78% from 473); Max value from RGB is 226 - color contains mainly: blue. Hex color #A057E2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A057E2 is #5FA81D. Grayscale: #7C7C7C. Windows color (decimal): -6268958 or 14833568. OLE color: 14833568.
HSL color Cylindrical-coordinate representation of color #A057E2: hue angle of 271.51º degrees, saturation: 0.71, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A057E2 is Cyan = 0.29, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 160 | 87 | 226 | - |
| CMYK | 0.29 | 0.62 | 0 | 0.11 |
| HSL | 271.51º | 0.71% | 0.61% | - |
| HSV(B) | 271.51º | 0.62% | 0.89% | - |
| XYZ | 31.63 | 19.78 | 74.1 | - |
| YUV | 124.67 | 185.18 | 153.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 87 | 226 | 0.29 | 0.62 | 0 | 0.11 | 271.51 | 0.71 | 0.61 |
| Hex | A0 | 57 | E2 | 1D | 3E | 0 | B | 110 | 47 | 3D |
| Octal | 240 | 127 | 342 | 35 | 76 | 0 | 13 | 420 | 107 | 75 |
| Binary | 10100000 | 1010111 | 11100010 | 11101 | 111110 | 0 | 1011 | 100010000 | 1000111 | 111101 |
Color Harmonies of #A057E2
Complementary color
Monochromatic Colors of #A057E2
Black with #A057E2
Text Example
Text Example
White with #A057E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A057E2; }
p { color: rgb(160,87,226); }
H1.HeaderClassName
{
color: #A057E2;
}
.AnyTagClassName
{
color: #A057E2;
}
</style>
background-color css
<style>
a { background-color: #A057E2; }
a { background-color: rgb(160,87,226); }
div.DivClassName
{
background-color: #A057E2;
}
.BgClassName
{
background-color: #A057E2;
}
</style>
border-color css
<style>
span { border-color: #A057E2; }
span { border-color: rgb(160,87,226); }
td.TdClassName
{
border-color: #A057E2;
}
.TagClassName
{
border-color: #A057E2;
}
</style>