Shades of Amethyst #A04FEE
Tints of Amethyst #A04FEE
RGB
CMYK
RGB Variations
Color information
#A04FEE (or 0xA04FEE) is known color: Amethyst. HEX triplet: A0, 4F and EE. RGB value is (160,79,238). Sum of RGB (Red+Green+Blue) = 160+79+238=477 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.54% from 477); Green value is 79 (31.25% from 255 or 16.56% from 477); Blue value is 238 (93.36% from 255 or 49.90% from 477); Max value from RGB is 238 - color contains mainly: blue. Hex color #A04FEE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A04FEE is #5FB011. Grayscale: #787878. Windows color (decimal): -6270994 or 15617952. OLE color: 15617952.
HSL color Cylindrical-coordinate representation of color #A04FEE: hue angle of 270.57º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A04FEE is Cyan = 0.33, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 160 | 79 | 238 | - |
| CMYK | 0.33 | 0.67 | 0 | 0.07 |
| HSL | 270.57º | 0.82% | 0.62% | - |
| HSV(B) | 270.57º | 0.67% | 0.93% | - |
| XYZ | 32.73 | 19.24 | 82.88 | - |
| YUV | 121.35 | 193.84 | 155.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 79 | 238 | 0.33 | 0.67 | 0 | 0.07 | 270.57 | 0.82 | 0.62 |
| Hex | A0 | 4F | EE | 21 | 43 | 0 | 7 | 10F | 52 | 3E |
| Octal | 240 | 117 | 356 | 41 | 103 | 0 | 7 | 417 | 122 | 76 |
| Binary | 10100000 | 1001111 | 11101110 | 100001 | 1000011 | 0 | 111 | 100001111 | 1010010 | 111110 |
Color Harmonies of #A04FEE
Complementary color
Monochromatic Colors of #A04FEE
Black with #A04FEE
Text Example
Text Example
White with #A04FEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A04FEE; }
p { color: rgb(160,79,238); }
H1.HeaderClassName
{
color: #A04FEE;
}
.AnyTagClassName
{
color: #A04FEE;
}
</style>
background-color css
<style>
a { background-color: #A04FEE; }
a { background-color: rgb(160,79,238); }
div.DivClassName
{
background-color: #A04FEE;
}
.BgClassName
{
background-color: #A04FEE;
}
</style>
border-color css
<style>
span { border-color: #A04FEE; }
span { border-color: rgb(160,79,238); }
td.TdClassName
{
border-color: #A04FEE;
}
.TagClassName
{
border-color: #A04FEE;
}
</style>