Shades of Medium Orchid #A44EF2
Tints of Medium Orchid #A44EF2
RGB
CMYK
RGB Variations
Color information
#A44EF2 (or 0xA44EF2) is known color: Medium Orchid. HEX triplet: A4, 4E and F2. RGB value is (164,78,242). Sum of RGB (Red+Green+Blue) = 164+78+242=484 (64% of max value = 765). Red value is 164 (64.45% from 255 or 33.88% from 484); Green value is 78 (30.86% from 255 or 16.12% from 484); Blue value is 242 (94.92% from 255 or 50% from 484); Max value from RGB is 242 - color contains mainly: blue. Hex color #A44EF2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A44EF2 is #5BB10D. Grayscale: #797979. Windows color (decimal): -6009102 or 15879844. OLE color: 15879844.
HSL color Cylindrical-coordinate representation of color #A44EF2: hue angle of 271.46º 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 #A44EF2 is Cyan = 0.32, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 164 | 78 | 242 | - |
| CMYK | 0.32 | 0.68 | 0 | 0.05 |
| HSL | 271.46º | 0.86% | 0.63% | - |
| HSV(B) | 271.46º | 0.68% | 0.95% | - |
| XYZ | 34.06 | 19.75 | 86.02 | - |
| YUV | 122.41 | 195.49 | 157.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 78 | 242 | 0.32 | 0.68 | 0 | 0.05 | 271.46 | 0.86 | 0.63 |
| Hex | A4 | 4E | F2 | 20 | 44 | 0 | 5 | 10F | 56 | 3F |
| Octal | 244 | 116 | 362 | 40 | 104 | 0 | 5 | 417 | 126 | 77 |
| Binary | 10100100 | 1001110 | 11110010 | 100000 | 1000100 | 0 | 101 | 100001111 | 1010110 | 111111 |
Color Harmonies of #A44EF2
Complementary color
Monochromatic Colors of #A44EF2
Black with #A44EF2
Text Example
Text Example
White with #A44EF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A44EF2; }
p { color: rgb(164,78,242); }
H1.HeaderClassName
{
color: #A44EF2;
}
.AnyTagClassName
{
color: #A44EF2;
}
</style>
background-color css
<style>
a { background-color: #A44EF2; }
a { background-color: rgb(164,78,242); }
div.DivClassName
{
background-color: #A44EF2;
}
.BgClassName
{
background-color: #A44EF2;
}
</style>
border-color css
<style>
span { border-color: #A44EF2; }
span { border-color: rgb(164,78,242); }
td.TdClassName
{
border-color: #A44EF2;
}
.TagClassName
{
border-color: #A44EF2;
}
</style>