Shades of Amethyst #AE6ECF
Tints of Amethyst #AE6ECF
RGB
CMYK
RGB Variations
Color information
#AE6ECF (or 0xAE6ECF) is known color: Amethyst. HEX triplet: AE, 6E and CF. RGB value is (174,110,207). Sum of RGB (Red+Green+Blue) = 174+110+207=491 (65% of max value = 765). Red value is 174 (68.36% from 255 or 35.44% from 491); Green value is 110 (43.36% from 255 or 22.40% from 491); Blue value is 207 (81.25% from 255 or 42.16% from 491); Max value from RGB is 207 - color contains mainly: blue. Hex color #AE6ECF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE6ECF is #519130. Grayscale: #8B8B8B. Windows color (decimal): -5345585 or 13594286. OLE color: 13594286.
HSL color Cylindrical-coordinate representation of color #AE6ECF: hue angle of 279.59º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AE6ECF is Cyan = 0.16, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 174 | 110 | 207 | - |
| CMYK | 0.16 | 0.47 | 0 | 0.19 |
| HSL | 279.59º | 0.5% | 0.62% | - |
| HSV(B) | 279.59º | 0.47% | 0.81% | - |
| XYZ | 34.29 | 24.66 | 61.98 | - |
| YUV | 140.19 | 165.7 | 152.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 110 | 207 | 0.16 | 0.47 | 0 | 0.19 | 279.59 | 0.5 | 0.62 |
| Hex | AE | 6E | CF | 10 | 2F | 0 | 13 | 118 | 32 | 3E |
| Octal | 256 | 156 | 317 | 20 | 57 | 0 | 23 | 430 | 62 | 76 |
| Binary | 10101110 | 1101110 | 11001111 | 10000 | 101111 | 0 | 10011 | 100011000 | 110010 | 111110 |
Color Harmonies of #AE6ECF
Complementary color
Monochromatic Colors of #AE6ECF
Black with #AE6ECF
Text Example
Text Example
White with #AE6ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE6ECF; }
p { color: rgb(174,110,207); }
H1.HeaderClassName
{
color: #AE6ECF;
}
.AnyTagClassName
{
color: #AE6ECF;
}
</style>
background-color css
<style>
a { background-color: #AE6ECF; }
a { background-color: rgb(174,110,207); }
div.DivClassName
{
background-color: #AE6ECF;
}
.BgClassName
{
background-color: #AE6ECF;
}
</style>
border-color css
<style>
span { border-color: #AE6ECF; }
span { border-color: rgb(174,110,207); }
td.TdClassName
{
border-color: #AE6ECF;
}
.TagClassName
{
border-color: #AE6ECF;
}
</style>