Shades of Amethyst #AE73D1
Tints of Amethyst #AE73D1
RGB
CMYK
RGB Variations
Color information
#AE73D1 (or 0xAE73D1) is known color: Amethyst. HEX triplet: AE, 73 and D1. RGB value is (174,115,209). Sum of RGB (Red+Green+Blue) = 174+115+209=498 (65% of max value = 765). Red value is 174 (68.36% from 255 or 34.94% from 498); Green value is 115 (45.31% from 255 or 23.09% from 498); Blue value is 209 (82.03% from 255 or 41.97% from 498); Max value from RGB is 209 - color contains mainly: blue. Hex color #AE73D1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE73D1 is #518C2E. Grayscale: #8F8F8F. Windows color (decimal): -5344303 or 13726638. OLE color: 13726638.
HSL color Cylindrical-coordinate representation of color #AE73D1: hue angle of 277.66º 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 #AE73D1 is Cyan = 0.17, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 174 | 115 | 209 | - |
| CMYK | 0.17 | 0.45 | 0 | 0.18 |
| HSL | 277.66º | 0.51% | 0.64% | - |
| HSV(B) | 277.66º | 0.45% | 0.82% | - |
| XYZ | 35.09 | 25.86 | 63.46 | - |
| YUV | 143.36 | 165.05 | 149.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 115 | 209 | 0.17 | 0.45 | 0 | 0.18 | 277.66 | 0.51 | 0.64 |
| Hex | AE | 73 | D1 | 11 | 2D | 0 | 12 | 116 | 33 | 40 |
| Octal | 256 | 163 | 321 | 21 | 55 | 0 | 22 | 426 | 63 | 100 |
| Binary | 10101110 | 1110011 | 11010001 | 10001 | 101101 | 0 | 10010 | 100010110 | 110011 | 1000000 |
Color Harmonies of #AE73D1
Complementary color
Monochromatic Colors of #AE73D1
Black with #AE73D1
Text Example
Text Example
White with #AE73D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE73D1; }
p { color: rgb(174,115,209); }
H1.HeaderClassName
{
color: #AE73D1;
}
.AnyTagClassName
{
color: #AE73D1;
}
</style>
background-color css
<style>
a { background-color: #AE73D1; }
a { background-color: rgb(174,115,209); }
div.DivClassName
{
background-color: #AE73D1;
}
.BgClassName
{
background-color: #AE73D1;
}
</style>
border-color css
<style>
span { border-color: #AE73D1; }
span { border-color: rgb(174,115,209); }
td.TdClassName
{
border-color: #AE73D1;
}
.TagClassName
{
border-color: #AE73D1;
}
</style>