Shades of Medium Orchid #A94DF0
Tints of Medium Orchid #A94DF0
RGB
CMYK
RGB Variations
Color information
#A94DF0 (or 0xA94DF0) is known color: Medium Orchid. HEX triplet: A9, 4D and F0. RGB value is (169,77,240). Sum of RGB (Red+Green+Blue) = 169+77+240=486 (64% of max value = 765). Red value is 169 (66.41% from 255 or 34.77% from 486); Green value is 77 (30.47% from 255 or 15.84% from 486); Blue value is 240 (94.14% from 255 or 49.38% from 486); Max value from RGB is 240 - color contains mainly: blue. Hex color #A94DF0 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A94DF0 is #56B20F. Grayscale: #7A7A7A. Windows color (decimal): -5681680 or 15748521. OLE color: 15748521.
HSL color Cylindrical-coordinate representation of color #A94DF0: hue angle of 273.87º degrees, saturation: 0.84, 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 #A94DF0 is Cyan = 0.30, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 169 | 77 | 240 | - |
| CMYK | 0.30 | 0.68 | 0 | 0.06 |
| HSL | 273.87º | 0.84% | 0.62% | - |
| HSV(B) | 273.87º | 0.68% | 0.94% | - |
| XYZ | 34.74 | 20.03 | 84.47 | - |
| YUV | 123.09 | 193.98 | 160.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 77 | 240 | 0.30 | 0.68 | 0 | 0.06 | 273.87 | 0.84 | 0.62 |
| Hex | A9 | 4D | F0 | 1E | 44 | 0 | 6 | 112 | 54 | 3E |
| Octal | 251 | 115 | 360 | 36 | 104 | 0 | 6 | 422 | 124 | 76 |
| Binary | 10101001 | 1001101 | 11110000 | 11110 | 1000100 | 0 | 110 | 100010010 | 1010100 | 111110 |
Color Harmonies of #A94DF0
Complementary color
Monochromatic Colors of #A94DF0
Black with #A94DF0
Text Example
Text Example
White with #A94DF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A94DF0; }
p { color: rgb(169,77,240); }
H1.HeaderClassName
{
color: #A94DF0;
}
.AnyTagClassName
{
color: #A94DF0;
}
</style>
background-color css
<style>
a { background-color: #A94DF0; }
a { background-color: rgb(169,77,240); }
div.DivClassName
{
background-color: #A94DF0;
}
.BgClassName
{
background-color: #A94DF0;
}
</style>
border-color css
<style>
span { border-color: #A94DF0; }
span { border-color: rgb(169,77,240); }
td.TdClassName
{
border-color: #A94DF0;
}
.TagClassName
{
border-color: #A94DF0;
}
</style>