Shades of Amethyst #A761D9
Tints of Amethyst #A761D9
RGB
CMYK
RGB Variations
Color information
#A761D9 (or 0xA761D9) is known color: Amethyst. HEX triplet: A7, 61 and D9. RGB value is (167,97,217). Sum of RGB (Red+Green+Blue) = 167+97+217=481 (63% of max value = 765). Red value is 167 (65.62% from 255 or 34.72% from 481); Green value is 97 (38.28% from 255 or 20.17% from 481); Blue value is 217 (85.16% from 255 or 45.11% from 481); Max value from RGB is 217 - color contains mainly: blue. Hex color #A761D9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A761D9 is #589E26. Grayscale: #838383. Windows color (decimal): -5807655 or 14246311. OLE color: 14246311.
HSL color Cylindrical-coordinate representation of color #A761D9: hue angle of 275º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A761D9 is Cyan = 0.23, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 167 | 97 | 217 | - |
| CMYK | 0.23 | 0.55 | 0 | 0.15 |
| HSL | 275º | 0.61% | 0.62% | - |
| HSV(B) | 275º | 0.55% | 0.85% | - |
| XYZ | 32.74 | 21.77 | 68.12 | - |
| YUV | 131.61 | 176.19 | 153.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 97 | 217 | 0.23 | 0.55 | 0 | 0.15 | 275 | 0.61 | 0.62 |
| Hex | A7 | 61 | D9 | 17 | 37 | 0 | F | 113 | 3D | 3E |
| Octal | 247 | 141 | 331 | 27 | 67 | 0 | 17 | 423 | 75 | 76 |
| Binary | 10100111 | 1100001 | 11011001 | 10111 | 110111 | 0 | 1111 | 100010011 | 111101 | 111110 |
Color Harmonies of #A761D9
Complementary color
Monochromatic Colors of #A761D9
Black with #A761D9
Text Example
Text Example
White with #A761D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A761D9; }
p { color: rgb(167,97,217); }
H1.HeaderClassName
{
color: #A761D9;
}
.AnyTagClassName
{
color: #A761D9;
}
</style>
background-color css
<style>
a { background-color: #A761D9; }
a { background-color: rgb(167,97,217); }
div.DivClassName
{
background-color: #A761D9;
}
.BgClassName
{
background-color: #A761D9;
}
</style>
border-color css
<style>
span { border-color: #A761D9; }
span { border-color: rgb(167,97,217); }
td.TdClassName
{
border-color: #A761D9;
}
.TagClassName
{
border-color: #A761D9;
}
</style>