Shades of Amethyst #AE6ADD
Tints of Amethyst #AE6ADD
RGB
CMYK
RGB Variations
Color information
#AE6ADD (or 0xAE6ADD) is known color: Amethyst. HEX triplet: AE, 6A and DD. RGB value is (174,106,221). Sum of RGB (Red+Green+Blue) = 174+106+221=501 (66% of max value = 765). Red value is 174 (68.36% from 255 or 34.73% from 501); Green value is 106 (41.80% from 255 or 21.16% from 501); Blue value is 221 (86.72% from 255 or 44.11% from 501); Max value from RGB is 221 - color contains mainly: blue. Hex color #AE6ADD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE6ADD is #519522. Grayscale: #8B8B8B. Windows color (decimal): -5346595 or 14510766. OLE color: 14510766.
HSL color Cylindrical-coordinate representation of color #AE6ADD: hue angle of 275.48º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AE6ADD is Cyan = 0.21, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 174 | 106 | 221 | - |
| CMYK | 0.21 | 0.52 | 0 | 0.13 |
| HSL | 275.48º | 0.63% | 0.64% | - |
| HSV(B) | 275.48º | 0.52% | 0.87% | - |
| XYZ | 35.66 | 24.53 | 71.26 | - |
| YUV | 139.44 | 174.03 | 152.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 106 | 221 | 0.21 | 0.52 | 0 | 0.13 | 275.48 | 0.63 | 0.64 |
| Hex | AE | 6A | DD | 15 | 34 | 0 | D | 113 | 3F | 40 |
| Octal | 256 | 152 | 335 | 25 | 64 | 0 | 15 | 423 | 77 | 100 |
| Binary | 10101110 | 1101010 | 11011101 | 10101 | 110100 | 0 | 1101 | 100010011 | 111111 | 1000000 |
Color Harmonies of #AE6ADD
Complementary color
Monochromatic Colors of #AE6ADD
Black with #AE6ADD
Text Example
Text Example
White with #AE6ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE6ADD; }
p { color: rgb(174,106,221); }
H1.HeaderClassName
{
color: #AE6ADD;
}
.AnyTagClassName
{
color: #AE6ADD;
}
</style>
background-color css
<style>
a { background-color: #AE6ADD; }
a { background-color: rgb(174,106,221); }
div.DivClassName
{
background-color: #AE6ADD;
}
.BgClassName
{
background-color: #AE6ADD;
}
</style>
border-color css
<style>
span { border-color: #AE6ADD; }
span { border-color: rgb(174,106,221); }
td.TdClassName
{
border-color: #AE6ADD;
}
.TagClassName
{
border-color: #AE6ADD;
}
</style>