Shades of Amethyst #A759DA
Tints of Amethyst #A759DA
RGB
CMYK
RGB Variations
Color information
#A759DA (or 0xA759DA) is known color: Amethyst. HEX triplet: A7, 59 and DA. RGB value is (167,89,218). Sum of RGB (Red+Green+Blue) = 167+89+218=474 (62% of max value = 765). Red value is 167 (65.62% from 255 or 35.23% from 474); Green value is 89 (35.16% from 255 or 18.78% from 474); Blue value is 218 (85.55% from 255 or 45.99% from 474); Max value from RGB is 218 - color contains mainly: blue. Hex color #A759DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A759DA is #58A625. Grayscale: #7E7E7E. Windows color (decimal): -5809702 or 14309799. OLE color: 14309799.
HSL color Cylindrical-coordinate representation of color #A759DA: hue angle of 276.28º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A759DA is Cyan = 0.23, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 167 | 89 | 218 | - |
| CMYK | 0.23 | 0.59 | 0 | 0.15 |
| HSL | 276.28º | 0.64% | 0.6% | - |
| HSV(B) | 276.28º | 0.59% | 0.85% | - |
| XYZ | 32.16 | 20.42 | 68.58 | - |
| YUV | 127.03 | 179.34 | 156.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 89 | 218 | 0.23 | 0.59 | 0 | 0.15 | 276.28 | 0.64 | 0.6 |
| Hex | A7 | 59 | DA | 17 | 3B | 0 | F | 114 | 40 | 3C |
| Octal | 247 | 131 | 332 | 27 | 73 | 0 | 17 | 424 | 100 | 74 |
| Binary | 10100111 | 1011001 | 11011010 | 10111 | 111011 | 0 | 1111 | 100010100 | 1000000 | 111100 |
Color Harmonies of #A759DA
Complementary color
Monochromatic Colors of #A759DA
Black with #A759DA
Text Example
Text Example
White with #A759DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A759DA; }
p { color: rgb(167,89,218); }
H1.HeaderClassName
{
color: #A759DA;
}
.AnyTagClassName
{
color: #A759DA;
}
</style>
background-color css
<style>
a { background-color: #A759DA; }
a { background-color: rgb(167,89,218); }
div.DivClassName
{
background-color: #A759DA;
}
.BgClassName
{
background-color: #A759DA;
}
</style>
border-color css
<style>
span { border-color: #A759DA; }
span { border-color: rgb(167,89,218); }
td.TdClassName
{
border-color: #A759DA;
}
.TagClassName
{
border-color: #A759DA;
}
</style>