Shades of Medium Orchid #AE4BDF
Tints of Medium Orchid #AE4BDF
RGB
CMYK
RGB Variations
Color information
#AE4BDF (or 0xAE4BDF) is known color: Medium Orchid. HEX triplet: AE, 4B and DF. RGB value is (174,75,223). Sum of RGB (Red+Green+Blue) = 174+75+223=472 (62% of max value = 765). Red value is 174 (68.36% from 255 or 36.86% from 472); Green value is 75 (29.69% from 255 or 15.89% from 472); Blue value is 223 (87.5% from 255 or 47.25% from 472); Max value from RGB is 223 - color contains mainly: blue. Hex color #AE4BDF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AE4BDF is #51B420. Grayscale: #787878. Windows color (decimal): -5354529 or 14633902. OLE color: 14633902.
HSL color Cylindrical-coordinate representation of color #AE4BDF: hue angle of 280.14º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AE4BDF is Cyan = 0.22, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 174 | 75 | 223 | - |
| CMYK | 0.22 | 0.66 | 0 | 0.13 |
| HSL | 280.14º | 0.7% | 0.58% | - |
| HSV(B) | 280.14º | 0.66% | 0.87% | - |
| XYZ | 33.29 | 19.36 | 71.79 | - |
| YUV | 121.47 | 185.3 | 165.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 75 | 223 | 0.22 | 0.66 | 0 | 0.13 | 280.14 | 0.7 | 0.58 |
| Hex | AE | 4B | DF | 16 | 42 | 0 | D | 118 | 46 | 3A |
| Octal | 256 | 113 | 337 | 26 | 102 | 0 | 15 | 430 | 106 | 72 |
| Binary | 10101110 | 1001011 | 11011111 | 10110 | 1000010 | 0 | 1101 | 100011000 | 1000110 | 111010 |
Color Harmonies of #AE4BDF
Complementary color
Monochromatic Colors of #AE4BDF
Black with #AE4BDF
Text Example
Text Example
White with #AE4BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE4BDF; }
p { color: rgb(174,75,223); }
H1.HeaderClassName
{
color: #AE4BDF;
}
.AnyTagClassName
{
color: #AE4BDF;
}
</style>
background-color css
<style>
a { background-color: #AE4BDF; }
a { background-color: rgb(174,75,223); }
div.DivClassName
{
background-color: #AE4BDF;
}
.BgClassName
{
background-color: #AE4BDF;
}
</style>
border-color css
<style>
span { border-color: #AE4BDF; }
span { border-color: rgb(174,75,223); }
td.TdClassName
{
border-color: #AE4BDF;
}
.TagClassName
{
border-color: #AE4BDF;
}
</style>