Shades of Amethyst #A555EC
Tints of Amethyst #A555EC
RGB
CMYK
RGB Variations
Color information
#A555EC (or 0xA555EC) is known color: Amethyst. HEX triplet: A5, 55 and EC. RGB value is (165,85,236). Sum of RGB (Red+Green+Blue) = 165+85+236=486 (64% of max value = 765). Red value is 165 (64.84% from 255 or 33.95% from 486); Green value is 85 (33.59% from 255 or 17.49% from 486); Blue value is 236 (92.58% from 255 or 48.56% from 486); Max value from RGB is 236 - color contains mainly: blue. Hex color #A555EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A555EC is #5AAA13. Grayscale: #7D7D7D. Windows color (decimal): -5941780 or 15488421. OLE color: 15488421.
HSL color Cylindrical-coordinate representation of color #A555EC: hue angle of 271.79º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A555EC is Cyan = 0.30, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 165 | 85 | 236 | - |
| CMYK | 0.30 | 0.64 | 0 | 0.07 |
| HSL | 271.79º | 0.8% | 0.63% | - |
| HSV(B) | 271.79º | 0.64% | 0.93% | - |
| XYZ | 33.91 | 20.55 | 81.54 | - |
| YUV | 126.13 | 190 | 155.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 85 | 236 | 0.30 | 0.64 | 0 | 0.07 | 271.79 | 0.8 | 0.63 |
| Hex | A5 | 55 | EC | 1E | 40 | 0 | 7 | 110 | 50 | 3F |
| Octal | 245 | 125 | 354 | 36 | 100 | 0 | 7 | 420 | 120 | 77 |
| Binary | 10100101 | 1010101 | 11101100 | 11110 | 1000000 | 0 | 111 | 100010000 | 1010000 | 111111 |
Color Harmonies of #A555EC
Complementary color
Monochromatic Colors of #A555EC
Black with #A555EC
Text Example
Text Example
White with #A555EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A555EC; }
p { color: rgb(165,85,236); }
H1.HeaderClassName
{
color: #A555EC;
}
.AnyTagClassName
{
color: #A555EC;
}
</style>
background-color css
<style>
a { background-color: #A555EC; }
a { background-color: rgb(165,85,236); }
div.DivClassName
{
background-color: #A555EC;
}
.BgClassName
{
background-color: #A555EC;
}
</style>
border-color css
<style>
span { border-color: #A555EC; }
span { border-color: rgb(165,85,236); }
td.TdClassName
{
border-color: #A555EC;
}
.TagClassName
{
border-color: #A555EC;
}
</style>