Shades of Amethyst #AE6FDF
Tints of Amethyst #AE6FDF
RGB
CMYK
RGB Variations
Color information
#AE6FDF (or 0xAE6FDF) is known color: Amethyst. HEX triplet: AE, 6F and DF. RGB value is (174,111,223). Sum of RGB (Red+Green+Blue) = 174+111+223=508 (67% of max value = 765). Red value is 174 (68.36% from 255 or 34.25% from 508); Green value is 111 (43.75% from 255 or 21.85% from 508); Blue value is 223 (87.5% from 255 or 43.90% from 508); Max value from RGB is 223 - color contains mainly: blue. Hex color #AE6FDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE6FDF is #519020. Grayscale: #8E8E8E. Windows color (decimal): -5345313 or 14643118. OLE color: 14643118.
HSL color Cylindrical-coordinate representation of color #AE6FDF: hue angle of 273.75º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AE6FDF is Cyan = 0.22, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 174 | 111 | 223 | - |
| CMYK | 0.22 | 0.50 | 0 | 0.13 |
| HSL | 273.75º | 0.64% | 0.65% | - |
| HSV(B) | 273.75º | 0.5% | 0.87% | - |
| XYZ | 36.46 | 25.7 | 72.85 | - |
| YUV | 142.61 | 173.37 | 150.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 111 | 223 | 0.22 | 0.50 | 0 | 0.13 | 273.75 | 0.64 | 0.65 |
| Hex | AE | 6F | DF | 16 | 32 | 0 | D | 112 | 40 | 41 |
| Octal | 256 | 157 | 337 | 26 | 62 | 0 | 15 | 422 | 100 | 101 |
| Binary | 10101110 | 1101111 | 11011111 | 10110 | 110010 | 0 | 1101 | 100010010 | 1000000 | 1000001 |
Color Harmonies of #AE6FDF
Complementary color
Monochromatic Colors of #AE6FDF
Black with #AE6FDF
Text Example
Text Example
White with #AE6FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE6FDF; }
p { color: rgb(174,111,223); }
H1.HeaderClassName
{
color: #AE6FDF;
}
.AnyTagClassName
{
color: #AE6FDF;
}
</style>
background-color css
<style>
a { background-color: #AE6FDF; }
a { background-color: rgb(174,111,223); }
div.DivClassName
{
background-color: #AE6FDF;
}
.BgClassName
{
background-color: #AE6FDF;
}
</style>
border-color css
<style>
span { border-color: #AE6FDF; }
span { border-color: rgb(174,111,223); }
td.TdClassName
{
border-color: #AE6FDF;
}
.TagClassName
{
border-color: #AE6FDF;
}
</style>