Shades of Medium Orchid #AA4EF9
Tints of Medium Orchid #AA4EF9
RGB
CMYK
RGB Variations
Color information
#AA4EF9 (or 0xAA4EF9) is known color: Medium Orchid. HEX triplet: AA, 4E and F9. RGB value is (170,78,249). Sum of RGB (Red+Green+Blue) = 170+78+249=497 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.21% from 497); Green value is 78 (30.86% from 255 or 15.69% from 497); Blue value is 249 (97.66% from 255 or 50.10% from 497); Max value from RGB is 249 - color contains mainly: blue. Hex color #AA4EF9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA4EF9 is #55B106. Grayscale: #7C7C7C. Windows color (decimal): -5615879 or 16338602. OLE color: 16338602.
HSL color Cylindrical-coordinate representation of color #AA4EF9: hue angle of 272.28º degrees, saturation: 0.93, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AA4EF9 is Cyan = 0.32, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 170 | 78 | 249 | - |
| CMYK | 0.32 | 0.69 | 0 | 0.02 |
| HSL | 272.28º | 0.93% | 0.64% | - |
| HSV(B) | 272.28º | 0.69% | 0.98% | - |
| XYZ | 36.4 | 20.83 | 91.73 | - |
| YUV | 125 | 197.98 | 160.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 78 | 249 | 0.32 | 0.69 | 0 | 0.02 | 272.28 | 0.93 | 0.64 |
| Hex | AA | 4E | F9 | 20 | 45 | 0 | 2 | 110 | 5D | 40 |
| Octal | 252 | 116 | 371 | 40 | 105 | 0 | 2 | 420 | 135 | 100 |
| Binary | 10101010 | 1001110 | 11111001 | 100000 | 1000101 | 0 | 10 | 100010000 | 1011101 | 1000000 |
Color Harmonies of #AA4EF9
Complementary color
Monochromatic Colors of #AA4EF9
Black with #AA4EF9
Text Example
Text Example
White with #AA4EF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4EF9; }
p { color: rgb(170,78,249); }
H1.HeaderClassName
{
color: #AA4EF9;
}
.AnyTagClassName
{
color: #AA4EF9;
}
</style>
background-color css
<style>
a { background-color: #AA4EF9; }
a { background-color: rgb(170,78,249); }
div.DivClassName
{
background-color: #AA4EF9;
}
.BgClassName
{
background-color: #AA4EF9;
}
</style>
border-color css
<style>
span { border-color: #AA4EF9; }
span { border-color: rgb(170,78,249); }
td.TdClassName
{
border-color: #AA4EF9;
}
.TagClassName
{
border-color: #AA4EF9;
}
</style>