Shades of Medium Orchid #AE4ADD
Tints of Medium Orchid #AE4ADD
RGB
CMYK
RGB Variations
Color information
#AE4ADD (or 0xAE4ADD) is known color: Medium Orchid. HEX triplet: AE, 4A and DD. RGB value is (174,74,221). Sum of RGB (Red+Green+Blue) = 174+74+221=469 (62% of max value = 765). Red value is 174 (68.36% from 255 or 37.10% from 469); Green value is 74 (29.30% from 255 or 15.78% from 469); Blue value is 221 (86.72% from 255 or 47.12% from 469); Max value from RGB is 221 - color contains mainly: blue. Hex color #AE4ADD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AE4ADD is #51B522. Grayscale: #787878. Windows color (decimal): -5354787 or 14502574. OLE color: 14502574.
HSL color Cylindrical-coordinate representation of color #AE4ADD: hue angle of 280.82º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AE4ADD is Cyan = 0.21, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 174 | 74 | 221 | - |
| CMYK | 0.21 | 0.67 | 0 | 0.13 |
| HSL | 280.82º | 0.68% | 0.58% | - |
| HSV(B) | 280.82º | 0.67% | 0.87% | - |
| XYZ | 32.96 | 19.12 | 70.36 | - |
| YUV | 120.66 | 184.63 | 166.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 74 | 221 | 0.21 | 0.67 | 0 | 0.13 | 280.82 | 0.68 | 0.58 |
| Hex | AE | 4A | DD | 15 | 43 | 0 | D | 119 | 44 | 3A |
| Octal | 256 | 112 | 335 | 25 | 103 | 0 | 15 | 431 | 104 | 72 |
| Binary | 10101110 | 1001010 | 11011101 | 10101 | 1000011 | 0 | 1101 | 100011001 | 1000100 | 111010 |
Color Harmonies of #AE4ADD
Complementary color
Monochromatic Colors of #AE4ADD
Black with #AE4ADD
Text Example
Text Example
White with #AE4ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE4ADD; }
p { color: rgb(174,74,221); }
H1.HeaderClassName
{
color: #AE4ADD;
}
.AnyTagClassName
{
color: #AE4ADD;
}
</style>
background-color css
<style>
a { background-color: #AE4ADD; }
a { background-color: rgb(174,74,221); }
div.DivClassName
{
background-color: #AE4ADD;
}
.BgClassName
{
background-color: #AE4ADD;
}
</style>
border-color css
<style>
span { border-color: #AE4ADD; }
span { border-color: rgb(174,74,221); }
td.TdClassName
{
border-color: #AE4ADD;
}
.TagClassName
{
border-color: #AE4ADD;
}
</style>