Shades of Amethyst #AE70CE
Tints of Amethyst #AE70CE
RGB
CMYK
RGB Variations
Color information
#AE70CE (or 0xAE70CE) is known color: Amethyst. HEX triplet: AE, 70 and CE. RGB value is (174,112,206). Sum of RGB (Red+Green+Blue) = 174+112+206=492 (65% of max value = 765). Red value is 174 (68.36% from 255 or 35.37% from 492); Green value is 112 (44.14% from 255 or 22.76% from 492); Blue value is 206 (80.86% from 255 or 41.87% from 492); Max value from RGB is 206 - color contains mainly: blue. Hex color #AE70CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE70CE is #518F31. Grayscale: #8C8C8C. Windows color (decimal): -5345074 or 13529262. OLE color: 13529262.
HSL color Cylindrical-coordinate representation of color #AE70CE: hue angle of 279.57º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AE70CE is Cyan = 0.16, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 174 | 112 | 206 | - |
| CMYK | 0.16 | 0.46 | 0 | 0.19 |
| HSL | 279.57º | 0.49% | 0.62% | - |
| HSV(B) | 279.57º | 0.46% | 0.81% | - |
| XYZ | 34.39 | 25.04 | 61.41 | - |
| YUV | 141.25 | 164.54 | 151.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 112 | 206 | 0.16 | 0.46 | 0 | 0.19 | 279.57 | 0.49 | 0.62 |
| Hex | AE | 70 | CE | 10 | 2E | 0 | 13 | 118 | 31 | 3E |
| Octal | 256 | 160 | 316 | 20 | 56 | 0 | 23 | 430 | 61 | 76 |
| Binary | 10101110 | 1110000 | 11001110 | 10000 | 101110 | 0 | 10011 | 100011000 | 110001 | 111110 |
Color Harmonies of #AE70CE
Complementary color
Monochromatic Colors of #AE70CE
Black with #AE70CE
Text Example
Text Example
White with #AE70CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE70CE; }
p { color: rgb(174,112,206); }
H1.HeaderClassName
{
color: #AE70CE;
}
.AnyTagClassName
{
color: #AE70CE;
}
</style>
background-color css
<style>
a { background-color: #AE70CE; }
a { background-color: rgb(174,112,206); }
div.DivClassName
{
background-color: #AE70CE;
}
.BgClassName
{
background-color: #AE70CE;
}
</style>
border-color css
<style>
span { border-color: #AE70CE; }
span { border-color: rgb(174,112,206); }
td.TdClassName
{
border-color: #AE70CE;
}
.TagClassName
{
border-color: #AE70CE;
}
</style>