Shades of Medium Orchid #AA54EF
Tints of Medium Orchid #AA54EF
RGB
CMYK
RGB Variations
Color information
#AA54EF (or 0xAA54EF) is known color: Medium Orchid. HEX triplet: AA, 54 and EF. RGB value is (170,84,239). Sum of RGB (Red+Green+Blue) = 170+84+239=493 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.48% from 493); Green value is 84 (33.20% from 255 or 17.04% from 493); Blue value is 239 (93.75% from 255 or 48.48% from 493); Max value from RGB is 239 - color contains mainly: blue. Hex color #AA54EF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA54EF is #55AB10. Grayscale: #7E7E7E. Windows color (decimal): -5614353 or 15684778. OLE color: 15684778.
HSL color Cylindrical-coordinate representation of color #AA54EF: hue angle of 273.29º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AA54EF is Cyan = 0.29, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 170 | 84 | 239 | - |
| CMYK | 0.29 | 0.65 | 0 | 0.06 |
| HSL | 273.29º | 0.83% | 0.63% | - |
| HSV(B) | 273.29º | 0.65% | 0.94% | - |
| XYZ | 35.33 | 21.12 | 83.88 | - |
| YUV | 127.38 | 190.99 | 158.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 84 | 239 | 0.29 | 0.65 | 0 | 0.06 | 273.29 | 0.83 | 0.63 |
| Hex | AA | 54 | EF | 1D | 41 | 0 | 6 | 111 | 53 | 3F |
| Octal | 252 | 124 | 357 | 35 | 101 | 0 | 6 | 421 | 123 | 77 |
| Binary | 10101010 | 1010100 | 11101111 | 11101 | 1000001 | 0 | 110 | 100010001 | 1010011 | 111111 |
Color Harmonies of #AA54EF
Complementary color
Monochromatic Colors of #AA54EF
Black with #AA54EF
Text Example
Text Example
White with #AA54EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA54EF; }
p { color: rgb(170,84,239); }
H1.HeaderClassName
{
color: #AA54EF;
}
.AnyTagClassName
{
color: #AA54EF;
}
</style>
background-color css
<style>
a { background-color: #AA54EF; }
a { background-color: rgb(170,84,239); }
div.DivClassName
{
background-color: #AA54EF;
}
.BgClassName
{
background-color: #AA54EF;
}
</style>
border-color css
<style>
span { border-color: #AA54EF; }
span { border-color: rgb(170,84,239); }
td.TdClassName
{
border-color: #AA54EF;
}
.TagClassName
{
border-color: #AA54EF;
}
</style>