Shades of Medium Orchid #AE4EDB
Tints of Medium Orchid #AE4EDB
RGB
CMYK
RGB Variations
Color information
#AE4EDB (or 0xAE4EDB) is known color: Medium Orchid. HEX triplet: AE, 4E and DB. RGB value is (174,78,219). Sum of RGB (Red+Green+Blue) = 174+78+219=471 (62% of max value = 765). Red value is 174 (68.36% from 255 or 36.94% from 471); Green value is 78 (30.86% from 255 or 16.56% from 471); Blue value is 219 (85.94% from 255 or 46.50% from 471); Max value from RGB is 219 - color contains mainly: blue. Hex color #AE4EDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE4EDB is #51B124. Grayscale: #7A7A7A. Windows color (decimal): -5353765 or 14372526. OLE color: 14372526.
HSL color Cylindrical-coordinate representation of color #AE4EDB: hue angle of 280.85º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AE4EDB is Cyan = 0.21, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 174 | 78 | 219 | - |
| CMYK | 0.21 | 0.64 | 0 | 0.14 |
| HSL | 280.85º | 0.66% | 0.58% | - |
| HSV(B) | 280.85º | 0.64% | 0.86% | - |
| XYZ | 32.97 | 19.56 | 69.06 | - |
| YUV | 122.78 | 182.3 | 164.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 78 | 219 | 0.21 | 0.64 | 0 | 0.14 | 280.85 | 0.66 | 0.58 |
| Hex | AE | 4E | DB | 15 | 40 | 0 | E | 119 | 42 | 3A |
| Octal | 256 | 116 | 333 | 25 | 100 | 0 | 16 | 431 | 102 | 72 |
| Binary | 10101110 | 1001110 | 11011011 | 10101 | 1000000 | 0 | 1110 | 100011001 | 1000010 | 111010 |
Color Harmonies of #AE4EDB
Complementary color
Monochromatic Colors of #AE4EDB
Black with #AE4EDB
Text Example
Text Example
White with #AE4EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE4EDB; }
p { color: rgb(174,78,219); }
H1.HeaderClassName
{
color: #AE4EDB;
}
.AnyTagClassName
{
color: #AE4EDB;
}
</style>
background-color css
<style>
a { background-color: #AE4EDB; }
a { background-color: rgb(174,78,219); }
div.DivClassName
{
background-color: #AE4EDB;
}
.BgClassName
{
background-color: #AE4EDB;
}
</style>
border-color css
<style>
span { border-color: #AE4EDB; }
span { border-color: rgb(174,78,219); }
td.TdClassName
{
border-color: #AE4EDB;
}
.TagClassName
{
border-color: #AE4EDB;
}
</style>