Shades of Medium Orchid #AE5FE0
Tints of Medium Orchid #AE5FE0
RGB
CMYK
RGB Variations
Color information
#AE5FE0 (or 0xAE5FE0) is known color: Medium Orchid. HEX triplet: AE, 5F and E0. RGB value is (174,95,224). Sum of RGB (Red+Green+Blue) = 174+95+224=493 (65% of max value = 765). Red value is 174 (68.36% from 255 or 35.29% from 493); Green value is 95 (37.5% from 255 or 19.27% from 493); Blue value is 224 (87.89% from 255 or 45.44% from 493); Max value from RGB is 224 - color contains mainly: blue. Hex color #AE5FE0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE5FE0 is #51A01F. Grayscale: #848484. Windows color (decimal): -5349408 or 14704558. OLE color: 14704558.
HSL color Cylindrical-coordinate representation of color #AE5FE0: hue angle of 276.74º degrees, saturation: 0.68, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AE5FE0 is Cyan = 0.22, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 174 | 95 | 224 | - |
| CMYK | 0.22 | 0.58 | 0 | 0.12 |
| HSL | 276.74º | 0.68% | 0.63% | - |
| HSV(B) | 276.74º | 0.58% | 0.88% | - |
| XYZ | 35 | 22.56 | 73.03 | - |
| YUV | 133.33 | 179.17 | 157.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 95 | 224 | 0.22 | 0.58 | 0 | 0.12 | 276.74 | 0.68 | 0.63 |
| Hex | AE | 5F | E0 | 16 | 3A | 0 | C | 115 | 44 | 3F |
| Octal | 256 | 137 | 340 | 26 | 72 | 0 | 14 | 425 | 104 | 77 |
| Binary | 10101110 | 1011111 | 11100000 | 10110 | 111010 | 0 | 1100 | 100010101 | 1000100 | 111111 |
Color Harmonies of #AE5FE0
Complementary color
Monochromatic Colors of #AE5FE0
Black with #AE5FE0
Text Example
Text Example
White with #AE5FE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE5FE0; }
p { color: rgb(174,95,224); }
H1.HeaderClassName
{
color: #AE5FE0;
}
.AnyTagClassName
{
color: #AE5FE0;
}
</style>
background-color css
<style>
a { background-color: #AE5FE0; }
a { background-color: rgb(174,95,224); }
div.DivClassName
{
background-color: #AE5FE0;
}
.BgClassName
{
background-color: #AE5FE0;
}
</style>
border-color css
<style>
span { border-color: #AE5FE0; }
span { border-color: rgb(174,95,224); }
td.TdClassName
{
border-color: #AE5FE0;
}
.TagClassName
{
border-color: #AE5FE0;
}
</style>