Shades of Medium Orchid #AE42EE
Tints of Medium Orchid #AE42EE
RGB
CMYK
RGB Variations
Color information
#AE42EE (or 0xAE42EE) is known color: Medium Orchid. HEX triplet: AE, 42 and EE. RGB value is (174,66,238). Sum of RGB (Red+Green+Blue) = 174+66+238=478 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.40% from 478); Green value is 66 (26.17% from 255 or 13.81% from 478); Blue value is 238 (93.36% from 255 or 49.79% from 478); Max value from RGB is 238 - color contains mainly: blue. Hex color #AE42EE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AE42EE is #51BD11. Grayscale: #757575. Windows color (decimal): -5356818 or 15614638. OLE color: 15614638.
HSL color Cylindrical-coordinate representation of color #AE42EE: hue angle of 277.67º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AE42EE is Cyan = 0.27, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 174 | 66 | 238 | - |
| CMYK | 0.27 | 0.72 | 0 | 0.07 |
| HSL | 277.67º | 0.83% | 0.6% | - |
| HSV(B) | 277.67º | 0.72% | 0.93% | - |
| XYZ | 34.84 | 19.07 | 82.73 | - |
| YUV | 117.9 | 195.78 | 168.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 66 | 238 | 0.27 | 0.72 | 0 | 0.07 | 277.67 | 0.83 | 0.6 |
| Hex | AE | 42 | EE | 1B | 48 | 0 | 7 | 116 | 53 | 3C |
| Octal | 256 | 102 | 356 | 33 | 110 | 0 | 7 | 426 | 123 | 74 |
| Binary | 10101110 | 1000010 | 11101110 | 11011 | 1001000 | 0 | 111 | 100010110 | 1010011 | 111100 |
Color Harmonies of #AE42EE
Complementary color
Monochromatic Colors of #AE42EE
Black with #AE42EE
Text Example
Text Example
White with #AE42EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE42EE; }
p { color: rgb(174,66,238); }
H1.HeaderClassName
{
color: #AE42EE;
}
.AnyTagClassName
{
color: #AE42EE;
}
</style>
background-color css
<style>
a { background-color: #AE42EE; }
a { background-color: rgb(174,66,238); }
div.DivClassName
{
background-color: #AE42EE;
}
.BgClassName
{
background-color: #AE42EE;
}
</style>
border-color css
<style>
span { border-color: #AE42EE; }
span { border-color: rgb(174,66,238); }
td.TdClassName
{
border-color: #AE42EE;
}
.TagClassName
{
border-color: #AE42EE;
}
</style>