Shades of Medium Orchid #AE50FA
Tints of Medium Orchid #AE50FA
RGB
CMYK
RGB Variations
Color information
#AE50FA (or 0xAE50FA) is known color: Medium Orchid. HEX triplet: AE, 50 and FA. RGB value is (174,80,250). Sum of RGB (Red+Green+Blue) = 174+80+250=504 (66% of max value = 765). Red value is 174 (68.36% from 255 or 34.52% from 504); Green value is 80 (31.64% from 255 or 15.87% from 504); Blue value is 250 (98.05% from 255 or 49.60% from 504); Max value from RGB is 250 - color contains mainly: blue. Hex color #AE50FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AE50FA is #51AF05. Grayscale: #7E7E7E. Windows color (decimal): -5353222 or 16404654. OLE color: 16404654.
HSL color Cylindrical-coordinate representation of color #AE50FA: hue angle of 273.18º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AE50FA is Cyan = 0.30, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 174 | 80 | 250 | - |
| CMYK | 0.30 | 0.68 | 0 | 0.02 |
| HSL | 273.18º | 0.94% | 0.65% | - |
| HSV(B) | 273.18º | 0.68% | 0.98% | - |
| XYZ | 37.58 | 21.64 | 92.64 | - |
| YUV | 127.49 | 197.14 | 161.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 80 | 250 | 0.30 | 0.68 | 0 | 0.02 | 273.18 | 0.94 | 0.65 |
| Hex | AE | 50 | FA | 1E | 44 | 0 | 2 | 111 | 5E | 41 |
| Octal | 256 | 120 | 372 | 36 | 104 | 0 | 2 | 421 | 136 | 101 |
| Binary | 10101110 | 1010000 | 11111010 | 11110 | 1000100 | 0 | 10 | 100010001 | 1011110 | 1000001 |
Color Harmonies of #AE50FA
Complementary color
Monochromatic Colors of #AE50FA
Black with #AE50FA
Text Example
Text Example
White with #AE50FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE50FA; }
p { color: rgb(174,80,250); }
H1.HeaderClassName
{
color: #AE50FA;
}
.AnyTagClassName
{
color: #AE50FA;
}
</style>
background-color css
<style>
a { background-color: #AE50FA; }
a { background-color: rgb(174,80,250); }
div.DivClassName
{
background-color: #AE50FA;
}
.BgClassName
{
background-color: #AE50FA;
}
</style>
border-color css
<style>
span { border-color: #AE50FA; }
span { border-color: rgb(174,80,250); }
td.TdClassName
{
border-color: #AE50FA;
}
.TagClassName
{
border-color: #AE50FA;
}
</style>