Shades of Amethyst #AE6DDD
Tints of Amethyst #AE6DDD
RGB
CMYK
RGB Variations
Color information
#AE6DDD (or 0xAE6DDD) is known color: Amethyst. HEX triplet: AE, 6D and DD. RGB value is (174,109,221). Sum of RGB (Red+Green+Blue) = 174+109+221=504 (66% of max value = 765). Red value is 174 (68.36% from 255 or 34.52% from 504); Green value is 109 (42.97% from 255 or 21.63% from 504); Blue value is 221 (86.72% from 255 or 43.85% from 504); Max value from RGB is 221 - color contains mainly: blue. Hex color #AE6DDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE6DDD is #519222. Grayscale: #8C8C8C. Windows color (decimal): -5345827 or 14511534. OLE color: 14511534.
HSL color Cylindrical-coordinate representation of color #AE6DDD: hue angle of 274.82º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AE6DDD is Cyan = 0.21, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 174 | 109 | 221 | - |
| CMYK | 0.21 | 0.51 | 0 | 0.13 |
| HSL | 274.82º | 0.62% | 0.65% | - |
| HSV(B) | 274.82º | 0.51% | 0.87% | - |
| XYZ | 35.98 | 25.16 | 71.37 | - |
| YUV | 141.2 | 173.03 | 151.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 109 | 221 | 0.21 | 0.51 | 0 | 0.13 | 274.82 | 0.62 | 0.65 |
| Hex | AE | 6D | DD | 15 | 33 | 0 | D | 113 | 3E | 41 |
| Octal | 256 | 155 | 335 | 25 | 63 | 0 | 15 | 423 | 76 | 101 |
| Binary | 10101110 | 1101101 | 11011101 | 10101 | 110011 | 0 | 1101 | 100010011 | 111110 | 1000001 |
Color Harmonies of #AE6DDD
Complementary color
Monochromatic Colors of #AE6DDD
Black with #AE6DDD
Text Example
Text Example
White with #AE6DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE6DDD; }
p { color: rgb(174,109,221); }
H1.HeaderClassName
{
color: #AE6DDD;
}
.AnyTagClassName
{
color: #AE6DDD;
}
</style>
background-color css
<style>
a { background-color: #AE6DDD; }
a { background-color: rgb(174,109,221); }
div.DivClassName
{
background-color: #AE6DDD;
}
.BgClassName
{
background-color: #AE6DDD;
}
</style>
border-color css
<style>
span { border-color: #AE6DDD; }
span { border-color: rgb(174,109,221); }
td.TdClassName
{
border-color: #AE6DDD;
}
.TagClassName
{
border-color: #AE6DDD;
}
</style>