Shades of Medium Orchid #A94DF3
Tints of Medium Orchid #A94DF3
RGB
CMYK
RGB Variations
Color information
#A94DF3 (or 0xA94DF3) is known color: Medium Orchid. HEX triplet: A9, 4D and F3. RGB value is (169,77,243). Sum of RGB (Red+Green+Blue) = 169+77+243=489 (64% of max value = 765). Red value is 169 (66.41% from 255 or 34.56% from 489); Green value is 77 (30.47% from 255 or 15.75% from 489); Blue value is 243 (95.31% from 255 or 49.69% from 489); Max value from RGB is 243 - color contains mainly: blue. Hex color #A94DF3 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A94DF3 is #56B20C. Grayscale: #7A7A7A. Windows color (decimal): -5681677 or 15945129. OLE color: 15945129.
HSL color Cylindrical-coordinate representation of color #A94DF3: hue angle of 273.25º degrees, saturation: 0.87, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A94DF3 is Cyan = 0.30, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 169 | 77 | 243 | - |
| CMYK | 0.30 | 0.68 | 0 | 0.05 |
| HSL | 273.25º | 0.87% | 0.63% | - |
| HSV(B) | 273.25º | 0.68% | 0.95% | - |
| XYZ | 35.19 | 20.21 | 86.84 | - |
| YUV | 123.43 | 195.48 | 160.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 77 | 243 | 0.30 | 0.68 | 0 | 0.05 | 273.25 | 0.87 | 0.63 |
| Hex | A9 | 4D | F3 | 1E | 44 | 0 | 5 | 111 | 57 | 3F |
| Octal | 251 | 115 | 363 | 36 | 104 | 0 | 5 | 421 | 127 | 77 |
| Binary | 10101001 | 1001101 | 11110011 | 11110 | 1000100 | 0 | 101 | 100010001 | 1010111 | 111111 |
Color Harmonies of #A94DF3
Complementary color
Monochromatic Colors of #A94DF3
Black with #A94DF3
Text Example
Text Example
White with #A94DF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A94DF3; }
p { color: rgb(169,77,243); }
H1.HeaderClassName
{
color: #A94DF3;
}
.AnyTagClassName
{
color: #A94DF3;
}
</style>
background-color css
<style>
a { background-color: #A94DF3; }
a { background-color: rgb(169,77,243); }
div.DivClassName
{
background-color: #A94DF3;
}
.BgClassName
{
background-color: #A94DF3;
}
</style>
border-color css
<style>
span { border-color: #A94DF3; }
span { border-color: rgb(169,77,243); }
td.TdClassName
{
border-color: #A94DF3;
}
.TagClassName
{
border-color: #A94DF3;
}
</style>