Shades of Amethyst #A454E2
Tints of Amethyst #A454E2
RGB
CMYK
RGB Variations
Color information
#A454E2 (or 0xA454E2) is known color: Amethyst. HEX triplet: A4, 54 and E2. RGB value is (164,84,226). Sum of RGB (Red+Green+Blue) = 164+84+226=474 (62% of max value = 765). Red value is 164 (64.45% from 255 or 34.60% from 474); Green value is 84 (33.20% from 255 or 17.72% from 474); Blue value is 226 (88.67% from 255 or 47.68% from 474); Max value from RGB is 226 - color contains mainly: blue. Hex color #A454E2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A454E2 is #5BAB1D. Grayscale: #7B7B7B. Windows color (decimal): -6007582 or 14832804. OLE color: 14832804.
HSL color Cylindrical-coordinate representation of color #A454E2: hue angle of 273.8º 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 #A454E2 is Cyan = 0.27, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 164 | 84 | 226 | - |
| CMYK | 0.27 | 0.63 | 0 | 0.11 |
| HSL | 273.8º | 0.71% | 0.61% | - |
| HSV(B) | 273.8º | 0.63% | 0.89% | - |
| XYZ | 32.21 | 19.72 | 74.06 | - |
| YUV | 124.11 | 185.5 | 156.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 84 | 226 | 0.27 | 0.63 | 0 | 0.11 | 273.8 | 0.71 | 0.61 |
| Hex | A4 | 54 | E2 | 1B | 3F | 0 | B | 112 | 47 | 3D |
| Octal | 244 | 124 | 342 | 33 | 77 | 0 | 13 | 422 | 107 | 75 |
| Binary | 10100100 | 1010100 | 11100010 | 11011 | 111111 | 0 | 1011 | 100010010 | 1000111 | 111101 |
Color Harmonies of #A454E2
Complementary color
Monochromatic Colors of #A454E2
Black with #A454E2
Text Example
Text Example
White with #A454E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A454E2; }
p { color: rgb(164,84,226); }
H1.HeaderClassName
{
color: #A454E2;
}
.AnyTagClassName
{
color: #A454E2;
}
</style>
background-color css
<style>
a { background-color: #A454E2; }
a { background-color: rgb(164,84,226); }
div.DivClassName
{
background-color: #A454E2;
}
.BgClassName
{
background-color: #A454E2;
}
</style>
border-color css
<style>
span { border-color: #A454E2; }
span { border-color: rgb(164,84,226); }
td.TdClassName
{
border-color: #A454E2;
}
.TagClassName
{
border-color: #A454E2;
}
</style>