Shades of Amethyst #A759EA
Tints of Amethyst #A759EA
RGB
CMYK
RGB Variations
Color information
#A759EA (or 0xA759EA) is known color: Amethyst. HEX triplet: A7, 59 and EA. RGB value is (167,89,234). Sum of RGB (Red+Green+Blue) = 167+89+234=490 (64% of max value = 765). Red value is 167 (65.62% from 255 or 34.08% from 490); Green value is 89 (35.16% from 255 or 18.16% from 490); Blue value is 234 (91.80% from 255 or 47.76% from 490); Max value from RGB is 234 - color contains mainly: blue. Hex color #A759EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A759EA is #58A615. Grayscale: #808080. Windows color (decimal): -5809686 or 15358375. OLE color: 15358375.
HSL color Cylindrical-coordinate representation of color #A759EA: hue angle of 272.28º degrees, saturation: 0.78, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A759EA is Cyan = 0.29, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 167 | 89 | 234 | - |
| CMYK | 0.29 | 0.62 | 0 | 0.08 |
| HSL | 272.28º | 0.78% | 0.63% | - |
| HSV(B) | 272.28º | 0.62% | 0.92% | - |
| XYZ | 34.36 | 21.3 | 80.14 | - |
| YUV | 128.85 | 187.34 | 155.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 89 | 234 | 0.29 | 0.62 | 0 | 0.08 | 272.28 | 0.78 | 0.63 |
| Hex | A7 | 59 | EA | 1D | 3E | 0 | 8 | 110 | 4E | 3F |
| Octal | 247 | 131 | 352 | 35 | 76 | 0 | 10 | 420 | 116 | 77 |
| Binary | 10100111 | 1011001 | 11101010 | 11101 | 111110 | 0 | 1000 | 100010000 | 1001110 | 111111 |
Color Harmonies of #A759EA
Complementary color
Monochromatic Colors of #A759EA
Black with #A759EA
Text Example
Text Example
White with #A759EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A759EA; }
p { color: rgb(167,89,234); }
H1.HeaderClassName
{
color: #A759EA;
}
.AnyTagClassName
{
color: #A759EA;
}
</style>
background-color css
<style>
a { background-color: #A759EA; }
a { background-color: rgb(167,89,234); }
div.DivClassName
{
background-color: #A759EA;
}
.BgClassName
{
background-color: #A759EA;
}
</style>
border-color css
<style>
span { border-color: #A759EA; }
span { border-color: rgb(167,89,234); }
td.TdClassName
{
border-color: #A759EA;
}
.TagClassName
{
border-color: #A759EA;
}
</style>