Shades of Amethyst #AE73DC
Tints of Amethyst #AE73DC
RGB
CMYK
RGB Variations
Color information
#AE73DC (or 0xAE73DC) is known color: Amethyst. HEX triplet: AE, 73 and DC. RGB value is (174,115,220). Sum of RGB (Red+Green+Blue) = 174+115+220=509 (67% of max value = 765). Red value is 174 (68.36% from 255 or 34.18% from 509); Green value is 115 (45.31% from 255 or 22.59% from 509); Blue value is 220 (86.33% from 255 or 43.22% from 509); Max value from RGB is 220 - color contains mainly: blue. Hex color #AE73DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE73DC is #518C23. Grayscale: #909090. Windows color (decimal): -5344292 or 14447534. OLE color: 14447534.
HSL color Cylindrical-coordinate representation of color #AE73DC: hue angle of 273.71º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AE73DC is Cyan = 0.21, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 174 | 115 | 220 | - |
| CMYK | 0.21 | 0.48 | 0 | 0.14 |
| HSL | 273.71º | 0.6% | 0.66% | - |
| HSV(B) | 273.71º | 0.48% | 0.86% | - |
| XYZ | 36.5 | 26.43 | 70.89 | - |
| YUV | 144.61 | 170.55 | 148.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 115 | 220 | 0.21 | 0.48 | 0 | 0.14 | 273.71 | 0.6 | 0.66 |
| Hex | AE | 73 | DC | 15 | 30 | 0 | E | 112 | 3C | 42 |
| Octal | 256 | 163 | 334 | 25 | 60 | 0 | 16 | 422 | 74 | 102 |
| Binary | 10101110 | 1110011 | 11011100 | 10101 | 110000 | 0 | 1110 | 100010010 | 111100 | 1000010 |
Color Harmonies of #AE73DC
Complementary color
Monochromatic Colors of #AE73DC
Black with #AE73DC
Text Example
Text Example
White with #AE73DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE73DC; }
p { color: rgb(174,115,220); }
H1.HeaderClassName
{
color: #AE73DC;
}
.AnyTagClassName
{
color: #AE73DC;
}
</style>
background-color css
<style>
a { background-color: #AE73DC; }
a { background-color: rgb(174,115,220); }
div.DivClassName
{
background-color: #AE73DC;
}
.BgClassName
{
background-color: #AE73DC;
}
</style>
border-color css
<style>
span { border-color: #AE73DC; }
span { border-color: rgb(174,115,220); }
td.TdClassName
{
border-color: #AE73DC;
}
.TagClassName
{
border-color: #AE73DC;
}
</style>