Shades of Medium Orchid #AE5AFA
Tints of Medium Orchid #AE5AFA
RGB
CMYK
RGB Variations
Color information
#AE5AFA (or 0xAE5AFA) is known color: Medium Orchid. HEX triplet: AE, 5A and FA. RGB value is (174,90,250). Sum of RGB (Red+Green+Blue) = 174+90+250=514 (68% of max value = 765). Red value is 174 (68.36% from 255 or 33.85% from 514); Green value is 90 (35.55% from 255 or 17.51% from 514); Blue value is 250 (98.05% from 255 or 48.64% from 514); Max value from RGB is 250 - color contains mainly: blue. Hex color #AE5AFA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AE5AFA is #51A505. Grayscale: #848484. Windows color (decimal): -5350662 or 16407214. OLE color: 16407214.
HSL color Cylindrical-coordinate representation of color #AE5AFA: hue angle of 271.5º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AE5AFA is Cyan = 0.30, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 174 | 90 | 250 | - |
| CMYK | 0.30 | 0.64 | 0 | 0.02 |
| HSL | 271.5º | 0.94% | 0.67% | - |
| HSV(B) | 271.5º | 0.64% | 0.98% | - |
| XYZ | 38.37 | 23.21 | 92.9 | - |
| YUV | 133.36 | 193.83 | 156.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 90 | 250 | 0.30 | 0.64 | 0 | 0.02 | 271.5 | 0.94 | 0.67 |
| Hex | AE | 5A | FA | 1E | 40 | 0 | 2 | 110 | 5E | 43 |
| Octal | 256 | 132 | 372 | 36 | 100 | 0 | 2 | 420 | 136 | 103 |
| Binary | 10101110 | 1011010 | 11111010 | 11110 | 1000000 | 0 | 10 | 100010000 | 1011110 | 1000011 |
Color Harmonies of #AE5AFA
Complementary color
Monochromatic Colors of #AE5AFA
Black with #AE5AFA
Text Example
Text Example
White with #AE5AFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE5AFA; }
p { color: rgb(174,90,250); }
H1.HeaderClassName
{
color: #AE5AFA;
}
.AnyTagClassName
{
color: #AE5AFA;
}
</style>
background-color css
<style>
a { background-color: #AE5AFA; }
a { background-color: rgb(174,90,250); }
div.DivClassName
{
background-color: #AE5AFA;
}
.BgClassName
{
background-color: #AE5AFA;
}
</style>
border-color css
<style>
span { border-color: #AE5AFA; }
span { border-color: rgb(174,90,250); }
td.TdClassName
{
border-color: #AE5AFA;
}
.TagClassName
{
border-color: #AE5AFA;
}
</style>