Shades of Medium Orchid #AE4ADB
Tints of Medium Orchid #AE4ADB
RGB
CMYK
RGB Variations
Color information
#AE4ADB (or 0xAE4ADB) is known color: Medium Orchid. HEX triplet: AE, 4A and DB. RGB value is (174,74,219). Sum of RGB (Red+Green+Blue) = 174+74+219=467 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.26% from 467); Green value is 74 (29.30% from 255 or 15.85% from 467); Blue value is 219 (85.94% from 255 or 46.90% from 467); Max value from RGB is 219 - color contains mainly: blue. Hex color #AE4ADB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AE4ADB is #51B524. Grayscale: #777777. Windows color (decimal): -5354789 or 14371502. OLE color: 14371502.
HSL color Cylindrical-coordinate representation of color #AE4ADB: hue angle of 281.38º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AE4ADB is Cyan = 0.21, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 174 | 74 | 219 | - |
| CMYK | 0.21 | 0.66 | 0 | 0.14 |
| HSL | 281.38º | 0.67% | 0.57% | - |
| HSV(B) | 281.38º | 0.66% | 0.86% | - |
| XYZ | 32.69 | 19.01 | 68.96 | - |
| YUV | 120.43 | 183.63 | 166.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 74 | 219 | 0.21 | 0.66 | 0 | 0.14 | 281.38 | 0.67 | 0.57 |
| Hex | AE | 4A | DB | 15 | 42 | 0 | E | 119 | 43 | 39 |
| Octal | 256 | 112 | 333 | 25 | 102 | 0 | 16 | 431 | 103 | 71 |
| Binary | 10101110 | 1001010 | 11011011 | 10101 | 1000010 | 0 | 1110 | 100011001 | 1000011 | 111001 |
Color Harmonies of #AE4ADB
Complementary color
Monochromatic Colors of #AE4ADB
Black with #AE4ADB
Text Example
Text Example
White with #AE4ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE4ADB; }
p { color: rgb(174,74,219); }
H1.HeaderClassName
{
color: #AE4ADB;
}
.AnyTagClassName
{
color: #AE4ADB;
}
</style>
background-color css
<style>
a { background-color: #AE4ADB; }
a { background-color: rgb(174,74,219); }
div.DivClassName
{
background-color: #AE4ADB;
}
.BgClassName
{
background-color: #AE4ADB;
}
</style>
border-color css
<style>
span { border-color: #AE4ADB; }
span { border-color: rgb(174,74,219); }
td.TdClassName
{
border-color: #AE4ADB;
}
.TagClassName
{
border-color: #AE4ADB;
}
</style>