Shades of Amethyst #A554E9
Tints of Amethyst #A554E9
RGB
CMYK
RGB Variations
Color information
#A554E9 (or 0xA554E9) is known color: Amethyst. HEX triplet: A5, 54 and E9. RGB value is (165,84,233). Sum of RGB (Red+Green+Blue) = 165+84+233=482 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.23% from 482); Green value is 84 (33.20% from 255 or 17.43% from 482); Blue value is 233 (91.41% from 255 or 48.34% from 482); Max value from RGB is 233 - color contains mainly: blue. Hex color #A554E9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A554E9 is #5AAB16. Grayscale: #7C7C7C. Windows color (decimal): -5942039 or 15291557. OLE color: 15291557.
HSL color Cylindrical-coordinate representation of color #A554E9: hue angle of 272.62º 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 #A554E9 is Cyan = 0.29, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 165 | 84 | 233 | - |
| CMYK | 0.29 | 0.64 | 0 | 0.09 |
| HSL | 272.62º | 0.77% | 0.62% | - |
| HSV(B) | 272.62º | 0.64% | 0.91% | - |
| XYZ | 33.4 | 20.22 | 79.23 | - |
| YUV | 125.21 | 188.84 | 156.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 84 | 233 | 0.29 | 0.64 | 0 | 0.09 | 272.62 | 0.77 | 0.62 |
| Hex | A5 | 54 | E9 | 1D | 40 | 0 | 9 | 111 | 4D | 3E |
| Octal | 245 | 124 | 351 | 35 | 100 | 0 | 11 | 421 | 115 | 76 |
| Binary | 10100101 | 1010100 | 11101001 | 11101 | 1000000 | 0 | 1001 | 100010001 | 1001101 | 111110 |
Color Harmonies of #A554E9
Complementary color
Monochromatic Colors of #A554E9
Black with #A554E9
Text Example
Text Example
White with #A554E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A554E9; }
p { color: rgb(165,84,233); }
H1.HeaderClassName
{
color: #A554E9;
}
.AnyTagClassName
{
color: #A554E9;
}
</style>
background-color css
<style>
a { background-color: #A554E9; }
a { background-color: rgb(165,84,233); }
div.DivClassName
{
background-color: #A554E9;
}
.BgClassName
{
background-color: #A554E9;
}
</style>
border-color css
<style>
span { border-color: #A554E9; }
span { border-color: rgb(165,84,233); }
td.TdClassName
{
border-color: #A554E9;
}
.TagClassName
{
border-color: #A554E9;
}
</style>