Shades of Medium Orchid #AE60F0
Tints of Medium Orchid #AE60F0
RGB
CMYK
RGB Variations
Color information
#AE60F0 (or 0xAE60F0) is known color: Medium Orchid. HEX triplet: AE, 60 and F0. RGB value is (174,96,240). Sum of RGB (Red+Green+Blue) = 174+96+240=510 (67% of max value = 765). Red value is 174 (68.36% from 255 or 34.12% from 510); Green value is 96 (37.89% from 255 or 18.82% from 510); Blue value is 240 (94.14% from 255 or 47.06% from 510); Max value from RGB is 240 - color contains mainly: blue. Hex color #AE60F0 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AE60F0 is #519F0F. Grayscale: #878787. Windows color (decimal): -5349136 or 15753390. OLE color: 15753390.
HSL color Cylindrical-coordinate representation of color #AE60F0: hue angle of 272.5º degrees, saturation: 0.83, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AE60F0 is Cyan = 0.28, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 174 | 96 | 240 | - |
| CMYK | 0.28 | 0.6 | 0 | 0.06 |
| HSL | 272.5º | 0.83% | 0.66% | - |
| HSV(B) | 272.5º | 0.6% | 0.94% | - |
| XYZ | 37.37 | 23.66 | 85.03 | - |
| YUV | 135.74 | 186.84 | 155.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 96 | 240 | 0.28 | 0.6 | 0 | 0.06 | 272.5 | 0.83 | 0.66 |
| Hex | AE | 60 | F0 | 1C | 3C | 0 | 6 | 110 | 53 | 42 |
| Octal | 256 | 140 | 360 | 34 | 74 | 0 | 6 | 420 | 123 | 102 |
| Binary | 10101110 | 1100000 | 11110000 | 11100 | 111100 | 0 | 110 | 100010000 | 1010011 | 1000010 |
Color Harmonies of #AE60F0
Complementary color
Monochromatic Colors of #AE60F0
Black with #AE60F0
Text Example
Text Example
White with #AE60F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE60F0; }
p { color: rgb(174,96,240); }
H1.HeaderClassName
{
color: #AE60F0;
}
.AnyTagClassName
{
color: #AE60F0;
}
</style>
background-color css
<style>
a { background-color: #AE60F0; }
a { background-color: rgb(174,96,240); }
div.DivClassName
{
background-color: #AE60F0;
}
.BgClassName
{
background-color: #AE60F0;
}
</style>
border-color css
<style>
span { border-color: #AE60F0; }
span { border-color: rgb(174,96,240); }
td.TdClassName
{
border-color: #AE60F0;
}
.TagClassName
{
border-color: #AE60F0;
}
</style>