Shades of Amethyst #A771C7
Tints of Amethyst #A771C7
RGB
CMYK
RGB Variations
Color information
#A771C7 (or 0xA771C7) is known color: Amethyst. HEX triplet: A7, 71 and C7. RGB value is (167,113,199). Sum of RGB (Red+Green+Blue) = 167+113+199=479 (63% of max value = 765). Red value is 167 (65.62% from 255 or 34.86% from 479); Green value is 113 (44.53% from 255 or 23.59% from 479); Blue value is 199 (78.12% from 255 or 41.54% from 479); Max value from RGB is 199 - color contains mainly: blue. Hex color #A771C7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A771C7 is #588E38. Grayscale: #8A8A8A. Windows color (decimal): -5803577 or 13070759. OLE color: 13070759.
HSL color Cylindrical-coordinate representation of color #A771C7: hue angle of 277.67º degrees, saturation: 0.43, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A771C7 is Cyan = 0.16, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 167 | 113 | 199 | - |
| CMYK | 0.16 | 0.43 | 0 | 0.22 |
| HSL | 277.67º | 0.43% | 0.61% | - |
| HSV(B) | 277.67º | 0.43% | 0.78% | - |
| XYZ | 32.15 | 24.15 | 57 | - |
| YUV | 138.95 | 161.89 | 148.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 113 | 199 | 0.16 | 0.43 | 0 | 0.22 | 277.67 | 0.43 | 0.61 |
| Hex | A7 | 71 | C7 | 10 | 2B | 0 | 16 | 116 | 2B | 3D |
| Octal | 247 | 161 | 307 | 20 | 53 | 0 | 26 | 426 | 53 | 75 |
| Binary | 10100111 | 1110001 | 11000111 | 10000 | 101011 | 0 | 10110 | 100010110 | 101011 | 111101 |
Color Harmonies of #A771C7
Complementary color
Monochromatic Colors of #A771C7
Black with #A771C7
Text Example
Text Example
White with #A771C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A771C7; }
p { color: rgb(167,113,199); }
H1.HeaderClassName
{
color: #A771C7;
}
.AnyTagClassName
{
color: #A771C7;
}
</style>
background-color css
<style>
a { background-color: #A771C7; }
a { background-color: rgb(167,113,199); }
div.DivClassName
{
background-color: #A771C7;
}
.BgClassName
{
background-color: #A771C7;
}
</style>
border-color css
<style>
span { border-color: #A771C7; }
span { border-color: rgb(167,113,199); }
td.TdClassName
{
border-color: #A771C7;
}
.TagClassName
{
border-color: #A771C7;
}
</style>