Shades of Medium Orchid #AE42DF
Tints of Medium Orchid #AE42DF
RGB
CMYK
RGB Variations
Color information
#AE42DF (or 0xAE42DF) is known color: Medium Orchid. HEX triplet: AE, 42 and DF. RGB value is (174,66,223). Sum of RGB (Red+Green+Blue) = 174+66+223=463 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.58% from 463); Green value is 66 (26.17% from 255 or 14.25% from 463); Blue value is 223 (87.5% from 255 or 48.16% from 463); Max value from RGB is 223 - color contains mainly: blue. Hex color #AE42DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AE42DF is #51BD20. Grayscale: #737373. Windows color (decimal): -5356833 or 14631598. OLE color: 14631598.
HSL color Cylindrical-coordinate representation of color #AE42DF: hue angle of 281.27º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AE42DF is Cyan = 0.22, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 174 | 66 | 223 | - |
| CMYK | 0.22 | 0.70 | 0 | 0.13 |
| HSL | 281.27º | 0.71% | 0.57% | - |
| HSV(B) | 281.27º | 0.7% | 0.87% | - |
| XYZ | 32.72 | 18.22 | 71.6 | - |
| YUV | 116.19 | 188.28 | 169.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 66 | 223 | 0.22 | 0.70 | 0 | 0.13 | 281.27 | 0.71 | 0.57 |
| Hex | AE | 42 | DF | 16 | 46 | 0 | D | 119 | 47 | 39 |
| Octal | 256 | 102 | 337 | 26 | 106 | 0 | 15 | 431 | 107 | 71 |
| Binary | 10101110 | 1000010 | 11011111 | 10110 | 1000110 | 0 | 1101 | 100011001 | 1000111 | 111001 |
Color Harmonies of #AE42DF
Complementary color
Monochromatic Colors of #AE42DF
Black with #AE42DF
Text Example
Text Example
White with #AE42DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE42DF; }
p { color: rgb(174,66,223); }
H1.HeaderClassName
{
color: #AE42DF;
}
.AnyTagClassName
{
color: #AE42DF;
}
</style>
background-color css
<style>
a { background-color: #AE42DF; }
a { background-color: rgb(174,66,223); }
div.DivClassName
{
background-color: #AE42DF;
}
.BgClassName
{
background-color: #AE42DF;
}
</style>
border-color css
<style>
span { border-color: #AE42DF; }
span { border-color: rgb(174,66,223); }
td.TdClassName
{
border-color: #AE42DF;
}
.TagClassName
{
border-color: #AE42DF;
}
</style>