Shades of Medium Orchid #AE60DF
Tints of Medium Orchid #AE60DF
RGB
CMYK
RGB Variations
Color information
#AE60DF (or 0xAE60DF) is known color: Medium Orchid. HEX triplet: AE, 60 and DF. RGB value is (174,96,223). Sum of RGB (Red+Green+Blue) = 174+96+223=493 (65% of max value = 765). Red value is 174 (68.36% from 255 or 35.29% from 493); Green value is 96 (37.89% from 255 or 19.47% from 493); Blue value is 223 (87.5% from 255 or 45.23% from 493); Max value from RGB is 223 - color contains mainly: blue. Hex color #AE60DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE60DF is #519F20. Grayscale: #858585. Windows color (decimal): -5349153 or 14639278. OLE color: 14639278.
HSL color Cylindrical-coordinate representation of color #AE60DF: hue angle of 276.85º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AE60DF is Cyan = 0.22, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 174 | 96 | 223 | - |
| CMYK | 0.22 | 0.57 | 0 | 0.13 |
| HSL | 276.85º | 0.66% | 0.63% | - |
| HSV(B) | 276.85º | 0.57% | 0.87% | - |
| XYZ | 34.96 | 22.69 | 72.35 | - |
| YUV | 133.8 | 178.34 | 156.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 96 | 223 | 0.22 | 0.57 | 0 | 0.13 | 276.85 | 0.66 | 0.63 |
| Hex | AE | 60 | DF | 16 | 39 | 0 | D | 115 | 42 | 3F |
| Octal | 256 | 140 | 337 | 26 | 71 | 0 | 15 | 425 | 102 | 77 |
| Binary | 10101110 | 1100000 | 11011111 | 10110 | 111001 | 0 | 1101 | 100010101 | 1000010 | 111111 |
Color Harmonies of #AE60DF
Complementary color
Monochromatic Colors of #AE60DF
Black with #AE60DF
Text Example
Text Example
White with #AE60DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE60DF; }
p { color: rgb(174,96,223); }
H1.HeaderClassName
{
color: #AE60DF;
}
.AnyTagClassName
{
color: #AE60DF;
}
</style>
background-color css
<style>
a { background-color: #AE60DF; }
a { background-color: rgb(174,96,223); }
div.DivClassName
{
background-color: #AE60DF;
}
.BgClassName
{
background-color: #AE60DF;
}
</style>
border-color css
<style>
span { border-color: #AE60DF; }
span { border-color: rgb(174,96,223); }
td.TdClassName
{
border-color: #AE60DF;
}
.TagClassName
{
border-color: #AE60DF;
}
</style>