Shades of Amethyst #A55EC9
Tints of Amethyst #A55EC9
RGB
CMYK
RGB Variations
Color information
#A55EC9 (or 0xA55EC9) is known color: Amethyst. HEX triplet: A5, 5E and C9. RGB value is (165,94,201). Sum of RGB (Red+Green+Blue) = 165+94+201=460 (60% of max value = 765). Red value is 165 (64.84% from 255 or 35.87% from 460); Green value is 94 (37.11% from 255 or 20.43% from 460); Blue value is 201 (78.91% from 255 or 43.70% from 460); Max value from RGB is 201 - color contains mainly: blue. Hex color #A55EC9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A55EC9 is #5AA136. Grayscale: #7F7F7F. Windows color (decimal): -5939511 or 13196965. OLE color: 13196965.
HSL color Cylindrical-coordinate representation of color #A55EC9: hue angle of 279.81º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A55EC9 is Cyan = 0.18, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 165 | 94 | 201 | - |
| CMYK | 0.18 | 0.53 | 0 | 0.21 |
| HSL | 279.81º | 0.5% | 0.58% | - |
| HSV(B) | 279.81º | 0.53% | 0.79% | - |
| XYZ | 30.06 | 20.22 | 57.58 | - |
| YUV | 127.43 | 169.52 | 154.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 94 | 201 | 0.18 | 0.53 | 0 | 0.21 | 279.81 | 0.5 | 0.58 |
| Hex | A5 | 5E | C9 | 12 | 35 | 0 | 15 | 118 | 32 | 3A |
| Octal | 245 | 136 | 311 | 22 | 65 | 0 | 25 | 430 | 62 | 72 |
| Binary | 10100101 | 1011110 | 11001001 | 10010 | 110101 | 0 | 10101 | 100011000 | 110010 | 111010 |
Color Harmonies of #A55EC9
Complementary color
Monochromatic Colors of #A55EC9
Black with #A55EC9
Text Example
Text Example
White with #A55EC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A55EC9; }
p { color: rgb(165,94,201); }
H1.HeaderClassName
{
color: #A55EC9;
}
.AnyTagClassName
{
color: #A55EC9;
}
</style>
background-color css
<style>
a { background-color: #A55EC9; }
a { background-color: rgb(165,94,201); }
div.DivClassName
{
background-color: #A55EC9;
}
.BgClassName
{
background-color: #A55EC9;
}
</style>
border-color css
<style>
span { border-color: #A55EC9; }
span { border-color: rgb(165,94,201); }
td.TdClassName
{
border-color: #A55EC9;
}
.TagClassName
{
border-color: #A55EC9;
}
</style>