Shades of Medium Orchid #A94DF7
Tints of Medium Orchid #A94DF7
RGB
CMYK
RGB Variations
Color information
#A94DF7 (or 0xA94DF7) is known color: Medium Orchid. HEX triplet: A9, 4D and F7. RGB value is (169,77,247). Sum of RGB (Red+Green+Blue) = 169+77+247=493 (65% of max value = 765). Red value is 169 (66.41% from 255 or 34.28% from 493); Green value is 77 (30.47% from 255 or 15.62% from 493); Blue value is 247 (96.88% from 255 or 50.10% from 493); Max value from RGB is 247 - color contains mainly: blue. Hex color #A94DF7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A94DF7 is #56B208. Grayscale: #7B7B7B. Windows color (decimal): -5681673 or 16207273. OLE color: 16207273.
HSL color Cylindrical-coordinate representation of color #A94DF7: hue angle of 272.47º degrees, saturation: 0.91, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A94DF7 is Cyan = 0.32, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 169 | 77 | 247 | - |
| CMYK | 0.32 | 0.69 | 0 | 0.03 |
| HSL | 272.47º | 0.91% | 0.64% | - |
| HSV(B) | 272.47º | 0.69% | 0.97% | - |
| XYZ | 35.8 | 20.46 | 90.06 | - |
| YUV | 123.89 | 197.48 | 160.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 77 | 247 | 0.32 | 0.69 | 0 | 0.03 | 272.47 | 0.91 | 0.64 |
| Hex | A9 | 4D | F7 | 20 | 45 | 0 | 3 | 110 | 5B | 40 |
| Octal | 251 | 115 | 367 | 40 | 105 | 0 | 3 | 420 | 133 | 100 |
| Binary | 10101001 | 1001101 | 11110111 | 100000 | 1000101 | 0 | 11 | 100010000 | 1011011 | 1000000 |
Color Harmonies of #A94DF7
Complementary color
Monochromatic Colors of #A94DF7
Black with #A94DF7
Text Example
Text Example
White with #A94DF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A94DF7; }
p { color: rgb(169,77,247); }
H1.HeaderClassName
{
color: #A94DF7;
}
.AnyTagClassName
{
color: #A94DF7;
}
</style>
background-color css
<style>
a { background-color: #A94DF7; }
a { background-color: rgb(169,77,247); }
div.DivClassName
{
background-color: #A94DF7;
}
.BgClassName
{
background-color: #A94DF7;
}
</style>
border-color css
<style>
span { border-color: #A94DF7; }
span { border-color: rgb(169,77,247); }
td.TdClassName
{
border-color: #A94DF7;
}
.TagClassName
{
border-color: #A94DF7;
}
</style>