Shades of Medium Orchid #A44FF0
Tints of Medium Orchid #A44FF0
RGB
CMYK
RGB Variations
Color information
#A44FF0 (or 0xA44FF0) is known color: Medium Orchid. HEX triplet: A4, 4F and F0. RGB value is (164,79,240). Sum of RGB (Red+Green+Blue) = 164+79+240=483 (63% of max value = 765). Red value is 164 (64.45% from 255 or 33.95% from 483); Green value is 79 (31.25% from 255 or 16.36% from 483); Blue value is 240 (94.14% from 255 or 49.69% from 483); Max value from RGB is 240 - color contains mainly: blue. Hex color #A44FF0 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A44FF0 is #5BB00F. Grayscale: #7A7A7A. Windows color (decimal): -6008848 or 15749028. OLE color: 15749028.
HSL color Cylindrical-coordinate representation of color #A44FF0: hue angle of 271.68º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A44FF0 is Cyan = 0.32, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 164 | 79 | 240 | - |
| CMYK | 0.32 | 0.67 | 0 | 0.06 |
| HSL | 271.68º | 0.84% | 0.63% | - |
| HSV(B) | 271.68º | 0.67% | 0.94% | - |
| XYZ | 33.83 | 19.78 | 84.47 | - |
| YUV | 122.77 | 194.16 | 157.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 79 | 240 | 0.32 | 0.67 | 0 | 0.06 | 271.68 | 0.84 | 0.63 |
| Hex | A4 | 4F | F0 | 20 | 43 | 0 | 6 | 110 | 54 | 3F |
| Octal | 244 | 117 | 360 | 40 | 103 | 0 | 6 | 420 | 124 | 77 |
| Binary | 10100100 | 1001111 | 11110000 | 100000 | 1000011 | 0 | 110 | 100010000 | 1010100 | 111111 |
Color Harmonies of #A44FF0
Complementary color
Monochromatic Colors of #A44FF0
Black with #A44FF0
Text Example
Text Example
White with #A44FF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A44FF0; }
p { color: rgb(164,79,240); }
H1.HeaderClassName
{
color: #A44FF0;
}
.AnyTagClassName
{
color: #A44FF0;
}
</style>
background-color css
<style>
a { background-color: #A44FF0; }
a { background-color: rgb(164,79,240); }
div.DivClassName
{
background-color: #A44FF0;
}
.BgClassName
{
background-color: #A44FF0;
}
</style>
border-color css
<style>
span { border-color: #A44FF0; }
span { border-color: rgb(164,79,240); }
td.TdClassName
{
border-color: #A44FF0;
}
.TagClassName
{
border-color: #A44FF0;
}
</style>