Shades of Amethyst #AE6BDB
Tints of Amethyst #AE6BDB
RGB
CMYK
RGB Variations
Color information
#AE6BDB (or 0xAE6BDB) is known color: Amethyst. HEX triplet: AE, 6B and DB. RGB value is (174,107,219). Sum of RGB (Red+Green+Blue) = 174+107+219=500 (66% of max value = 765). Red value is 174 (68.36% from 255 or 34.8% from 500); Green value is 107 (42.19% from 255 or 21.4% from 500); Blue value is 219 (85.94% from 255 or 43.8% from 500); Max value from RGB is 219 - color contains mainly: blue. Hex color #AE6BDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE6BDB is #519424. Grayscale: #8B8B8B. Windows color (decimal): -5346341 or 14379950. OLE color: 14379950.
HSL color Cylindrical-coordinate representation of color #AE6BDB: hue angle of 275.89º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AE6BDB is Cyan = 0.21, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 174 | 107 | 219 | - |
| CMYK | 0.21 | 0.51 | 0 | 0.14 |
| HSL | 275.89º | 0.61% | 0.64% | - |
| HSV(B) | 275.89º | 0.51% | 0.86% | - |
| XYZ | 35.5 | 24.63 | 69.9 | - |
| YUV | 139.8 | 172.7 | 152.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 107 | 219 | 0.21 | 0.51 | 0 | 0.14 | 275.89 | 0.61 | 0.64 |
| Hex | AE | 6B | DB | 15 | 33 | 0 | E | 114 | 3D | 40 |
| Octal | 256 | 153 | 333 | 25 | 63 | 0 | 16 | 424 | 75 | 100 |
| Binary | 10101110 | 1101011 | 11011011 | 10101 | 110011 | 0 | 1110 | 100010100 | 111101 | 1000000 |
Color Harmonies of #AE6BDB
Complementary color
Monochromatic Colors of #AE6BDB
Black with #AE6BDB
Text Example
Text Example
White with #AE6BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE6BDB; }
p { color: rgb(174,107,219); }
H1.HeaderClassName
{
color: #AE6BDB;
}
.AnyTagClassName
{
color: #AE6BDB;
}
</style>
background-color css
<style>
a { background-color: #AE6BDB; }
a { background-color: rgb(174,107,219); }
div.DivClassName
{
background-color: #AE6BDB;
}
.BgClassName
{
background-color: #AE6BDB;
}
</style>
border-color css
<style>
span { border-color: #AE6BDB; }
span { border-color: rgb(174,107,219); }
td.TdClassName
{
border-color: #AE6BDB;
}
.TagClassName
{
border-color: #AE6BDB;
}
</style>