Shades of Medium Orchid #AE53EA
Tints of Medium Orchid #AE53EA
RGB
CMYK
RGB Variations
Color information
#AE53EA (or 0xAE53EA) is known color: Medium Orchid. HEX triplet: AE, 53 and EA. RGB value is (174,83,234). Sum of RGB (Red+Green+Blue) = 174+83+234=491 (65% of max value = 765). Red value is 174 (68.36% from 255 or 35.44% from 491); Green value is 83 (32.81% from 255 or 16.90% from 491); Blue value is 234 (91.80% from 255 or 47.66% from 491); Max value from RGB is 234 - color contains mainly: blue. Hex color #AE53EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AE53EA is #51AC15. Grayscale: #7E7E7E. Windows color (decimal): -5352470 or 15356846. OLE color: 15356846.
HSL color Cylindrical-coordinate representation of color #AE53EA: hue angle of 276.16º degrees, saturation: 0.78, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AE53EA is Cyan = 0.26, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 174 | 83 | 234 | - |
| CMYK | 0.26 | 0.65 | 0 | 0.08 |
| HSL | 276.16º | 0.78% | 0.62% | - |
| HSV(B) | 276.16º | 0.65% | 0.92% | - |
| XYZ | 35.4 | 21.13 | 80.05 | - |
| YUV | 127.42 | 188.15 | 161.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 83 | 234 | 0.26 | 0.65 | 0 | 0.08 | 276.16 | 0.78 | 0.62 |
| Hex | AE | 53 | EA | 1A | 41 | 0 | 8 | 114 | 4E | 3E |
| Octal | 256 | 123 | 352 | 32 | 101 | 0 | 10 | 424 | 116 | 76 |
| Binary | 10101110 | 1010011 | 11101010 | 11010 | 1000001 | 0 | 1000 | 100010100 | 1001110 | 111110 |
Color Harmonies of #AE53EA
Complementary color
Monochromatic Colors of #AE53EA
Black with #AE53EA
Text Example
Text Example
White with #AE53EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE53EA; }
p { color: rgb(174,83,234); }
H1.HeaderClassName
{
color: #AE53EA;
}
.AnyTagClassName
{
color: #AE53EA;
}
</style>
background-color css
<style>
a { background-color: #AE53EA; }
a { background-color: rgb(174,83,234); }
div.DivClassName
{
background-color: #AE53EA;
}
.BgClassName
{
background-color: #AE53EA;
}
</style>
border-color css
<style>
span { border-color: #AE53EA; }
span { border-color: rgb(174,83,234); }
td.TdClassName
{
border-color: #AE53EA;
}
.TagClassName
{
border-color: #AE53EA;
}
</style>