Shades of Amethyst #A255EC
Tints of Amethyst #A255EC
RGB
CMYK
RGB Variations
Color information
#A255EC (or 0xA255EC) is known color: Amethyst. HEX triplet: A2, 55 and EC. RGB value is (162,85,236). Sum of RGB (Red+Green+Blue) = 162+85+236=483 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.54% from 483); Green value is 85 (33.59% from 255 or 17.60% from 483); Blue value is 236 (92.58% from 255 or 48.86% from 483); Max value from RGB is 236 - color contains mainly: blue. Hex color #A255EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A255EC is #5DAA13. Grayscale: #7C7C7C. Windows color (decimal): -6138388 or 15488418. OLE color: 15488418.
HSL color Cylindrical-coordinate representation of color #A255EC: hue angle of 270.6º 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 #A255EC is Cyan = 0.31, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 162 | 85 | 236 | - |
| CMYK | 0.31 | 0.64 | 0 | 0.07 |
| HSL | 270.6º | 0.8% | 0.63% | - |
| HSV(B) | 270.6º | 0.64% | 0.93% | - |
| XYZ | 33.29 | 20.23 | 81.51 | - |
| YUV | 125.24 | 190.51 | 154.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 85 | 236 | 0.31 | 0.64 | 0 | 0.07 | 270.6 | 0.8 | 0.63 |
| Hex | A2 | 55 | EC | 1F | 40 | 0 | 7 | 10F | 50 | 3F |
| Octal | 242 | 125 | 354 | 37 | 100 | 0 | 7 | 417 | 120 | 77 |
| Binary | 10100010 | 1010101 | 11101100 | 11111 | 1000000 | 0 | 111 | 100001111 | 1010000 | 111111 |
Color Harmonies of #A255EC
Complementary color
Monochromatic Colors of #A255EC
Black with #A255EC
Text Example
Text Example
White with #A255EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A255EC; }
p { color: rgb(162,85,236); }
H1.HeaderClassName
{
color: #A255EC;
}
.AnyTagClassName
{
color: #A255EC;
}
</style>
background-color css
<style>
a { background-color: #A255EC; }
a { background-color: rgb(162,85,236); }
div.DivClassName
{
background-color: #A255EC;
}
.BgClassName
{
background-color: #A255EC;
}
</style>
border-color css
<style>
span { border-color: #A255EC; }
span { border-color: rgb(162,85,236); }
td.TdClassName
{
border-color: #A255EC;
}
.TagClassName
{
border-color: #A255EC;
}
</style>