Shades of Amethyst #A473D0
Tints of Amethyst #A473D0
RGB
CMYK
RGB Variations
Color information
#A473D0 (or 0xA473D0) is known color: Amethyst. HEX triplet: A4, 73 and D0. RGB value is (164,115,208). Sum of RGB (Red+Green+Blue) = 164+115+208=487 (64% of max value = 765). Red value is 164 (64.45% from 255 or 33.68% from 487); Green value is 115 (45.31% from 255 or 23.61% from 487); Blue value is 208 (81.64% from 255 or 42.71% from 487); Max value from RGB is 208 - color contains mainly: blue. Hex color #A473D0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A473D0 is #5B8C2F. Grayscale: #8B8B8B. Windows color (decimal): -5999664 or 13661092. OLE color: 13661092.
HSL color Cylindrical-coordinate representation of color #A473D0: hue angle of 271.61º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A473D0 is Cyan = 0.21, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 164 | 115 | 208 | - |
| CMYK | 0.21 | 0.45 | 0 | 0.18 |
| HSL | 271.61º | 0.5% | 0.63% | - |
| HSV(B) | 271.61º | 0.45% | 0.82% | - |
| XYZ | 32.83 | 24.71 | 62.71 | - |
| YUV | 140.25 | 166.23 | 144.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 115 | 208 | 0.21 | 0.45 | 0 | 0.18 | 271.61 | 0.5 | 0.63 |
| Hex | A4 | 73 | D0 | 15 | 2D | 0 | 12 | 110 | 32 | 3F |
| Octal | 244 | 163 | 320 | 25 | 55 | 0 | 22 | 420 | 62 | 77 |
| Binary | 10100100 | 1110011 | 11010000 | 10101 | 101101 | 0 | 10010 | 100010000 | 110010 | 111111 |
Color Harmonies of #A473D0
Complementary color
Monochromatic Colors of #A473D0
Black with #A473D0
Text Example
Text Example
White with #A473D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A473D0; }
p { color: rgb(164,115,208); }
H1.HeaderClassName
{
color: #A473D0;
}
.AnyTagClassName
{
color: #A473D0;
}
</style>
background-color css
<style>
a { background-color: #A473D0; }
a { background-color: rgb(164,115,208); }
div.DivClassName
{
background-color: #A473D0;
}
.BgClassName
{
background-color: #A473D0;
}
</style>
border-color css
<style>
span { border-color: #A473D0; }
span { border-color: rgb(164,115,208); }
td.TdClassName
{
border-color: #A473D0;
}
.TagClassName
{
border-color: #A473D0;
}
</style>