Shades of Amethyst #A05EE2
Tints of Amethyst #A05EE2
RGB
CMYK
RGB Variations
Color information
#A05EE2 (or 0xA05EE2) is known color: Amethyst. HEX triplet: A0, 5E and E2. RGB value is (160,94,226). Sum of RGB (Red+Green+Blue) = 160+94+226=480 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.33% from 480); Green value is 94 (37.11% from 255 or 19.58% from 480); Blue value is 226 (88.67% from 255 or 47.08% from 480); Max value from RGB is 226 - color contains mainly: blue. Hex color #A05EE2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A05EE2 is #5FA11D. Grayscale: #808080. Windows color (decimal): -6267166 or 14835360. OLE color: 14835360.
HSL color Cylindrical-coordinate representation of color #A05EE2: hue angle of 270º degrees, saturation: 0.69, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A05EE2 is Cyan = 0.29, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 160 | 94 | 226 | - |
| CMYK | 0.29 | 0.58 | 0 | 0.11 |
| HSL | 270º | 0.69% | 0.63% | - |
| HSV(B) | 270º | 0.58% | 0.89% | - |
| XYZ | 32.23 | 20.97 | 74.3 | - |
| YUV | 128.78 | 182.87 | 150.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 94 | 226 | 0.29 | 0.58 | 0 | 0.11 | 270 | 0.69 | 0.63 |
| Hex | A0 | 5E | E2 | 1D | 3A | 0 | B | 10E | 45 | 3F |
| Octal | 240 | 136 | 342 | 35 | 72 | 0 | 13 | 416 | 105 | 77 |
| Binary | 10100000 | 1011110 | 11100010 | 11101 | 111010 | 0 | 1011 | 100001110 | 1000101 | 111111 |
Color Harmonies of #A05EE2
Complementary color
Monochromatic Colors of #A05EE2
Black with #A05EE2
Text Example
Text Example
White with #A05EE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A05EE2; }
p { color: rgb(160,94,226); }
H1.HeaderClassName
{
color: #A05EE2;
}
.AnyTagClassName
{
color: #A05EE2;
}
</style>
background-color css
<style>
a { background-color: #A05EE2; }
a { background-color: rgb(160,94,226); }
div.DivClassName
{
background-color: #A05EE2;
}
.BgClassName
{
background-color: #A05EE2;
}
</style>
border-color css
<style>
span { border-color: #A05EE2; }
span { border-color: rgb(160,94,226); }
td.TdClassName
{
border-color: #A05EE2;
}
.TagClassName
{
border-color: #A05EE2;
}
</style>