Shades of Amethyst #A759DD
Tints of Amethyst #A759DD
RGB
CMYK
RGB Variations
Color information
#A759DD (or 0xA759DD) is known color: Amethyst. HEX triplet: A7, 59 and DD. RGB value is (167,89,221). Sum of RGB (Red+Green+Blue) = 167+89+221=477 (63% of max value = 765). Red value is 167 (65.62% from 255 or 35.01% from 477); Green value is 89 (35.16% from 255 or 18.66% from 477); Blue value is 221 (86.72% from 255 or 46.33% from 477); Max value from RGB is 221 - color contains mainly: blue. Hex color #A759DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A759DD is #58A622. Grayscale: #7E7E7E. Windows color (decimal): -5809699 or 14506407. OLE color: 14506407.
HSL color Cylindrical-coordinate representation of color #A759DD: hue angle of 275.45º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A759DD is Cyan = 0.24, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 167 | 89 | 221 | - |
| CMYK | 0.24 | 0.60 | 0 | 0.13 |
| HSL | 275.45º | 0.66% | 0.61% | - |
| HSV(B) | 275.45º | 0.6% | 0.87% | - |
| XYZ | 32.56 | 20.58 | 70.66 | - |
| YUV | 127.37 | 180.84 | 156.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 89 | 221 | 0.24 | 0.60 | 0 | 0.13 | 275.45 | 0.66 | 0.61 |
| Hex | A7 | 59 | DD | 18 | 3C | 0 | D | 113 | 42 | 3D |
| Octal | 247 | 131 | 335 | 30 | 74 | 0 | 15 | 423 | 102 | 75 |
| Binary | 10100111 | 1011001 | 11011101 | 11000 | 111100 | 0 | 1101 | 100010011 | 1000010 | 111101 |
Color Harmonies of #A759DD
Complementary color
Monochromatic Colors of #A759DD
Black with #A759DD
Text Example
Text Example
White with #A759DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A759DD; }
p { color: rgb(167,89,221); }
H1.HeaderClassName
{
color: #A759DD;
}
.AnyTagClassName
{
color: #A759DD;
}
</style>
background-color css
<style>
a { background-color: #A759DD; }
a { background-color: rgb(167,89,221); }
div.DivClassName
{
background-color: #A759DD;
}
.BgClassName
{
background-color: #A759DD;
}
</style>
border-color css
<style>
span { border-color: #A759DD; }
span { border-color: rgb(167,89,221); }
td.TdClassName
{
border-color: #A759DD;
}
.TagClassName
{
border-color: #A759DD;
}
</style>