Shades of Amethyst #AE6ECC
Tints of Amethyst #AE6ECC
RGB
CMYK
RGB Variations
Color information
#AE6ECC (or 0xAE6ECC) is known color: Amethyst. HEX triplet: AE, 6E and CC. RGB value is (174,110,204). Sum of RGB (Red+Green+Blue) = 174+110+204=488 (64% of max value = 765). Red value is 174 (68.36% from 255 or 35.66% from 488); Green value is 110 (43.36% from 255 or 22.54% from 488); Blue value is 204 (80.08% from 255 or 41.80% from 488); Max value from RGB is 204 - color contains mainly: blue. Hex color #AE6ECC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE6ECC is #519133. Grayscale: #8B8B8B. Windows color (decimal): -5345588 or 13397678. OLE color: 13397678.
HSL color Cylindrical-coordinate representation of color #AE6ECC: hue angle of 280.85º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AE6ECC is Cyan = 0.15, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 174 | 110 | 204 | - |
| CMYK | 0.15 | 0.46 | 0 | 0.2 |
| HSL | 280.85º | 0.48% | 0.62% | - |
| HSV(B) | 280.85º | 0.46% | 0.8% | - |
| XYZ | 33.93 | 24.51 | 60.07 | - |
| YUV | 139.85 | 164.2 | 152.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 110 | 204 | 0.15 | 0.46 | 0 | 0.2 | 280.85 | 0.48 | 0.62 |
| Hex | AE | 6E | CC | F | 2E | 0 | 14 | 119 | 30 | 3E |
| Octal | 256 | 156 | 314 | 17 | 56 | 0 | 24 | 431 | 60 | 76 |
| Binary | 10101110 | 1101110 | 11001100 | 1111 | 101110 | 0 | 10100 | 100011001 | 110000 | 111110 |
Color Harmonies of #AE6ECC
Complementary color
Monochromatic Colors of #AE6ECC
Black with #AE6ECC
Text Example
Text Example
White with #AE6ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE6ECC; }
p { color: rgb(174,110,204); }
H1.HeaderClassName
{
color: #AE6ECC;
}
.AnyTagClassName
{
color: #AE6ECC;
}
</style>
background-color css
<style>
a { background-color: #AE6ECC; }
a { background-color: rgb(174,110,204); }
div.DivClassName
{
background-color: #AE6ECC;
}
.BgClassName
{
background-color: #AE6ECC;
}
</style>
border-color css
<style>
span { border-color: #AE6ECC; }
span { border-color: rgb(174,110,204); }
td.TdClassName
{
border-color: #AE6ECC;
}
.TagClassName
{
border-color: #AE6ECC;
}
</style>