Shades of Amethyst #A05ECC
Tints of Amethyst #A05ECC
RGB
CMYK
RGB Variations
Color information
#A05ECC (or 0xA05ECC) is known color: Amethyst. HEX triplet: A0, 5E and CC. RGB value is (160,94,204). Sum of RGB (Red+Green+Blue) = 160+94+204=458 (60% of max value = 765). Red value is 160 (62.89% from 255 or 34.93% from 458); Green value is 94 (37.11% from 255 or 20.52% from 458); Blue value is 204 (80.08% from 255 or 44.54% from 458); Max value from RGB is 204 - color contains mainly: blue. Hex color #A05ECC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A05ECC is #5FA133. Grayscale: #7D7D7D. Windows color (decimal): -6267188 or 13393568. OLE color: 13393568.
HSL color Cylindrical-coordinate representation of color #A05ECC: hue angle of 276º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A05ECC is Cyan = 0.22, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 160 | 94 | 204 | - |
| CMYK | 0.22 | 0.54 | 0 | 0.2 |
| HSL | 276º | 0.52% | 0.58% | - |
| HSV(B) | 276º | 0.54% | 0.8% | - |
| XYZ | 29.4 | 19.84 | 59.41 | - |
| YUV | 126.27 | 171.87 | 152.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 94 | 204 | 0.22 | 0.54 | 0 | 0.2 | 276 | 0.52 | 0.58 |
| Hex | A0 | 5E | CC | 16 | 36 | 0 | 14 | 114 | 34 | 3A |
| Octal | 240 | 136 | 314 | 26 | 66 | 0 | 24 | 424 | 64 | 72 |
| Binary | 10100000 | 1011110 | 11001100 | 10110 | 110110 | 0 | 10100 | 100010100 | 110100 | 111010 |
Color Harmonies of #A05ECC
Complementary color
Monochromatic Colors of #A05ECC
Black with #A05ECC
Text Example
Text Example
White with #A05ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A05ECC; }
p { color: rgb(160,94,204); }
H1.HeaderClassName
{
color: #A05ECC;
}
.AnyTagClassName
{
color: #A05ECC;
}
</style>
background-color css
<style>
a { background-color: #A05ECC; }
a { background-color: rgb(160,94,204); }
div.DivClassName
{
background-color: #A05ECC;
}
.BgClassName
{
background-color: #A05ECC;
}
</style>
border-color css
<style>
span { border-color: #A05ECC; }
span { border-color: rgb(160,94,204); }
td.TdClassName
{
border-color: #A05ECC;
}
.TagClassName
{
border-color: #A05ECC;
}
</style>