Shades of Amethyst #AE6FDC
Tints of Amethyst #AE6FDC
RGB
CMYK
RGB Variations
Color information
#AE6FDC (or 0xAE6FDC) is known color: Amethyst. HEX triplet: AE, 6F and DC. RGB value is (174,111,220). Sum of RGB (Red+Green+Blue) = 174+111+220=505 (66% of max value = 765). Red value is 174 (68.36% from 255 or 34.46% from 505); Green value is 111 (43.75% from 255 or 21.98% from 505); Blue value is 220 (86.33% from 255 or 43.56% from 505); Max value from RGB is 220 - color contains mainly: blue. Hex color #AE6FDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE6FDC is #519023. Grayscale: #8D8D8D. Windows color (decimal): -5345316 or 14446510. OLE color: 14446510.
HSL color Cylindrical-coordinate representation of color #AE6FDC: hue angle of 274.68º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AE6FDC is Cyan = 0.21, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 174 | 111 | 220 | - |
| CMYK | 0.21 | 0.50 | 0 | 0.14 |
| HSL | 274.68º | 0.61% | 0.65% | - |
| HSV(B) | 274.68º | 0.5% | 0.86% | - |
| XYZ | 36.06 | 25.53 | 70.74 | - |
| YUV | 142.26 | 171.87 | 150.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 111 | 220 | 0.21 | 0.50 | 0 | 0.14 | 274.68 | 0.61 | 0.65 |
| Hex | AE | 6F | DC | 15 | 32 | 0 | E | 113 | 3D | 41 |
| Octal | 256 | 157 | 334 | 25 | 62 | 0 | 16 | 423 | 75 | 101 |
| Binary | 10101110 | 1101111 | 11011100 | 10101 | 110010 | 0 | 1110 | 100010011 | 111101 | 1000001 |
Color Harmonies of #AE6FDC
Complementary color
Monochromatic Colors of #AE6FDC
Black with #AE6FDC
Text Example
Text Example
White with #AE6FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE6FDC; }
p { color: rgb(174,111,220); }
H1.HeaderClassName
{
color: #AE6FDC;
}
.AnyTagClassName
{
color: #AE6FDC;
}
</style>
background-color css
<style>
a { background-color: #AE6FDC; }
a { background-color: rgb(174,111,220); }
div.DivClassName
{
background-color: #AE6FDC;
}
.BgClassName
{
background-color: #AE6FDC;
}
</style>
border-color css
<style>
span { border-color: #AE6FDC; }
span { border-color: rgb(174,111,220); }
td.TdClassName
{
border-color: #AE6FDC;
}
.TagClassName
{
border-color: #AE6FDC;
}
</style>