Shades of Medium Orchid #A94DFE
Tints of Medium Orchid #A94DFE
RGB
CMYK
RGB Variations
Color information
#A94DFE (or 0xA94DFE) is known color: Medium Orchid. HEX triplet: A9, 4D and FE. RGB value is (169,77,254). Sum of RGB (Red+Green+Blue) = 169+77+254=500 (66% of max value = 765). Red value is 169 (66.41% from 255 or 33.8% from 500); Green value is 77 (30.47% from 255 or 15.4% from 500); Blue value is 254 (99.61% from 255 or 50.8% from 500); Max value from RGB is 254 - color contains mainly: blue. Hex color #A94DFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A94DFE is #56B201. Grayscale: #7C7C7C. Windows color (decimal): -5681666 or 16666025. OLE color: 16666025.
HSL color Cylindrical-coordinate representation of color #A94DFE: hue angle of 271.19º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A94DFE is Cyan = 0.33, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 169 | 77 | 254 | - |
| CMYK | 0.33 | 0.70 | 0 | 0.00 |
| HSL | 271.19º | 0.99% | 0.65% | - |
| HSV(B) | 271.19º | 0.7% | 1% | - |
| XYZ | 36.91 | 20.9 | 95.85 | - |
| YUV | 124.69 | 200.98 | 159.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 77 | 254 | 0.33 | 0.70 | 0 | 0.00 | 271.19 | 0.99 | 0.65 |
| Hex | A9 | 4D | FE | 21 | 46 | 0 | 0 | 10F | 63 | 41 |
| Octal | 251 | 115 | 376 | 41 | 106 | 0 | 0 | 417 | 143 | 101 |
| Binary | 10101001 | 1001101 | 11111110 | 100001 | 1000110 | 0 | 0 | 100001111 | 1100011 | 1000001 |
Color Harmonies of #A94DFE
Complementary color
Monochromatic Colors of #A94DFE
Black with #A94DFE
Text Example
Text Example
White with #A94DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A94DFE; }
p { color: rgb(169,77,254); }
H1.HeaderClassName
{
color: #A94DFE;
}
.AnyTagClassName
{
color: #A94DFE;
}
</style>
background-color css
<style>
a { background-color: #A94DFE; }
a { background-color: rgb(169,77,254); }
div.DivClassName
{
background-color: #A94DFE;
}
.BgClassName
{
background-color: #A94DFE;
}
</style>
border-color css
<style>
span { border-color: #A94DFE; }
span { border-color: rgb(169,77,254); }
td.TdClassName
{
border-color: #A94DFE;
}
.TagClassName
{
border-color: #A94DFE;
}
</style>