Shades of Amethyst #A761DD
Tints of Amethyst #A761DD
RGB
CMYK
RGB Variations
Color information
#A761DD (or 0xA761DD) is known color: Amethyst. HEX triplet: A7, 61 and DD. RGB value is (167,97,221). Sum of RGB (Red+Green+Blue) = 167+97+221=485 (64% of max value = 765). Red value is 167 (65.62% from 255 or 34.43% from 485); Green value is 97 (38.28% from 255 or 20% from 485); Blue value is 221 (86.72% from 255 or 45.57% from 485); Max value from RGB is 221 - color contains mainly: blue. Hex color #A761DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A761DD is #589E22. Grayscale: #838383. Windows color (decimal): -5807651 or 14508455. OLE color: 14508455.
HSL color Cylindrical-coordinate representation of color #A761DD: hue angle of 273.87º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A761DD is Cyan = 0.24, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 167 | 97 | 221 | - |
| CMYK | 0.24 | 0.56 | 0 | 0.13 |
| HSL | 273.87º | 0.65% | 0.62% | - |
| HSV(B) | 273.87º | 0.56% | 0.87% | - |
| XYZ | 33.26 | 21.99 | 70.9 | - |
| YUV | 132.07 | 178.19 | 152.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 97 | 221 | 0.24 | 0.56 | 0 | 0.13 | 273.87 | 0.65 | 0.62 |
| Hex | A7 | 61 | DD | 18 | 38 | 0 | D | 112 | 41 | 3E |
| Octal | 247 | 141 | 335 | 30 | 70 | 0 | 15 | 422 | 101 | 76 |
| Binary | 10100111 | 1100001 | 11011101 | 11000 | 111000 | 0 | 1101 | 100010010 | 1000001 | 111110 |
Color Harmonies of #A761DD
Complementary color
Monochromatic Colors of #A761DD
Black with #A761DD
Text Example
Text Example
White with #A761DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A761DD; }
p { color: rgb(167,97,221); }
H1.HeaderClassName
{
color: #A761DD;
}
.AnyTagClassName
{
color: #A761DD;
}
</style>
background-color css
<style>
a { background-color: #A761DD; }
a { background-color: rgb(167,97,221); }
div.DivClassName
{
background-color: #A761DD;
}
.BgClassName
{
background-color: #A761DD;
}
</style>
border-color css
<style>
span { border-color: #A761DD; }
span { border-color: rgb(167,97,221); }
td.TdClassName
{
border-color: #A761DD;
}
.TagClassName
{
border-color: #A761DD;
}
</style>