Shades of Amethyst #AE72DB
Tints of Amethyst #AE72DB
RGB
CMYK
RGB Variations
Color information
#AE72DB (or 0xAE72DB) is known color: Amethyst. HEX triplet: AE, 72 and DB. RGB value is (174,114,219). Sum of RGB (Red+Green+Blue) = 174+114+219=507 (67% of max value = 765). Red value is 174 (68.36% from 255 or 34.32% from 507); Green value is 114 (44.92% from 255 or 22.49% from 507); Blue value is 219 (85.94% from 255 or 43.20% from 507); Max value from RGB is 219 - color contains mainly: blue. Hex color #AE72DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE72DB is #518D24. Grayscale: #8F8F8F. Windows color (decimal): -5344549 or 14381742. OLE color: 14381742.
HSL color Cylindrical-coordinate representation of color #AE72DB: hue angle of 274.29º degrees, saturation: 0.59, 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 #AE72DB is Cyan = 0.21, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 174 | 114 | 219 | - |
| CMYK | 0.21 | 0.48 | 0 | 0.14 |
| HSL | 274.29º | 0.59% | 0.65% | - |
| HSV(B) | 274.29º | 0.48% | 0.86% | - |
| XYZ | 36.26 | 26.15 | 70.15 | - |
| YUV | 143.91 | 170.38 | 149.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 114 | 219 | 0.21 | 0.48 | 0 | 0.14 | 274.29 | 0.59 | 0.65 |
| Hex | AE | 72 | DB | 15 | 30 | 0 | E | 112 | 3B | 41 |
| Octal | 256 | 162 | 333 | 25 | 60 | 0 | 16 | 422 | 73 | 101 |
| Binary | 10101110 | 1110010 | 11011011 | 10101 | 110000 | 0 | 1110 | 100010010 | 111011 | 1000001 |
Color Harmonies of #AE72DB
Complementary color
Monochromatic Colors of #AE72DB
Black with #AE72DB
Text Example
Text Example
White with #AE72DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE72DB; }
p { color: rgb(174,114,219); }
H1.HeaderClassName
{
color: #AE72DB;
}
.AnyTagClassName
{
color: #AE72DB;
}
</style>
background-color css
<style>
a { background-color: #AE72DB; }
a { background-color: rgb(174,114,219); }
div.DivClassName
{
background-color: #AE72DB;
}
.BgClassName
{
background-color: #AE72DB;
}
</style>
border-color css
<style>
span { border-color: #AE72DB; }
span { border-color: rgb(174,114,219); }
td.TdClassName
{
border-color: #AE72DB;
}
.TagClassName
{
border-color: #AE72DB;
}
</style>