Shades of Medium Orchid #AA55EF
Tints of Medium Orchid #AA55EF
RGB
CMYK
RGB Variations
Color information
#AA55EF (or 0xAA55EF) is known color: Medium Orchid. HEX triplet: AA, 55 and EF. RGB value is (170,85,239). Sum of RGB (Red+Green+Blue) = 170+85+239=494 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.41% from 494); Green value is 85 (33.59% from 255 or 17.21% from 494); Blue value is 239 (93.75% from 255 or 48.38% from 494); Max value from RGB is 239 - color contains mainly: blue. Hex color #AA55EF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA55EF is #55AA10. Grayscale: #7F7F7F. Windows color (decimal): -5614097 or 15685034. OLE color: 15685034.
HSL color Cylindrical-coordinate representation of color #AA55EF: hue angle of 273.12º degrees, saturation: 0.83, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AA55EF is Cyan = 0.29, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 170 | 85 | 239 | - |
| CMYK | 0.29 | 0.64 | 0 | 0.06 |
| HSL | 273.12º | 0.83% | 0.64% | - |
| HSV(B) | 273.12º | 0.64% | 0.94% | - |
| XYZ | 35.41 | 21.28 | 83.9 | - |
| YUV | 127.97 | 190.66 | 157.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 85 | 239 | 0.29 | 0.64 | 0 | 0.06 | 273.12 | 0.83 | 0.64 |
| Hex | AA | 55 | EF | 1D | 40 | 0 | 6 | 111 | 53 | 40 |
| Octal | 252 | 125 | 357 | 35 | 100 | 0 | 6 | 421 | 123 | 100 |
| Binary | 10101010 | 1010101 | 11101111 | 11101 | 1000000 | 0 | 110 | 100010001 | 1010011 | 1000000 |
Color Harmonies of #AA55EF
Complementary color
Monochromatic Colors of #AA55EF
Black with #AA55EF
Text Example
Text Example
White with #AA55EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA55EF; }
p { color: rgb(170,85,239); }
H1.HeaderClassName
{
color: #AA55EF;
}
.AnyTagClassName
{
color: #AA55EF;
}
</style>
background-color css
<style>
a { background-color: #AA55EF; }
a { background-color: rgb(170,85,239); }
div.DivClassName
{
background-color: #AA55EF;
}
.BgClassName
{
background-color: #AA55EF;
}
</style>
border-color css
<style>
span { border-color: #AA55EF; }
span { border-color: rgb(170,85,239); }
td.TdClassName
{
border-color: #AA55EF;
}
.TagClassName
{
border-color: #AA55EF;
}
</style>