Shades of Amethyst #A474D1
Tints of Amethyst #A474D1
RGB
CMYK
RGB Variations
Color information
#A474D1 (or 0xA474D1) is known color: Amethyst. HEX triplet: A4, 74 and D1. RGB value is (164,116,209). Sum of RGB (Red+Green+Blue) = 164+116+209=489 (64% of max value = 765). Red value is 164 (64.45% from 255 or 33.54% from 489); Green value is 116 (45.70% from 255 or 23.72% from 489); Blue value is 209 (82.03% from 255 or 42.74% from 489); Max value from RGB is 209 - color contains mainly: blue. Hex color #A474D1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A474D1 is #5B8B2E. Grayscale: #8C8C8C. Windows color (decimal): -5999407 or 13726884. OLE color: 13726884.
HSL color Cylindrical-coordinate representation of color #A474D1: hue angle of 270.97º degrees, saturation: 0.5, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A474D1 is Cyan = 0.22, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 164 | 116 | 209 | - |
| CMYK | 0.22 | 0.44 | 0 | 0.18 |
| HSL | 270.97º | 0.5% | 0.64% | - |
| HSV(B) | 270.97º | 0.44% | 0.82% | - |
| XYZ | 33.06 | 24.99 | 63.4 | - |
| YUV | 140.95 | 166.4 | 144.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 116 | 209 | 0.22 | 0.44 | 0 | 0.18 | 270.97 | 0.5 | 0.64 |
| Hex | A4 | 74 | D1 | 16 | 2C | 0 | 12 | 10F | 32 | 40 |
| Octal | 244 | 164 | 321 | 26 | 54 | 0 | 22 | 417 | 62 | 100 |
| Binary | 10100100 | 1110100 | 11010001 | 10110 | 101100 | 0 | 10010 | 100001111 | 110010 | 1000000 |
Color Harmonies of #A474D1
Complementary color
Monochromatic Colors of #A474D1
Black with #A474D1
Text Example
Text Example
White with #A474D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A474D1; }
p { color: rgb(164,116,209); }
H1.HeaderClassName
{
color: #A474D1;
}
.AnyTagClassName
{
color: #A474D1;
}
</style>
background-color css
<style>
a { background-color: #A474D1; }
a { background-color: rgb(164,116,209); }
div.DivClassName
{
background-color: #A474D1;
}
.BgClassName
{
background-color: #A474D1;
}
</style>
border-color css
<style>
span { border-color: #A474D1; }
span { border-color: rgb(164,116,209); }
td.TdClassName
{
border-color: #A474D1;
}
.TagClassName
{
border-color: #A474D1;
}
</style>