Shades of Amethyst #A477D5
Tints of Amethyst #A477D5
RGB
CMYK
RGB Variations
Color information
#A477D5 (or 0xA477D5) is known color: Amethyst. HEX triplet: A4, 77 and D5. RGB value is (164,119,213). Sum of RGB (Red+Green+Blue) = 164+119+213=496 (65% of max value = 765). Red value is 164 (64.45% from 255 or 33.06% from 496); Green value is 119 (46.88% from 255 or 23.99% from 496); Blue value is 213 (83.59% from 255 or 42.94% from 496); Max value from RGB is 213 - color contains mainly: blue. Hex color #A477D5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A477D5 is #5B882A. Grayscale: #8E8E8E. Windows color (decimal): -5998635 or 13989796. OLE color: 13989796.
HSL color Cylindrical-coordinate representation of color #A477D5: hue angle of 268.72º degrees, saturation: 0.53, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A477D5 is Cyan = 0.23, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 164 | 119 | 213 | - |
| CMYK | 0.23 | 0.44 | 0 | 0.16 |
| HSL | 268.72º | 0.53% | 0.65% | - |
| HSV(B) | 268.72º | 0.44% | 0.84% | - |
| XYZ | 33.92 | 25.89 | 66.16 | - |
| YUV | 143.17 | 167.41 | 142.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 119 | 213 | 0.23 | 0.44 | 0 | 0.16 | 268.72 | 0.53 | 0.65 |
| Hex | A4 | 77 | D5 | 17 | 2C | 0 | 10 | 10D | 35 | 41 |
| Octal | 244 | 167 | 325 | 27 | 54 | 0 | 20 | 415 | 65 | 101 |
| Binary | 10100100 | 1110111 | 11010101 | 10111 | 101100 | 0 | 10000 | 100001101 | 110101 | 1000001 |
Color Harmonies of #A477D5
Complementary color
Monochromatic Colors of #A477D5
Black with #A477D5
Text Example
Text Example
White with #A477D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A477D5; }
p { color: rgb(164,119,213); }
H1.HeaderClassName
{
color: #A477D5;
}
.AnyTagClassName
{
color: #A477D5;
}
</style>
background-color css
<style>
a { background-color: #A477D5; }
a { background-color: rgb(164,119,213); }
div.DivClassName
{
background-color: #A477D5;
}
.BgClassName
{
background-color: #A477D5;
}
</style>
border-color css
<style>
span { border-color: #A477D5; }
span { border-color: rgb(164,119,213); }
td.TdClassName
{
border-color: #A477D5;
}
.TagClassName
{
border-color: #A477D5;
}
</style>