Shades of Amethyst #A255E9
Tints of Amethyst #A255E9
RGB
CMYK
RGB Variations
Color information
#A255E9 (or 0xA255E9) is known color: Amethyst. HEX triplet: A2, 55 and E9. RGB value is (162,85,233). Sum of RGB (Red+Green+Blue) = 162+85+233=480 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.75% from 480); Green value is 85 (33.59% from 255 or 17.71% from 480); Blue value is 233 (91.41% from 255 or 48.54% from 480); Max value from RGB is 233 - color contains mainly: blue. Hex color #A255E9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A255E9 is #5DAA16. Grayscale: #7C7C7C. Windows color (decimal): -6138391 or 15291810. OLE color: 15291810.
HSL color Cylindrical-coordinate representation of color #A255E9: hue angle of 271.22º degrees, saturation: 0.77, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A255E9 is Cyan = 0.30, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 162 | 85 | 233 | - |
| CMYK | 0.30 | 0.64 | 0 | 0.09 |
| HSL | 271.22º | 0.77% | 0.62% | - |
| HSV(B) | 271.22º | 0.64% | 0.91% | - |
| XYZ | 32.86 | 20.06 | 79.23 | - |
| YUV | 124.9 | 189.01 | 154.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 85 | 233 | 0.30 | 0.64 | 0 | 0.09 | 271.22 | 0.77 | 0.62 |
| Hex | A2 | 55 | E9 | 1E | 40 | 0 | 9 | 10F | 4D | 3E |
| Octal | 242 | 125 | 351 | 36 | 100 | 0 | 11 | 417 | 115 | 76 |
| Binary | 10100010 | 1010101 | 11101001 | 11110 | 1000000 | 0 | 1001 | 100001111 | 1001101 | 111110 |
Color Harmonies of #A255E9
Complementary color
Monochromatic Colors of #A255E9
Black with #A255E9
Text Example
Text Example
White with #A255E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A255E9; }
p { color: rgb(162,85,233); }
H1.HeaderClassName
{
color: #A255E9;
}
.AnyTagClassName
{
color: #A255E9;
}
</style>
background-color css
<style>
a { background-color: #A255E9; }
a { background-color: rgb(162,85,233); }
div.DivClassName
{
background-color: #A255E9;
}
.BgClassName
{
background-color: #A255E9;
}
</style>
border-color css
<style>
span { border-color: #A255E9; }
span { border-color: rgb(162,85,233); }
td.TdClassName
{
border-color: #A255E9;
}
.TagClassName
{
border-color: #A255E9;
}
</style>