Shades of Medium Orchid #AE3FDD
Tints of Medium Orchid #AE3FDD
RGB
CMYK
RGB Variations
Color information
#AE3FDD (or 0xAE3FDD) is known color: Medium Orchid. HEX triplet: AE, 3F and DD. RGB value is (174,63,221). Sum of RGB (Red+Green+Blue) = 174+63+221=458 (60% of max value = 765). Red value is 174 (68.36% from 255 or 37.99% from 458); Green value is 63 (25% from 255 or 13.76% from 458); Blue value is 221 (86.72% from 255 or 48.25% from 458); Max value from RGB is 221 - color contains mainly: blue. Hex color #AE3FDD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AE3FDD is #51C022. Grayscale: #717171. Windows color (decimal): -5357603 or 14499758. OLE color: 14499758.
HSL color Cylindrical-coordinate representation of color #AE3FDD: hue angle of 282.15º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AE3FDD is Cyan = 0.21, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 174 | 63 | 221 | - |
| CMYK | 0.21 | 0.71 | 0 | 0.13 |
| HSL | 282.15º | 0.7% | 0.56% | - |
| HSV(B) | 282.15º | 0.71% | 0.87% | - |
| XYZ | 32.28 | 17.77 | 70.14 | - |
| YUV | 114.2 | 188.27 | 170.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 63 | 221 | 0.21 | 0.71 | 0 | 0.13 | 282.15 | 0.7 | 0.56 |
| Hex | AE | 3F | DD | 15 | 47 | 0 | D | 11A | 46 | 38 |
| Octal | 256 | 77 | 335 | 25 | 107 | 0 | 15 | 432 | 106 | 70 |
| Binary | 10101110 | 111111 | 11011101 | 10101 | 1000111 | 0 | 1101 | 100011010 | 1000110 | 111000 |
Color Harmonies of #AE3FDD
Complementary color
Monochromatic Colors of #AE3FDD
Black with #AE3FDD
Text Example
Text Example
White with #AE3FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE3FDD; }
p { color: rgb(174,63,221); }
H1.HeaderClassName
{
color: #AE3FDD;
}
.AnyTagClassName
{
color: #AE3FDD;
}
</style>
background-color css
<style>
a { background-color: #AE3FDD; }
a { background-color: rgb(174,63,221); }
div.DivClassName
{
background-color: #AE3FDD;
}
.BgClassName
{
background-color: #AE3FDD;
}
</style>
border-color css
<style>
span { border-color: #AE3FDD; }
span { border-color: rgb(174,63,221); }
td.TdClassName
{
border-color: #AE3FDD;
}
.TagClassName
{
border-color: #AE3FDD;
}
</style>