Shades of Amethyst #A45ECC
Tints of Amethyst #A45ECC
RGB
CMYK
RGB Variations
Color information
#A45ECC (or 0xA45ECC) is known color: Amethyst. HEX triplet: A4, 5E and CC. RGB value is (164,94,204). Sum of RGB (Red+Green+Blue) = 164+94+204=462 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.50% from 462); Green value is 94 (37.11% from 255 or 20.35% from 462); Blue value is 204 (80.08% from 255 or 44.16% from 462); Max value from RGB is 204 - color contains mainly: blue. Hex color #A45ECC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A45ECC is #5BA133. Grayscale: #7F7F7F. Windows color (decimal): -6005044 or 13393572. OLE color: 13393572.
HSL color Cylindrical-coordinate representation of color #A45ECC: hue angle of 278.18º 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 #A45ECC is Cyan = 0.20, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 164 | 94 | 204 | - |
| CMYK | 0.20 | 0.54 | 0 | 0.2 |
| HSL | 278.18º | 0.52% | 0.58% | - |
| HSV(B) | 278.18º | 0.54% | 0.8% | - |
| XYZ | 30.21 | 20.26 | 59.44 | - |
| YUV | 127.47 | 171.19 | 154.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 94 | 204 | 0.20 | 0.54 | 0 | 0.2 | 278.18 | 0.52 | 0.58 |
| Hex | A4 | 5E | CC | 14 | 36 | 0 | 14 | 116 | 34 | 3A |
| Octal | 244 | 136 | 314 | 24 | 66 | 0 | 24 | 426 | 64 | 72 |
| Binary | 10100100 | 1011110 | 11001100 | 10100 | 110110 | 0 | 10100 | 100010110 | 110100 | 111010 |
Color Harmonies of #A45ECC
Complementary color
Monochromatic Colors of #A45ECC
Black with #A45ECC
Text Example
Text Example
White with #A45ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A45ECC; }
p { color: rgb(164,94,204); }
H1.HeaderClassName
{
color: #A45ECC;
}
.AnyTagClassName
{
color: #A45ECC;
}
</style>
background-color css
<style>
a { background-color: #A45ECC; }
a { background-color: rgb(164,94,204); }
div.DivClassName
{
background-color: #A45ECC;
}
.BgClassName
{
background-color: #A45ECC;
}
</style>
border-color css
<style>
span { border-color: #A45ECC; }
span { border-color: rgb(164,94,204); }
td.TdClassName
{
border-color: #A45ECC;
}
.TagClassName
{
border-color: #A45ECC;
}
</style>