Shades of Amethyst #A554E2
Tints of Amethyst #A554E2
RGB
CMYK
RGB Variations
Color information
#A554E2 (or 0xA554E2) is known color: Amethyst. HEX triplet: A5, 54 and E2. RGB value is (165,84,226). Sum of RGB (Red+Green+Blue) = 165+84+226=475 (62% of max value = 765). Red value is 165 (64.84% from 255 or 34.74% from 475); Green value is 84 (33.20% from 255 or 17.68% from 475); Blue value is 226 (88.67% from 255 or 47.58% from 475); Max value from RGB is 226 - color contains mainly: blue. Hex color #A554E2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A554E2 is #5AAB1D. Grayscale: #7B7B7B. Windows color (decimal): -5942046 or 14832805. OLE color: 14832805.
HSL color Cylindrical-coordinate representation of color #A554E2: hue angle of 274.23º degrees, saturation: 0.71, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A554E2 is Cyan = 0.27, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 165 | 84 | 226 | - |
| CMYK | 0.27 | 0.63 | 0 | 0.11 |
| HSL | 274.23º | 0.71% | 0.61% | - |
| HSV(B) | 274.23º | 0.63% | 0.89% | - |
| XYZ | 32.41 | 19.83 | 74.07 | - |
| YUV | 124.41 | 185.34 | 156.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 84 | 226 | 0.27 | 0.63 | 0 | 0.11 | 274.23 | 0.71 | 0.61 |
| Hex | A5 | 54 | E2 | 1B | 3F | 0 | B | 112 | 47 | 3D |
| Octal | 245 | 124 | 342 | 33 | 77 | 0 | 13 | 422 | 107 | 75 |
| Binary | 10100101 | 1010100 | 11100010 | 11011 | 111111 | 0 | 1011 | 100010010 | 1000111 | 111101 |
Color Harmonies of #A554E2
Complementary color
Monochromatic Colors of #A554E2
Black with #A554E2
Text Example
Text Example
White with #A554E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A554E2; }
p { color: rgb(165,84,226); }
H1.HeaderClassName
{
color: #A554E2;
}
.AnyTagClassName
{
color: #A554E2;
}
</style>
background-color css
<style>
a { background-color: #A554E2; }
a { background-color: rgb(165,84,226); }
div.DivClassName
{
background-color: #A554E2;
}
.BgClassName
{
background-color: #A554E2;
}
</style>
border-color css
<style>
span { border-color: #A554E2; }
span { border-color: rgb(165,84,226); }
td.TdClassName
{
border-color: #A554E2;
}
.TagClassName
{
border-color: #A554E2;
}
</style>