Shades of Amethyst #A457E2
Tints of Amethyst #A457E2
RGB
CMYK
RGB Variations
Color information
#A457E2 (or 0xA457E2) is known color: Amethyst. HEX triplet: A4, 57 and E2. RGB value is (164,87,226). Sum of RGB (Red+Green+Blue) = 164+87+226=477 (63% of max value = 765). Red value is 164 (64.45% from 255 or 34.38% from 477); Green value is 87 (34.38% from 255 or 18.24% from 477); Blue value is 226 (88.67% from 255 or 47.38% from 477); Max value from RGB is 226 - color contains mainly: blue. Hex color #A457E2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A457E2 is #5BA81D. Grayscale: #7D7D7D. Windows color (decimal): -6006814 or 14833572. OLE color: 14833572.
HSL color Cylindrical-coordinate representation of color #A457E2: hue angle of 273.24º degrees, saturation: 0.71, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A457E2 is Cyan = 0.27, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 164 | 87 | 226 | - |
| CMYK | 0.27 | 0.62 | 0 | 0.11 |
| HSL | 273.24º | 0.71% | 0.61% | - |
| HSV(B) | 273.24º | 0.62% | 0.89% | - |
| XYZ | 32.45 | 20.2 | 74.14 | - |
| YUV | 125.87 | 184.51 | 155.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 87 | 226 | 0.27 | 0.62 | 0 | 0.11 | 273.24 | 0.71 | 0.61 |
| Hex | A4 | 57 | E2 | 1B | 3E | 0 | B | 111 | 47 | 3D |
| Octal | 244 | 127 | 342 | 33 | 76 | 0 | 13 | 421 | 107 | 75 |
| Binary | 10100100 | 1010111 | 11100010 | 11011 | 111110 | 0 | 1011 | 100010001 | 1000111 | 111101 |
Color Harmonies of #A457E2
Complementary color
Monochromatic Colors of #A457E2
Black with #A457E2
Text Example
Text Example
White with #A457E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A457E2; }
p { color: rgb(164,87,226); }
H1.HeaderClassName
{
color: #A457E2;
}
.AnyTagClassName
{
color: #A457E2;
}
</style>
background-color css
<style>
a { background-color: #A457E2; }
a { background-color: rgb(164,87,226); }
div.DivClassName
{
background-color: #A457E2;
}
.BgClassName
{
background-color: #A457E2;
}
</style>
border-color css
<style>
span { border-color: #A457E2; }
span { border-color: rgb(164,87,226); }
td.TdClassName
{
border-color: #A457E2;
}
.TagClassName
{
border-color: #A457E2;
}
</style>