Shades of Medium Orchid #AE40CB
Tints of Medium Orchid #AE40CB
RGB
CMYK
RGB Variations
Color information
#AE40CB (or 0xAE40CB) is known color: Medium Orchid. HEX triplet: AE, 40 and CB. RGB value is (174,64,203). Sum of RGB (Red+Green+Blue) = 174+64+203=441 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.46% from 441); Green value is 64 (25.39% from 255 or 14.51% from 441); Blue value is 203 (79.69% from 255 or 46.03% from 441); Max value from RGB is 203 - color contains mainly: blue. Hex color #AE40CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AE40CB is #51BF34. Grayscale: #707070. Windows color (decimal): -5357365 or 13320366. OLE color: 13320366.
HSL color Cylindrical-coordinate representation of color #AE40CB: hue angle of 287.48º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AE40CB is Cyan = 0.14, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 174 | 64 | 203 | - |
| CMYK | 0.14 | 0.68 | 0 | 0.20 |
| HSL | 287.48º | 0.57% | 0.52% | - |
| HSV(B) | 287.48º | 0.68% | 0.8% | - |
| XYZ | 30.07 | 16.98 | 58.19 | - |
| YUV | 112.74 | 178.94 | 171.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 64 | 203 | 0.14 | 0.68 | 0 | 0.20 | 287.48 | 0.57 | 0.52 |
| Hex | AE | 40 | CB | E | 44 | 0 | 14 | 11F | 39 | 34 |
| Octal | 256 | 100 | 313 | 16 | 104 | 0 | 24 | 437 | 71 | 64 |
| Binary | 10101110 | 1000000 | 11001011 | 1110 | 1000100 | 0 | 10100 | 100011111 | 111001 | 110100 |
Color Harmonies of #AE40CB
Complementary color
Monochromatic Colors of #AE40CB
Black with #AE40CB
Text Example
Text Example
White with #AE40CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE40CB; }
p { color: rgb(174,64,203); }
H1.HeaderClassName
{
color: #AE40CB;
}
.AnyTagClassName
{
color: #AE40CB;
}
</style>
background-color css
<style>
a { background-color: #AE40CB; }
a { background-color: rgb(174,64,203); }
div.DivClassName
{
background-color: #AE40CB;
}
.BgClassName
{
background-color: #AE40CB;
}
</style>
border-color css
<style>
span { border-color: #AE40CB; }
span { border-color: rgb(174,64,203); }
td.TdClassName
{
border-color: #AE40CB;
}
.TagClassName
{
border-color: #AE40CB;
}
</style>