Shades of Amethyst #AE71DB
Tints of Amethyst #AE71DB
RGB
CMYK
RGB Variations
Color information
#AE71DB (or 0xAE71DB) is known color: Amethyst. HEX triplet: AE, 71 and DB. RGB value is (174,113,219). Sum of RGB (Red+Green+Blue) = 174+113+219=506 (67% of max value = 765). Red value is 174 (68.36% from 255 or 34.39% from 506); Green value is 113 (44.53% from 255 or 22.33% from 506); Blue value is 219 (85.94% from 255 or 43.28% from 506); Max value from RGB is 219 - color contains mainly: blue. Hex color #AE71DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE71DB is #518E24. Grayscale: #8E8E8E. Windows color (decimal): -5344805 or 14381486. OLE color: 14381486.
HSL color Cylindrical-coordinate representation of color #AE71DB: hue angle of 274.53º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AE71DB is Cyan = 0.21, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 174 | 113 | 219 | - |
| CMYK | 0.21 | 0.48 | 0 | 0.14 |
| HSL | 274.53º | 0.6% | 0.65% | - |
| HSV(B) | 274.53º | 0.48% | 0.86% | - |
| XYZ | 36.15 | 25.92 | 70.12 | - |
| YUV | 143.32 | 170.71 | 149.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 113 | 219 | 0.21 | 0.48 | 0 | 0.14 | 274.53 | 0.6 | 0.65 |
| Hex | AE | 71 | DB | 15 | 30 | 0 | E | 113 | 3C | 41 |
| Octal | 256 | 161 | 333 | 25 | 60 | 0 | 16 | 423 | 74 | 101 |
| Binary | 10101110 | 1110001 | 11011011 | 10101 | 110000 | 0 | 1110 | 100010011 | 111100 | 1000001 |
Color Harmonies of #AE71DB
Complementary color
Monochromatic Colors of #AE71DB
Black with #AE71DB
Text Example
Text Example
White with #AE71DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE71DB; }
p { color: rgb(174,113,219); }
H1.HeaderClassName
{
color: #AE71DB;
}
.AnyTagClassName
{
color: #AE71DB;
}
</style>
background-color css
<style>
a { background-color: #AE71DB; }
a { background-color: rgb(174,113,219); }
div.DivClassName
{
background-color: #AE71DB;
}
.BgClassName
{
background-color: #AE71DB;
}
</style>
border-color css
<style>
span { border-color: #AE71DB; }
span { border-color: rgb(174,113,219); }
td.TdClassName
{
border-color: #AE71DB;
}
.TagClassName
{
border-color: #AE71DB;
}
</style>