Shades of Medium Orchid #A94DF6
Tints of Medium Orchid #A94DF6
RGB
CMYK
RGB Variations
Color information
#A94DF6 (or 0xA94DF6) is known color: Medium Orchid. HEX triplet: A9, 4D and F6. RGB value is (169,77,246). Sum of RGB (Red+Green+Blue) = 169+77+246=492 (65% of max value = 765). Red value is 169 (66.41% from 255 or 34.35% from 492); Green value is 77 (30.47% from 255 or 15.65% from 492); Blue value is 246 (96.48% from 255 or 50% from 492); Max value from RGB is 246 - color contains mainly: blue. Hex color #A94DF6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A94DF6 is #56B209. Grayscale: #7B7B7B. Windows color (decimal): -5681674 or 16141737. OLE color: 16141737.
HSL color Cylindrical-coordinate representation of color #A94DF6: hue angle of 272.66º degrees, saturation: 0.9, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A94DF6 is Cyan = 0.31, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 169 | 77 | 246 | - |
| CMYK | 0.31 | 0.69 | 0 | 0.04 |
| HSL | 272.66º | 0.9% | 0.63% | - |
| HSV(B) | 272.66º | 0.69% | 0.96% | - |
| XYZ | 35.65 | 20.4 | 89.25 | - |
| YUV | 123.77 | 196.98 | 160.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 77 | 246 | 0.31 | 0.69 | 0 | 0.04 | 272.66 | 0.9 | 0.63 |
| Hex | A9 | 4D | F6 | 1F | 45 | 0 | 4 | 111 | 5A | 3F |
| Octal | 251 | 115 | 366 | 37 | 105 | 0 | 4 | 421 | 132 | 77 |
| Binary | 10101001 | 1001101 | 11110110 | 11111 | 1000101 | 0 | 100 | 100010001 | 1011010 | 111111 |
Color Harmonies of #A94DF6
Complementary color
Monochromatic Colors of #A94DF6
Black with #A94DF6
Text Example
Text Example
White with #A94DF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A94DF6; }
p { color: rgb(169,77,246); }
H1.HeaderClassName
{
color: #A94DF6;
}
.AnyTagClassName
{
color: #A94DF6;
}
</style>
background-color css
<style>
a { background-color: #A94DF6; }
a { background-color: rgb(169,77,246); }
div.DivClassName
{
background-color: #A94DF6;
}
.BgClassName
{
background-color: #A94DF6;
}
</style>
border-color css
<style>
span { border-color: #A94DF6; }
span { border-color: rgb(169,77,246); }
td.TdClassName
{
border-color: #A94DF6;
}
.TagClassName
{
border-color: #A94DF6;
}
</style>