Shades of Amethyst #A773D1
Tints of Amethyst #A773D1
RGB
CMYK
RGB Variations
Color information
#A773D1 (or 0xA773D1) is known color: Amethyst. HEX triplet: A7, 73 and D1. RGB value is (167,115,209). Sum of RGB (Red+Green+Blue) = 167+115+209=491 (65% of max value = 765). Red value is 167 (65.62% from 255 or 34.01% from 491); Green value is 115 (45.31% from 255 or 23.42% from 491); Blue value is 209 (82.03% from 255 or 42.57% from 491); Max value from RGB is 209 - color contains mainly: blue. Hex color #A773D1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A773D1 is #588C2E. Grayscale: #8C8C8C. Windows color (decimal): -5803055 or 13726631. OLE color: 13726631.
HSL color Cylindrical-coordinate representation of color #A773D1: hue angle of 273.19º degrees, saturation: 0.51, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A773D1 is Cyan = 0.20, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 167 | 115 | 209 | - |
| CMYK | 0.20 | 0.45 | 0 | 0.18 |
| HSL | 273.19º | 0.51% | 0.64% | - |
| HSV(B) | 273.19º | 0.45% | 0.82% | - |
| XYZ | 33.58 | 25.08 | 63.39 | - |
| YUV | 141.26 | 166.23 | 146.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 115 | 209 | 0.20 | 0.45 | 0 | 0.18 | 273.19 | 0.51 | 0.64 |
| Hex | A7 | 73 | D1 | 14 | 2D | 0 | 12 | 111 | 33 | 40 |
| Octal | 247 | 163 | 321 | 24 | 55 | 0 | 22 | 421 | 63 | 100 |
| Binary | 10100111 | 1110011 | 11010001 | 10100 | 101101 | 0 | 10010 | 100010001 | 110011 | 1000000 |
Color Harmonies of #A773D1
Complementary color
Monochromatic Colors of #A773D1
Black with #A773D1
Text Example
Text Example
White with #A773D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A773D1; }
p { color: rgb(167,115,209); }
H1.HeaderClassName
{
color: #A773D1;
}
.AnyTagClassName
{
color: #A773D1;
}
</style>
background-color css
<style>
a { background-color: #A773D1; }
a { background-color: rgb(167,115,209); }
div.DivClassName
{
background-color: #A773D1;
}
.BgClassName
{
background-color: #A773D1;
}
</style>
border-color css
<style>
span { border-color: #A773D1; }
span { border-color: rgb(167,115,209); }
td.TdClassName
{
border-color: #A773D1;
}
.TagClassName
{
border-color: #A773D1;
}
</style>