Shades of Amethyst #AE6DCA
Tints of Amethyst #AE6DCA
RGB
CMYK
RGB Variations
Color information
#AE6DCA (or 0xAE6DCA) is known color: Amethyst. HEX triplet: AE, 6D and CA. RGB value is (174,109,202). Sum of RGB (Red+Green+Blue) = 174+109+202=485 (64% of max value = 765). Red value is 174 (68.36% from 255 or 35.88% from 485); Green value is 109 (42.97% from 255 or 22.47% from 485); Blue value is 202 (79.30% from 255 or 41.65% from 485); Max value from RGB is 202 - color contains mainly: blue. Hex color #AE6DCA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE6DCA is #519235. Grayscale: #8A8A8A. Windows color (decimal): -5345846 or 13266350. OLE color: 13266350.
HSL color Cylindrical-coordinate representation of color #AE6DCA: hue angle of 281.94º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AE6DCA is Cyan = 0.14, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 174 | 109 | 202 | - |
| CMYK | 0.14 | 0.46 | 0 | 0.21 |
| HSL | 281.94º | 0.47% | 0.61% | - |
| HSV(B) | 281.94º | 0.46% | 0.79% | - |
| XYZ | 33.58 | 24.2 | 58.78 | - |
| YUV | 139.04 | 163.53 | 152.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 109 | 202 | 0.14 | 0.46 | 0 | 0.21 | 281.94 | 0.47 | 0.61 |
| Hex | AE | 6D | CA | E | 2E | 0 | 15 | 11A | 2F | 3D |
| Octal | 256 | 155 | 312 | 16 | 56 | 0 | 25 | 432 | 57 | 75 |
| Binary | 10101110 | 1101101 | 11001010 | 1110 | 101110 | 0 | 10101 | 100011010 | 101111 | 111101 |
Color Harmonies of #AE6DCA
Complementary color
Monochromatic Colors of #AE6DCA
Black with #AE6DCA
Text Example
Text Example
White with #AE6DCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE6DCA; }
p { color: rgb(174,109,202); }
H1.HeaderClassName
{
color: #AE6DCA;
}
.AnyTagClassName
{
color: #AE6DCA;
}
</style>
background-color css
<style>
a { background-color: #AE6DCA; }
a { background-color: rgb(174,109,202); }
div.DivClassName
{
background-color: #AE6DCA;
}
.BgClassName
{
background-color: #AE6DCA;
}
</style>
border-color css
<style>
span { border-color: #AE6DCA; }
span { border-color: rgb(174,109,202); }
td.TdClassName
{
border-color: #AE6DCA;
}
.TagClassName
{
border-color: #AE6DCA;
}
</style>