Shades of Medium Orchid #AA4EF2
Tints of Medium Orchid #AA4EF2
RGB
CMYK
RGB Variations
Color information
#AA4EF2 (or 0xAA4EF2) is known color: Medium Orchid. HEX triplet: AA, 4E and F2. RGB value is (170,78,242). Sum of RGB (Red+Green+Blue) = 170+78+242=490 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.69% from 490); Green value is 78 (30.86% from 255 or 15.92% from 490); Blue value is 242 (94.92% from 255 or 49.39% from 490); Max value from RGB is 242 - color contains mainly: blue. Hex color #AA4EF2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA4EF2 is #55B10D. Grayscale: #7B7B7B. Windows color (decimal): -5615886 or 15879850. OLE color: 15879850.
HSL color Cylindrical-coordinate representation of color #AA4EF2: hue angle of 273.66º degrees, saturation: 0.86, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AA4EF2 is Cyan = 0.30, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 170 | 78 | 242 | - |
| CMYK | 0.30 | 0.68 | 0 | 0.05 |
| HSL | 273.66º | 0.86% | 0.63% | - |
| HSV(B) | 273.66º | 0.68% | 0.95% | - |
| XYZ | 35.33 | 20.41 | 86.08 | - |
| YUV | 124.2 | 194.48 | 160.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 78 | 242 | 0.30 | 0.68 | 0 | 0.05 | 273.66 | 0.86 | 0.63 |
| Hex | AA | 4E | F2 | 1E | 44 | 0 | 5 | 112 | 56 | 3F |
| Octal | 252 | 116 | 362 | 36 | 104 | 0 | 5 | 422 | 126 | 77 |
| Binary | 10101010 | 1001110 | 11110010 | 11110 | 1000100 | 0 | 101 | 100010010 | 1010110 | 111111 |
Color Harmonies of #AA4EF2
Complementary color
Monochromatic Colors of #AA4EF2
Black with #AA4EF2
Text Example
Text Example
White with #AA4EF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4EF2; }
p { color: rgb(170,78,242); }
H1.HeaderClassName
{
color: #AA4EF2;
}
.AnyTagClassName
{
color: #AA4EF2;
}
</style>
background-color css
<style>
a { background-color: #AA4EF2; }
a { background-color: rgb(170,78,242); }
div.DivClassName
{
background-color: #AA4EF2;
}
.BgClassName
{
background-color: #AA4EF2;
}
</style>
border-color css
<style>
span { border-color: #AA4EF2; }
span { border-color: rgb(170,78,242); }
td.TdClassName
{
border-color: #AA4EF2;
}
.TagClassName
{
border-color: #AA4EF2;
}
</style>