Shades of Amethyst #A060E2
Tints of Amethyst #A060E2
RGB
CMYK
RGB Variations
Color information
#A060E2 (or 0xA060E2) is known color: Amethyst. HEX triplet: A0, 60 and E2. RGB value is (160,96,226). Sum of RGB (Red+Green+Blue) = 160+96+226=482 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.20% from 482); Green value is 96 (37.89% from 255 or 19.92% from 482); Blue value is 226 (88.67% from 255 or 46.89% from 482); Max value from RGB is 226 - color contains mainly: blue. Hex color #A060E2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A060E2 is #5F9F1D. Grayscale: #818181. Windows color (decimal): -6266654 or 14835872. OLE color: 14835872.
HSL color Cylindrical-coordinate representation of color #A060E2: hue angle of 269.54º degrees, saturation: 0.69, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A060E2 is Cyan = 0.29, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 160 | 96 | 226 | - |
| CMYK | 0.29 | 0.58 | 0 | 0.11 |
| HSL | 269.54º | 0.69% | 0.63% | - |
| HSV(B) | 269.54º | 0.58% | 0.89% | - |
| XYZ | 32.41 | 21.33 | 74.36 | - |
| YUV | 129.96 | 182.2 | 149.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 96 | 226 | 0.29 | 0.58 | 0 | 0.11 | 269.54 | 0.69 | 0.63 |
| Hex | A0 | 60 | E2 | 1D | 3A | 0 | B | 10E | 45 | 3F |
| Octal | 240 | 140 | 342 | 35 | 72 | 0 | 13 | 416 | 105 | 77 |
| Binary | 10100000 | 1100000 | 11100010 | 11101 | 111010 | 0 | 1011 | 100001110 | 1000101 | 111111 |
Color Harmonies of #A060E2
Complementary color
Monochromatic Colors of #A060E2
Black with #A060E2
Text Example
Text Example
White with #A060E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A060E2; }
p { color: rgb(160,96,226); }
H1.HeaderClassName
{
color: #A060E2;
}
.AnyTagClassName
{
color: #A060E2;
}
</style>
background-color css
<style>
a { background-color: #A060E2; }
a { background-color: rgb(160,96,226); }
div.DivClassName
{
background-color: #A060E2;
}
.BgClassName
{
background-color: #A060E2;
}
</style>
border-color css
<style>
span { border-color: #A060E2; }
span { border-color: rgb(160,96,226); }
td.TdClassName
{
border-color: #A060E2;
}
.TagClassName
{
border-color: #A060E2;
}
</style>