Shades of Amethyst #AE76DB
Tints of Amethyst #AE76DB
RGB
CMYK
RGB Variations
Color information
#AE76DB (or 0xAE76DB) is known color: Amethyst. HEX triplet: AE, 76 and DB. RGB value is (174,118,219). Sum of RGB (Red+Green+Blue) = 174+118+219=511 (67% of max value = 765). Red value is 174 (68.36% from 255 or 34.05% from 511); Green value is 118 (46.48% from 255 or 23.09% from 511); Blue value is 219 (85.94% from 255 or 42.86% from 511); Max value from RGB is 219 - color contains mainly: blue. Hex color #AE76DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE76DB is #518924. Grayscale: #919191. Windows color (decimal): -5343525 or 14382766. OLE color: 14382766.
HSL color Cylindrical-coordinate representation of color #AE76DB: hue angle of 273.27º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AE76DB is Cyan = 0.21, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 174 | 118 | 219 | - |
| CMYK | 0.21 | 0.46 | 0 | 0.14 |
| HSL | 273.27º | 0.58% | 0.66% | - |
| HSV(B) | 273.27º | 0.46% | 0.86% | - |
| XYZ | 36.72 | 27.07 | 70.31 | - |
| YUV | 146.26 | 169.05 | 147.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 118 | 219 | 0.21 | 0.46 | 0 | 0.14 | 273.27 | 0.58 | 0.66 |
| Hex | AE | 76 | DB | 15 | 2E | 0 | E | 111 | 3A | 42 |
| Octal | 256 | 166 | 333 | 25 | 56 | 0 | 16 | 421 | 72 | 102 |
| Binary | 10101110 | 1110110 | 11011011 | 10101 | 101110 | 0 | 1110 | 100010001 | 111010 | 1000010 |
Color Harmonies of #AE76DB
Complementary color
Monochromatic Colors of #AE76DB
Black with #AE76DB
Text Example
Text Example
White with #AE76DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE76DB; }
p { color: rgb(174,118,219); }
H1.HeaderClassName
{
color: #AE76DB;
}
.AnyTagClassName
{
color: #AE76DB;
}
</style>
background-color css
<style>
a { background-color: #AE76DB; }
a { background-color: rgb(174,118,219); }
div.DivClassName
{
background-color: #AE76DB;
}
.BgClassName
{
background-color: #AE76DB;
}
</style>
border-color css
<style>
span { border-color: #AE76DB; }
span { border-color: rgb(174,118,219); }
td.TdClassName
{
border-color: #AE76DB;
}
.TagClassName
{
border-color: #AE76DB;
}
</style>