Shades of Amethyst #AE73DB
Tints of Amethyst #AE73DB
RGB
CMYK
RGB Variations
Color information
#AE73DB (or 0xAE73DB) is known color: Amethyst. HEX triplet: AE, 73 and DB. RGB value is (174,115,219). Sum of RGB (Red+Green+Blue) = 174+115+219=508 (67% of max value = 765). Red value is 174 (68.36% from 255 or 34.25% from 508); Green value is 115 (45.31% from 255 or 22.64% from 508); Blue value is 219 (85.94% from 255 or 43.11% from 508); Max value from RGB is 219 - color contains mainly: blue. Hex color #AE73DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE73DB is #518C24. Grayscale: #909090. Windows color (decimal): -5344293 or 14381998. OLE color: 14381998.
HSL color Cylindrical-coordinate representation of color #AE73DB: hue angle of 274.04º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AE73DB is Cyan = 0.21, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 174 | 115 | 219 | - |
| CMYK | 0.21 | 0.47 | 0 | 0.14 |
| HSL | 274.04º | 0.59% | 0.65% | - |
| HSV(B) | 274.04º | 0.47% | 0.86% | - |
| XYZ | 36.37 | 26.37 | 70.19 | - |
| YUV | 144.5 | 170.05 | 149.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 115 | 219 | 0.21 | 0.47 | 0 | 0.14 | 274.04 | 0.59 | 0.65 |
| Hex | AE | 73 | DB | 15 | 2F | 0 | E | 112 | 3B | 41 |
| Octal | 256 | 163 | 333 | 25 | 57 | 0 | 16 | 422 | 73 | 101 |
| Binary | 10101110 | 1110011 | 11011011 | 10101 | 101111 | 0 | 1110 | 100010010 | 111011 | 1000001 |
Color Harmonies of #AE73DB
Complementary color
Monochromatic Colors of #AE73DB
Black with #AE73DB
Text Example
Text Example
White with #AE73DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE73DB; }
p { color: rgb(174,115,219); }
H1.HeaderClassName
{
color: #AE73DB;
}
.AnyTagClassName
{
color: #AE73DB;
}
</style>
background-color css
<style>
a { background-color: #AE73DB; }
a { background-color: rgb(174,115,219); }
div.DivClassName
{
background-color: #AE73DB;
}
.BgClassName
{
background-color: #AE73DB;
}
</style>
border-color css
<style>
span { border-color: #AE73DB; }
span { border-color: rgb(174,115,219); }
td.TdClassName
{
border-color: #AE73DB;
}
.TagClassName
{
border-color: #AE73DB;
}
</style>