Shades of Amethyst #A759EE
Tints of Amethyst #A759EE
RGB
CMYK
RGB Variations
Color information
#A759EE (or 0xA759EE) is known color: Amethyst. HEX triplet: A7, 59 and EE. RGB value is (167,89,238). Sum of RGB (Red+Green+Blue) = 167+89+238=494 (65% of max value = 765). Red value is 167 (65.62% from 255 or 33.81% from 494); Green value is 89 (35.16% from 255 or 18.02% from 494); Blue value is 238 (93.36% from 255 or 48.18% from 494); Max value from RGB is 238 - color contains mainly: blue. Hex color #A759EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A759EE is #58A611. Grayscale: #808080. Windows color (decimal): -5809682 or 15620519. OLE color: 15620519.
HSL color Cylindrical-coordinate representation of color #A759EE: hue angle of 271.41º degrees, saturation: 0.81, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A759EE is Cyan = 0.30, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 167 | 89 | 238 | - |
| CMYK | 0.30 | 0.63 | 0 | 0.07 |
| HSL | 271.41º | 0.81% | 0.64% | - |
| HSV(B) | 271.41º | 0.63% | 0.93% | - |
| XYZ | 34.94 | 21.53 | 83.2 | - |
| YUV | 129.31 | 189.34 | 154.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 89 | 238 | 0.30 | 0.63 | 0 | 0.07 | 271.41 | 0.81 | 0.64 |
| Hex | A7 | 59 | EE | 1E | 3F | 0 | 7 | 10F | 51 | 40 |
| Octal | 247 | 131 | 356 | 36 | 77 | 0 | 7 | 417 | 121 | 100 |
| Binary | 10100111 | 1011001 | 11101110 | 11110 | 111111 | 0 | 111 | 100001111 | 1010001 | 1000000 |
Color Harmonies of #A759EE
Complementary color
Monochromatic Colors of #A759EE
Black with #A759EE
Text Example
Text Example
White with #A759EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A759EE; }
p { color: rgb(167,89,238); }
H1.HeaderClassName
{
color: #A759EE;
}
.AnyTagClassName
{
color: #A759EE;
}
</style>
background-color css
<style>
a { background-color: #A759EE; }
a { background-color: rgb(167,89,238); }
div.DivClassName
{
background-color: #A759EE;
}
.BgClassName
{
background-color: #A759EE;
}
</style>
border-color css
<style>
span { border-color: #A759EE; }
span { border-color: rgb(167,89,238); }
td.TdClassName
{
border-color: #A759EE;
}
.TagClassName
{
border-color: #A759EE;
}
</style>