Shades of Amethyst #A05FE3
Tints of Amethyst #A05FE3
RGB
CMYK
RGB Variations
Color information
#A05FE3 (or 0xA05FE3) is known color: Amethyst. HEX triplet: A0, 5F and E3. RGB value is (160,95,227). Sum of RGB (Red+Green+Blue) = 160+95+227=482 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.20% from 482); Green value is 95 (37.5% from 255 or 19.71% from 482); Blue value is 227 (89.06% from 255 or 47.10% from 482); Max value from RGB is 227 - color contains mainly: blue. Hex color #A05FE3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A05FE3 is #5FA01C. Grayscale: #818181. Windows color (decimal): -6266909 or 14901152. OLE color: 14901152.
HSL color Cylindrical-coordinate representation of color #A05FE3: hue angle of 269.55º degrees, saturation: 0.7, 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 #A05FE3 is Cyan = 0.30, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 160 | 95 | 227 | - |
| CMYK | 0.30 | 0.58 | 0 | 0.11 |
| HSL | 269.55º | 0.7% | 0.63% | - |
| HSV(B) | 269.55º | 0.58% | 0.89% | - |
| XYZ | 32.45 | 21.2 | 75.06 | - |
| YUV | 129.48 | 183.03 | 149.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 95 | 227 | 0.30 | 0.58 | 0 | 0.11 | 269.55 | 0.7 | 0.63 |
| Hex | A0 | 5F | E3 | 1E | 3A | 0 | B | 10E | 46 | 3F |
| Octal | 240 | 137 | 343 | 36 | 72 | 0 | 13 | 416 | 106 | 77 |
| Binary | 10100000 | 1011111 | 11100011 | 11110 | 111010 | 0 | 1011 | 100001110 | 1000110 | 111111 |
Color Harmonies of #A05FE3
Complementary color
Monochromatic Colors of #A05FE3
Black with #A05FE3
Text Example
Text Example
White with #A05FE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A05FE3; }
p { color: rgb(160,95,227); }
H1.HeaderClassName
{
color: #A05FE3;
}
.AnyTagClassName
{
color: #A05FE3;
}
</style>
background-color css
<style>
a { background-color: #A05FE3; }
a { background-color: rgb(160,95,227); }
div.DivClassName
{
background-color: #A05FE3;
}
.BgClassName
{
background-color: #A05FE3;
}
</style>
border-color css
<style>
span { border-color: #A05FE3; }
span { border-color: rgb(160,95,227); }
td.TdClassName
{
border-color: #A05FE3;
}
.TagClassName
{
border-color: #A05FE3;
}
</style>