Shades of Amethyst #AE70D5
Tints of Amethyst #AE70D5
RGB
CMYK
RGB Variations
Color information
#AE70D5 (or 0xAE70D5) is known color: Amethyst. HEX triplet: AE, 70 and D5. RGB value is (174,112,213). Sum of RGB (Red+Green+Blue) = 174+112+213=499 (66% of max value = 765). Red value is 174 (68.36% from 255 or 34.87% from 499); Green value is 112 (44.14% from 255 or 22.44% from 499); Blue value is 213 (83.59% from 255 or 42.69% from 499); Max value from RGB is 213 - color contains mainly: blue. Hex color #AE70D5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE70D5 is #518F2A. Grayscale: #8D8D8D. Windows color (decimal): -5345067 or 13988014. OLE color: 13988014.
HSL color Cylindrical-coordinate representation of color #AE70D5: hue angle of 276.83º degrees, saturation: 0.55, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AE70D5 is Cyan = 0.18, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 174 | 112 | 213 | - |
| CMYK | 0.18 | 0.47 | 0 | 0.16 |
| HSL | 276.83º | 0.55% | 0.64% | - |
| HSV(B) | 276.83º | 0.47% | 0.84% | - |
| XYZ | 35.26 | 25.39 | 65.99 | - |
| YUV | 142.05 | 168.04 | 150.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 112 | 213 | 0.18 | 0.47 | 0 | 0.16 | 276.83 | 0.55 | 0.64 |
| Hex | AE | 70 | D5 | 12 | 2F | 0 | 10 | 115 | 37 | 40 |
| Octal | 256 | 160 | 325 | 22 | 57 | 0 | 20 | 425 | 67 | 100 |
| Binary | 10101110 | 1110000 | 11010101 | 10010 | 101111 | 0 | 10000 | 100010101 | 110111 | 1000000 |
Color Harmonies of #AE70D5
Complementary color
Monochromatic Colors of #AE70D5
Black with #AE70D5
Text Example
Text Example
White with #AE70D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE70D5; }
p { color: rgb(174,112,213); }
H1.HeaderClassName
{
color: #AE70D5;
}
.AnyTagClassName
{
color: #AE70D5;
}
</style>
background-color css
<style>
a { background-color: #AE70D5; }
a { background-color: rgb(174,112,213); }
div.DivClassName
{
background-color: #AE70D5;
}
.BgClassName
{
background-color: #AE70D5;
}
</style>
border-color css
<style>
span { border-color: #AE70D5; }
span { border-color: rgb(174,112,213); }
td.TdClassName
{
border-color: #AE70D5;
}
.TagClassName
{
border-color: #AE70D5;
}
</style>