Shades of Amethyst #AE73D0
Tints of Amethyst #AE73D0
RGB
CMYK
RGB Variations
Color information
#AE73D0 (or 0xAE73D0) is known color: Amethyst. HEX triplet: AE, 73 and D0. RGB value is (174,115,208). Sum of RGB (Red+Green+Blue) = 174+115+208=497 (65% of max value = 765). Red value is 174 (68.36% from 255 or 35.01% from 497); Green value is 115 (45.31% from 255 or 23.14% from 497); Blue value is 208 (81.64% from 255 or 41.85% from 497); Max value from RGB is 208 - color contains mainly: blue. Hex color #AE73D0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE73D0 is #518C2F. Grayscale: #8E8E8E. Windows color (decimal): -5344304 or 13661102. OLE color: 13661102.
HSL color Cylindrical-coordinate representation of color #AE73D0: hue angle of 278.06º 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 #AE73D0 is Cyan = 0.16, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 174 | 115 | 208 | - |
| CMYK | 0.16 | 0.45 | 0 | 0.18 |
| HSL | 278.06º | 0.5% | 0.63% | - |
| HSV(B) | 278.06º | 0.45% | 0.82% | - |
| XYZ | 34.97 | 25.81 | 62.81 | - |
| YUV | 143.24 | 164.55 | 149.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 115 | 208 | 0.16 | 0.45 | 0 | 0.18 | 278.06 | 0.5 | 0.63 |
| Hex | AE | 73 | D0 | 10 | 2D | 0 | 12 | 116 | 32 | 3F |
| Octal | 256 | 163 | 320 | 20 | 55 | 0 | 22 | 426 | 62 | 77 |
| Binary | 10101110 | 1110011 | 11010000 | 10000 | 101101 | 0 | 10010 | 100010110 | 110010 | 111111 |
Color Harmonies of #AE73D0
Complementary color
Monochromatic Colors of #AE73D0
Black with #AE73D0
Text Example
Text Example
White with #AE73D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE73D0; }
p { color: rgb(174,115,208); }
H1.HeaderClassName
{
color: #AE73D0;
}
.AnyTagClassName
{
color: #AE73D0;
}
</style>
background-color css
<style>
a { background-color: #AE73D0; }
a { background-color: rgb(174,115,208); }
div.DivClassName
{
background-color: #AE73D0;
}
.BgClassName
{
background-color: #AE73D0;
}
</style>
border-color css
<style>
span { border-color: #AE73D0; }
span { border-color: rgb(174,115,208); }
td.TdClassName
{
border-color: #AE73D0;
}
.TagClassName
{
border-color: #AE73D0;
}
</style>