Shades of Medium Orchid #A44CF0
Tints of Medium Orchid #A44CF0
RGB
CMYK
RGB Variations
Color information
#A44CF0 (or 0xA44CF0) is known color: Medium Orchid. HEX triplet: A4, 4C and F0. RGB value is (164,76,240). Sum of RGB (Red+Green+Blue) = 164+76+240=480 (63% of max value = 765). Red value is 164 (64.45% from 255 or 34.17% from 480); Green value is 76 (30.08% from 255 or 15.83% from 480); Blue value is 240 (94.14% from 255 or 50% from 480); Max value from RGB is 240 - color contains mainly: blue. Hex color #A44CF0 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A44CF0 is #5BB30F. Grayscale: #787878. Windows color (decimal): -6009616 or 15748260. OLE color: 15748260.
HSL color Cylindrical-coordinate representation of color #A44CF0: hue angle of 272.2º degrees, saturation: 0.85, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A44CF0 is Cyan = 0.32, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 164 | 76 | 240 | - |
| CMYK | 0.32 | 0.68 | 0 | 0.06 |
| HSL | 272.2º | 0.85% | 0.62% | - |
| HSV(B) | 272.2º | 0.68% | 0.94% | - |
| XYZ | 33.62 | 19.35 | 84.4 | - |
| YUV | 121.01 | 195.15 | 158.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 76 | 240 | 0.32 | 0.68 | 0 | 0.06 | 272.2 | 0.85 | 0.62 |
| Hex | A4 | 4C | F0 | 20 | 44 | 0 | 6 | 110 | 55 | 3E |
| Octal | 244 | 114 | 360 | 40 | 104 | 0 | 6 | 420 | 125 | 76 |
| Binary | 10100100 | 1001100 | 11110000 | 100000 | 1000100 | 0 | 110 | 100010000 | 1010101 | 111110 |
Color Harmonies of #A44CF0
Complementary color
Monochromatic Colors of #A44CF0
Black with #A44CF0
Text Example
Text Example
White with #A44CF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A44CF0; }
p { color: rgb(164,76,240); }
H1.HeaderClassName
{
color: #A44CF0;
}
.AnyTagClassName
{
color: #A44CF0;
}
</style>
background-color css
<style>
a { background-color: #A44CF0; }
a { background-color: rgb(164,76,240); }
div.DivClassName
{
background-color: #A44CF0;
}
.BgClassName
{
background-color: #A44CF0;
}
</style>
border-color css
<style>
span { border-color: #A44CF0; }
span { border-color: rgb(164,76,240); }
td.TdClassName
{
border-color: #A44CF0;
}
.TagClassName
{
border-color: #A44CF0;
}
</style>