Shades of Amethyst #A55ECC
Tints of Amethyst #A55ECC
RGB
CMYK
RGB Variations
Color information
#A55ECC (or 0xA55ECC) is known color: Amethyst. HEX triplet: A5, 5E and CC. RGB value is (165,94,204). Sum of RGB (Red+Green+Blue) = 165+94+204=463 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.64% from 463); Green value is 94 (37.11% from 255 or 20.30% from 463); Blue value is 204 (80.08% from 255 or 44.06% from 463); Max value from RGB is 204 - color contains mainly: blue. Hex color #A55ECC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A55ECC is #5AA133. Grayscale: #7F7F7F. Windows color (decimal): -5939508 or 13393573. OLE color: 13393573.
HSL color Cylindrical-coordinate representation of color #A55ECC: hue angle of 278.73º 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 #A55ECC is Cyan = 0.19, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 165 | 94 | 204 | - |
| CMYK | 0.19 | 0.54 | 0 | 0.2 |
| HSL | 278.73º | 0.52% | 0.58% | - |
| HSV(B) | 278.73º | 0.54% | 0.8% | - |
| XYZ | 30.42 | 20.36 | 59.45 | - |
| YUV | 127.77 | 171.02 | 154.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 94 | 204 | 0.19 | 0.54 | 0 | 0.2 | 278.73 | 0.52 | 0.58 |
| Hex | A5 | 5E | CC | 13 | 36 | 0 | 14 | 117 | 34 | 3A |
| Octal | 245 | 136 | 314 | 23 | 66 | 0 | 24 | 427 | 64 | 72 |
| Binary | 10100101 | 1011110 | 11001100 | 10011 | 110110 | 0 | 10100 | 100010111 | 110100 | 111010 |
Color Harmonies of #A55ECC
Complementary color
Monochromatic Colors of #A55ECC
Black with #A55ECC
Text Example
Text Example
White with #A55ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A55ECC; }
p { color: rgb(165,94,204); }
H1.HeaderClassName
{
color: #A55ECC;
}
.AnyTagClassName
{
color: #A55ECC;
}
</style>
background-color css
<style>
a { background-color: #A55ECC; }
a { background-color: rgb(165,94,204); }
div.DivClassName
{
background-color: #A55ECC;
}
.BgClassName
{
background-color: #A55ECC;
}
</style>
border-color css
<style>
span { border-color: #A55ECC; }
span { border-color: rgb(165,94,204); }
td.TdClassName
{
border-color: #A55ECC;
}
.TagClassName
{
border-color: #A55ECC;
}
</style>