Shades of Amethyst #AE7BDB
Tints of Amethyst #AE7BDB
RGB
CMYK
RGB Variations
Color information
#AE7BDB (or 0xAE7BDB) is known color: Amethyst. HEX triplet: AE, 7B and DB. RGB value is (174,123,219). Sum of RGB (Red+Green+Blue) = 174+123+219=516 (68% of max value = 765). Red value is 174 (68.36% from 255 or 33.72% from 516); Green value is 123 (48.44% from 255 or 23.84% from 516); Blue value is 219 (85.94% from 255 or 42.44% from 516); Max value from RGB is 219 - color contains mainly: blue. Hex color #AE7BDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE7BDB is #518424. Grayscale: #949494. Windows color (decimal): -5342245 or 14384046. OLE color: 14384046.
HSL color Cylindrical-coordinate representation of color #AE7BDB: hue angle of 271.88º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AE7BDB is Cyan = 0.21, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 174 | 123 | 219 | - |
| CMYK | 0.21 | 0.44 | 0 | 0.14 |
| HSL | 271.88º | 0.57% | 0.67% | - |
| HSV(B) | 271.88º | 0.44% | 0.86% | - |
| XYZ | 37.32 | 28.28 | 70.51 | - |
| YUV | 149.19 | 167.4 | 145.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 123 | 219 | 0.21 | 0.44 | 0 | 0.14 | 271.88 | 0.57 | 0.67 |
| Hex | AE | 7B | DB | 15 | 2C | 0 | E | 110 | 39 | 43 |
| Octal | 256 | 173 | 333 | 25 | 54 | 0 | 16 | 420 | 71 | 103 |
| Binary | 10101110 | 1111011 | 11011011 | 10101 | 101100 | 0 | 1110 | 100010000 | 111001 | 1000011 |
Color Harmonies of #AE7BDB
Complementary color
Monochromatic Colors of #AE7BDB
Black with #AE7BDB
Text Example
Text Example
White with #AE7BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE7BDB; }
p { color: rgb(174,123,219); }
H1.HeaderClassName
{
color: #AE7BDB;
}
.AnyTagClassName
{
color: #AE7BDB;
}
</style>
background-color css
<style>
a { background-color: #AE7BDB; }
a { background-color: rgb(174,123,219); }
div.DivClassName
{
background-color: #AE7BDB;
}
.BgClassName
{
background-color: #AE7BDB;
}
</style>
border-color css
<style>
span { border-color: #AE7BDB; }
span { border-color: rgb(174,123,219); }
td.TdClassName
{
border-color: #AE7BDB;
}
.TagClassName
{
border-color: #AE7BDB;
}
</style>