Shades of Amethyst #AE74DB
Tints of Amethyst #AE74DB
RGB
CMYK
RGB Variations
Color information
#AE74DB (or 0xAE74DB) is known color: Amethyst. HEX triplet: AE, 74 and DB. RGB value is (174,116,219). Sum of RGB (Red+Green+Blue) = 174+116+219=509 (67% of max value = 765). Red value is 174 (68.36% from 255 or 34.18% from 509); Green value is 116 (45.70% from 255 or 22.79% from 509); Blue value is 219 (85.94% from 255 or 43.03% from 509); Max value from RGB is 219 - color contains mainly: blue. Hex color #AE74DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE74DB is #518B24. Grayscale: #909090. Windows color (decimal): -5344037 or 14382254. OLE color: 14382254.
HSL color Cylindrical-coordinate representation of color #AE74DB: hue angle of 273.79º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AE74DB is Cyan = 0.21, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 174 | 116 | 219 | - |
| CMYK | 0.21 | 0.47 | 0 | 0.14 |
| HSL | 273.79º | 0.59% | 0.66% | - |
| HSV(B) | 273.79º | 0.47% | 0.86% | - |
| XYZ | 36.49 | 26.6 | 70.23 | - |
| YUV | 145.08 | 169.72 | 148.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 116 | 219 | 0.21 | 0.47 | 0 | 0.14 | 273.79 | 0.59 | 0.66 |
| Hex | AE | 74 | DB | 15 | 2F | 0 | E | 112 | 3B | 42 |
| Octal | 256 | 164 | 333 | 25 | 57 | 0 | 16 | 422 | 73 | 102 |
| Binary | 10101110 | 1110100 | 11011011 | 10101 | 101111 | 0 | 1110 | 100010010 | 111011 | 1000010 |
Color Harmonies of #AE74DB
Complementary color
Monochromatic Colors of #AE74DB
Black with #AE74DB
Text Example
Text Example
White with #AE74DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE74DB; }
p { color: rgb(174,116,219); }
H1.HeaderClassName
{
color: #AE74DB;
}
.AnyTagClassName
{
color: #AE74DB;
}
</style>
background-color css
<style>
a { background-color: #AE74DB; }
a { background-color: rgb(174,116,219); }
div.DivClassName
{
background-color: #AE74DB;
}
.BgClassName
{
background-color: #AE74DB;
}
</style>
border-color css
<style>
span { border-color: #AE74DB; }
span { border-color: rgb(174,116,219); }
td.TdClassName
{
border-color: #AE74DB;
}
.TagClassName
{
border-color: #AE74DB;
}
</style>