Shades of Medium Orchid #AE59DB
Tints of Medium Orchid #AE59DB
RGB
CMYK
RGB Variations
Color information
#AE59DB (or 0xAE59DB) is known color: Medium Orchid. HEX triplet: AE, 59 and DB. RGB value is (174,89,219). Sum of RGB (Red+Green+Blue) = 174+89+219=482 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.10% from 482); Green value is 89 (35.16% from 255 or 18.46% from 482); Blue value is 219 (85.94% from 255 or 45.44% from 482); Max value from RGB is 219 - color contains mainly: blue. Hex color #AE59DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE59DB is #51A624. Grayscale: #808080. Windows color (decimal): -5350949 or 14375342. OLE color: 14375342.
HSL color Cylindrical-coordinate representation of color #AE59DB: hue angle of 279.23º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AE59DB is Cyan = 0.21, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 174 | 89 | 219 | - |
| CMYK | 0.21 | 0.59 | 0 | 0.14 |
| HSL | 279.23º | 0.64% | 0.6% | - |
| HSV(B) | 279.23º | 0.59% | 0.86% | - |
| XYZ | 33.81 | 21.26 | 69.34 | - |
| YUV | 129.24 | 178.66 | 159.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 89 | 219 | 0.21 | 0.59 | 0 | 0.14 | 279.23 | 0.64 | 0.6 |
| Hex | AE | 59 | DB | 15 | 3B | 0 | E | 117 | 40 | 3C |
| Octal | 256 | 131 | 333 | 25 | 73 | 0 | 16 | 427 | 100 | 74 |
| Binary | 10101110 | 1011001 | 11011011 | 10101 | 111011 | 0 | 1110 | 100010111 | 1000000 | 111100 |
Color Harmonies of #AE59DB
Complementary color
Monochromatic Colors of #AE59DB
Black with #AE59DB
Text Example
Text Example
White with #AE59DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE59DB; }
p { color: rgb(174,89,219); }
H1.HeaderClassName
{
color: #AE59DB;
}
.AnyTagClassName
{
color: #AE59DB;
}
</style>
background-color css
<style>
a { background-color: #AE59DB; }
a { background-color: rgb(174,89,219); }
div.DivClassName
{
background-color: #AE59DB;
}
.BgClassName
{
background-color: #AE59DB;
}
</style>
border-color css
<style>
span { border-color: #AE59DB; }
span { border-color: rgb(174,89,219); }
td.TdClassName
{
border-color: #AE59DB;
}
.TagClassName
{
border-color: #AE59DB;
}
</style>