Shades of Amethyst #AE67DF
Tints of Amethyst #AE67DF
RGB
CMYK
RGB Variations
Color information
#AE67DF (or 0xAE67DF) is known color: Amethyst. HEX triplet: AE, 67 and DF. RGB value is (174,103,223). Sum of RGB (Red+Green+Blue) = 174+103+223=500 (66% of max value = 765). Red value is 174 (68.36% from 255 or 34.8% from 500); Green value is 103 (40.62% from 255 or 20.6% from 500); Blue value is 223 (87.5% from 255 or 44.6% from 500); Max value from RGB is 223 - color contains mainly: blue. Hex color #AE67DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE67DF is #519820. Grayscale: #898989. Windows color (decimal): -5347361 or 14641070. OLE color: 14641070.
HSL color Cylindrical-coordinate representation of color #AE67DF: hue angle of 275.5º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AE67DF is Cyan = 0.22, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 174 | 103 | 223 | - |
| CMYK | 0.22 | 0.54 | 0 | 0.13 |
| HSL | 275.5º | 0.65% | 0.64% | - |
| HSV(B) | 275.5º | 0.54% | 0.87% | - |
| XYZ | 35.63 | 24.03 | 72.57 | - |
| YUV | 137.91 | 176.02 | 153.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 103 | 223 | 0.22 | 0.54 | 0 | 0.13 | 275.5 | 0.65 | 0.64 |
| Hex | AE | 67 | DF | 16 | 36 | 0 | D | 114 | 41 | 40 |
| Octal | 256 | 147 | 337 | 26 | 66 | 0 | 15 | 424 | 101 | 100 |
| Binary | 10101110 | 1100111 | 11011111 | 10110 | 110110 | 0 | 1101 | 100010100 | 1000001 | 1000000 |
Color Harmonies of #AE67DF
Complementary color
Monochromatic Colors of #AE67DF
Black with #AE67DF
Text Example
Text Example
White with #AE67DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE67DF; }
p { color: rgb(174,103,223); }
H1.HeaderClassName
{
color: #AE67DF;
}
.AnyTagClassName
{
color: #AE67DF;
}
</style>
background-color css
<style>
a { background-color: #AE67DF; }
a { background-color: rgb(174,103,223); }
div.DivClassName
{
background-color: #AE67DF;
}
.BgClassName
{
background-color: #AE67DF;
}
</style>
border-color css
<style>
span { border-color: #AE67DF; }
span { border-color: rgb(174,103,223); }
td.TdClassName
{
border-color: #AE67DF;
}
.TagClassName
{
border-color: #AE67DF;
}
</style>