Shades of Amethyst #AE6FDB
Tints of Amethyst #AE6FDB
RGB
CMYK
RGB Variations
Color information
#AE6FDB (or 0xAE6FDB) is known color: Amethyst. HEX triplet: AE, 6F and DB. RGB value is (174,111,219). Sum of RGB (Red+Green+Blue) = 174+111+219=504 (66% of max value = 765). Red value is 174 (68.36% from 255 or 34.52% from 504); Green value is 111 (43.75% from 255 or 22.02% from 504); Blue value is 219 (85.94% from 255 or 43.45% from 504); Max value from RGB is 219 - color contains mainly: blue. Hex color #AE6FDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE6FDB is #519024. Grayscale: #8D8D8D. Windows color (decimal): -5345317 or 14380974. OLE color: 14380974.
HSL color Cylindrical-coordinate representation of color #AE6FDB: hue angle of 275º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AE6FDB is Cyan = 0.21, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 174 | 111 | 219 | - |
| CMYK | 0.21 | 0.49 | 0 | 0.14 |
| HSL | 275º | 0.6% | 0.65% | - |
| HSV(B) | 275º | 0.49% | 0.86% | - |
| XYZ | 35.93 | 25.48 | 70.04 | - |
| YUV | 142.15 | 171.37 | 150.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 111 | 219 | 0.21 | 0.49 | 0 | 0.14 | 275 | 0.6 | 0.65 |
| Hex | AE | 6F | DB | 15 | 31 | 0 | E | 113 | 3C | 41 |
| Octal | 256 | 157 | 333 | 25 | 61 | 0 | 16 | 423 | 74 | 101 |
| Binary | 10101110 | 1101111 | 11011011 | 10101 | 110001 | 0 | 1110 | 100010011 | 111100 | 1000001 |
Color Harmonies of #AE6FDB
Complementary color
Monochromatic Colors of #AE6FDB
Black with #AE6FDB
Text Example
Text Example
White with #AE6FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE6FDB; }
p { color: rgb(174,111,219); }
H1.HeaderClassName
{
color: #AE6FDB;
}
.AnyTagClassName
{
color: #AE6FDB;
}
</style>
background-color css
<style>
a { background-color: #AE6FDB; }
a { background-color: rgb(174,111,219); }
div.DivClassName
{
background-color: #AE6FDB;
}
.BgClassName
{
background-color: #AE6FDB;
}
</style>
border-color css
<style>
span { border-color: #AE6FDB; }
span { border-color: rgb(174,111,219); }
td.TdClassName
{
border-color: #AE6FDB;
}
.TagClassName
{
border-color: #AE6FDB;
}
</style>