Shades of Amethyst #AE7BDA
Tints of Amethyst #AE7BDA
RGB
CMYK
RGB Variations
Color information
#AE7BDA (or 0xAE7BDA) is known color: Amethyst. HEX triplet: AE, 7B and DA. RGB value is (174,123,218). Sum of RGB (Red+Green+Blue) = 174+123+218=515 (68% of max value = 765). Red value is 174 (68.36% from 255 or 33.79% from 515); Green value is 123 (48.44% from 255 or 23.88% from 515); Blue value is 218 (85.55% from 255 or 42.33% from 515); Max value from RGB is 218 - color contains mainly: blue. Hex color #AE7BDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE7BDA is #518425. Grayscale: #949494. Windows color (decimal): -5342246 or 14318510. OLE color: 14318510.
HSL color Cylindrical-coordinate representation of color #AE7BDA: hue angle of 272.21º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AE7BDA is Cyan = 0.20, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 174 | 123 | 218 | - |
| CMYK | 0.20 | 0.44 | 0 | 0.15 |
| HSL | 272.21º | 0.56% | 0.67% | - |
| HSV(B) | 272.21º | 0.44% | 0.85% | - |
| XYZ | 37.19 | 28.23 | 69.82 | - |
| YUV | 149.08 | 166.9 | 145.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 123 | 218 | 0.20 | 0.44 | 0 | 0.15 | 272.21 | 0.56 | 0.67 |
| Hex | AE | 7B | DA | 14 | 2C | 0 | F | 110 | 38 | 43 |
| Octal | 256 | 173 | 332 | 24 | 54 | 0 | 17 | 420 | 70 | 103 |
| Binary | 10101110 | 1111011 | 11011010 | 10100 | 101100 | 0 | 1111 | 100010000 | 111000 | 1000011 |
Color Harmonies of #AE7BDA
Complementary color
Monochromatic Colors of #AE7BDA
Black with #AE7BDA
Text Example
Text Example
White with #AE7BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE7BDA; }
p { color: rgb(174,123,218); }
H1.HeaderClassName
{
color: #AE7BDA;
}
.AnyTagClassName
{
color: #AE7BDA;
}
</style>
background-color css
<style>
a { background-color: #AE7BDA; }
a { background-color: rgb(174,123,218); }
div.DivClassName
{
background-color: #AE7BDA;
}
.BgClassName
{
background-color: #AE7BDA;
}
</style>
border-color css
<style>
span { border-color: #AE7BDA; }
span { border-color: rgb(174,123,218); }
td.TdClassName
{
border-color: #AE7BDA;
}
.TagClassName
{
border-color: #AE7BDA;
}
</style>