Shades of Amethyst #A773C5
Tints of Amethyst #A773C5
RGB
CMYK
RGB Variations
Color information
#A773C5 (or 0xA773C5) is known color: Amethyst. HEX triplet: A7, 73 and C5. RGB value is (167,115,197). Sum of RGB (Red+Green+Blue) = 167+115+197=479 (63% of max value = 765). Red value is 167 (65.62% from 255 or 34.86% from 479); Green value is 115 (45.31% from 255 or 24.01% from 479); Blue value is 197 (77.34% from 255 or 41.13% from 479); Max value from RGB is 197 - color contains mainly: blue. Hex color #A773C5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A773C5 is #588C3A. Grayscale: #8B8B8B. Windows color (decimal): -5803067 or 12940199. OLE color: 12940199.
HSL color Cylindrical-coordinate representation of color #A773C5: hue angle of 278.05º degrees, saturation: 0.41, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A773C5 is Cyan = 0.15, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 167 | 115 | 197 | - |
| CMYK | 0.15 | 0.42 | 0 | 0.23 |
| HSL | 278.05º | 0.41% | 0.61% | - |
| HSV(B) | 278.05º | 0.42% | 0.77% | - |
| XYZ | 32.15 | 24.51 | 55.86 | - |
| YUV | 139.9 | 160.23 | 147.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 115 | 197 | 0.15 | 0.42 | 0 | 0.23 | 278.05 | 0.41 | 0.61 |
| Hex | A7 | 73 | C5 | F | 2A | 0 | 17 | 116 | 29 | 3D |
| Octal | 247 | 163 | 305 | 17 | 52 | 0 | 27 | 426 | 51 | 75 |
| Binary | 10100111 | 1110011 | 11000101 | 1111 | 101010 | 0 | 10111 | 100010110 | 101001 | 111101 |
Color Harmonies of #A773C5
Complementary color
Monochromatic Colors of #A773C5
Black with #A773C5
Text Example
Text Example
White with #A773C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A773C5; }
p { color: rgb(167,115,197); }
H1.HeaderClassName
{
color: #A773C5;
}
.AnyTagClassName
{
color: #A773C5;
}
</style>
background-color css
<style>
a { background-color: #A773C5; }
a { background-color: rgb(167,115,197); }
div.DivClassName
{
background-color: #A773C5;
}
.BgClassName
{
background-color: #A773C5;
}
</style>
border-color css
<style>
span { border-color: #A773C5; }
span { border-color: rgb(167,115,197); }
td.TdClassName
{
border-color: #A773C5;
}
.TagClassName
{
border-color: #A773C5;
}
</style>