Shades of Amethyst #A451E2
Tints of Amethyst #A451E2
RGB
CMYK
RGB Variations
Color information
#A451E2 (or 0xA451E2) is known color: Amethyst. HEX triplet: A4, 51 and E2. RGB value is (164,81,226). Sum of RGB (Red+Green+Blue) = 164+81+226=471 (62% of max value = 765). Red value is 164 (64.45% from 255 or 34.82% from 471); Green value is 81 (32.03% from 255 or 17.20% from 471); Blue value is 226 (88.67% from 255 or 47.98% from 471); Max value from RGB is 226 - color contains mainly: blue. Hex color #A451E2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A451E2 is #5BAE1D. Grayscale: #797979. Windows color (decimal): -6008350 or 14832036. OLE color: 14832036.
HSL color Cylindrical-coordinate representation of color #A451E2: hue angle of 274.34º degrees, saturation: 0.71, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A451E2 is Cyan = 0.27, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 164 | 81 | 226 | - |
| CMYK | 0.27 | 0.64 | 0 | 0.11 |
| HSL | 274.34º | 0.71% | 0.6% | - |
| HSV(B) | 274.34º | 0.64% | 0.89% | - |
| XYZ | 31.98 | 19.27 | 73.99 | - |
| YUV | 122.35 | 186.5 | 157.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 81 | 226 | 0.27 | 0.64 | 0 | 0.11 | 274.34 | 0.71 | 0.6 |
| Hex | A4 | 51 | E2 | 1B | 40 | 0 | B | 112 | 47 | 3C |
| Octal | 244 | 121 | 342 | 33 | 100 | 0 | 13 | 422 | 107 | 74 |
| Binary | 10100100 | 1010001 | 11100010 | 11011 | 1000000 | 0 | 1011 | 100010010 | 1000111 | 111100 |
Color Harmonies of #A451E2
Complementary color
Monochromatic Colors of #A451E2
Black with #A451E2
Text Example
Text Example
White with #A451E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A451E2; }
p { color: rgb(164,81,226); }
H1.HeaderClassName
{
color: #A451E2;
}
.AnyTagClassName
{
color: #A451E2;
}
</style>
background-color css
<style>
a { background-color: #A451E2; }
a { background-color: rgb(164,81,226); }
div.DivClassName
{
background-color: #A451E2;
}
.BgClassName
{
background-color: #A451E2;
}
</style>
border-color css
<style>
span { border-color: #A451E2; }
span { border-color: rgb(164,81,226); }
td.TdClassName
{
border-color: #A451E2;
}
.TagClassName
{
border-color: #A451E2;
}
</style>