Shades of Amethyst #A476D5
Tints of Amethyst #A476D5
RGB
CMYK
RGB Variations
Color information
#A476D5 (or 0xA476D5) is known color: Amethyst. HEX triplet: A4, 76 and D5. RGB value is (164,118,213). Sum of RGB (Red+Green+Blue) = 164+118+213=495 (65% of max value = 765). Red value is 164 (64.45% from 255 or 33.13% from 495); Green value is 118 (46.48% from 255 or 23.84% from 495); Blue value is 213 (83.59% from 255 or 43.03% from 495); Max value from RGB is 213 - color contains mainly: blue. Hex color #A476D5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A476D5 is #5B892A. Grayscale: #8E8E8E. Windows color (decimal): -5998891 or 13989540. OLE color: 13989540.
HSL color Cylindrical-coordinate representation of color #A476D5: hue angle of 269.05º degrees, saturation: 0.53, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A476D5 is Cyan = 0.23, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 164 | 118 | 213 | - |
| CMYK | 0.23 | 0.45 | 0 | 0.16 |
| HSL | 269.05º | 0.53% | 0.65% | - |
| HSV(B) | 269.05º | 0.45% | 0.84% | - |
| XYZ | 33.8 | 25.65 | 66.12 | - |
| YUV | 142.58 | 167.74 | 143.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 118 | 213 | 0.23 | 0.45 | 0 | 0.16 | 269.05 | 0.53 | 0.65 |
| Hex | A4 | 76 | D5 | 17 | 2D | 0 | 10 | 10D | 35 | 41 |
| Octal | 244 | 166 | 325 | 27 | 55 | 0 | 20 | 415 | 65 | 101 |
| Binary | 10100100 | 1110110 | 11010101 | 10111 | 101101 | 0 | 10000 | 100001101 | 110101 | 1000001 |
Color Harmonies of #A476D5
Complementary color
Monochromatic Colors of #A476D5
Black with #A476D5
Text Example
Text Example
White with #A476D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A476D5; }
p { color: rgb(164,118,213); }
H1.HeaderClassName
{
color: #A476D5;
}
.AnyTagClassName
{
color: #A476D5;
}
</style>
background-color css
<style>
a { background-color: #A476D5; }
a { background-color: rgb(164,118,213); }
div.DivClassName
{
background-color: #A476D5;
}
.BgClassName
{
background-color: #A476D5;
}
</style>
border-color css
<style>
span { border-color: #A476D5; }
span { border-color: rgb(164,118,213); }
td.TdClassName
{
border-color: #A476D5;
}
.TagClassName
{
border-color: #A476D5;
}
</style>