Shades of Amethyst #A059E4
Tints of Amethyst #A059E4
RGB
CMYK
RGB Variations
Color information
#A059E4 (or 0xA059E4) is known color: Amethyst. HEX triplet: A0, 59 and E4. RGB value is (160,89,228). Sum of RGB (Red+Green+Blue) = 160+89+228=477 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.54% from 477); Green value is 89 (35.16% from 255 or 18.66% from 477); Blue value is 228 (89.45% from 255 or 47.80% from 477); Max value from RGB is 228 - color contains mainly: blue. Hex color #A059E4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A059E4 is #5FA61B. Grayscale: #7D7D7D. Windows color (decimal): -6268444 or 14965152. OLE color: 14965152.
HSL color Cylindrical-coordinate representation of color #A059E4: hue angle of 270.65º degrees, saturation: 0.72, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A059E4 is Cyan = 0.30, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 160 | 89 | 228 | - |
| CMYK | 0.30 | 0.61 | 0 | 0.11 |
| HSL | 270.65º | 0.72% | 0.62% | - |
| HSV(B) | 270.65º | 0.61% | 0.89% | - |
| XYZ | 32.07 | 20.22 | 75.61 | - |
| YUV | 126.08 | 185.52 | 152.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 89 | 228 | 0.30 | 0.61 | 0 | 0.11 | 270.65 | 0.72 | 0.62 |
| Hex | A0 | 59 | E4 | 1E | 3D | 0 | B | 10F | 48 | 3E |
| Octal | 240 | 131 | 344 | 36 | 75 | 0 | 13 | 417 | 110 | 76 |
| Binary | 10100000 | 1011001 | 11100100 | 11110 | 111101 | 0 | 1011 | 100001111 | 1001000 | 111110 |
Color Harmonies of #A059E4
Complementary color
Monochromatic Colors of #A059E4
Black with #A059E4
Text Example
Text Example
White with #A059E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A059E4; }
p { color: rgb(160,89,228); }
H1.HeaderClassName
{
color: #A059E4;
}
.AnyTagClassName
{
color: #A059E4;
}
</style>
background-color css
<style>
a { background-color: #A059E4; }
a { background-color: rgb(160,89,228); }
div.DivClassName
{
background-color: #A059E4;
}
.BgClassName
{
background-color: #A059E4;
}
</style>
border-color css
<style>
span { border-color: #A059E4; }
span { border-color: rgb(160,89,228); }
td.TdClassName
{
border-color: #A059E4;
}
.TagClassName
{
border-color: #A059E4;
}
</style>