Shades of Medium Orchid #A94EEC
Tints of Medium Orchid #A94EEC
RGB
CMYK
RGB Variations
Color information
#A94EEC (or 0xA94EEC) is known color: Medium Orchid. HEX triplet: A9, 4E and EC. RGB value is (169,78,236). Sum of RGB (Red+Green+Blue) = 169+78+236=483 (63% of max value = 765). Red value is 169 (66.41% from 255 or 34.99% from 483); Green value is 78 (30.86% from 255 or 16.15% from 483); Blue value is 236 (92.58% from 255 or 48.86% from 483); Max value from RGB is 236 - color contains mainly: blue. Hex color #A94EEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A94EEC is #56B113. Grayscale: #7A7A7A. Windows color (decimal): -5681428 or 15486633. OLE color: 15486633.
HSL color Cylindrical-coordinate representation of color #A94EEC: hue angle of 274.56º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A94EEC is Cyan = 0.28, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 169 | 78 | 236 | - |
| CMYK | 0.28 | 0.67 | 0 | 0.07 |
| HSL | 274.56º | 0.81% | 0.62% | - |
| HSV(B) | 274.56º | 0.67% | 0.93% | - |
| XYZ | 34.23 | 19.94 | 81.4 | - |
| YUV | 123.22 | 191.65 | 160.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 78 | 236 | 0.28 | 0.67 | 0 | 0.07 | 274.56 | 0.81 | 0.62 |
| Hex | A9 | 4E | EC | 1C | 43 | 0 | 7 | 113 | 51 | 3E |
| Octal | 251 | 116 | 354 | 34 | 103 | 0 | 7 | 423 | 121 | 76 |
| Binary | 10101001 | 1001110 | 11101100 | 11100 | 1000011 | 0 | 111 | 100010011 | 1010001 | 111110 |
Color Harmonies of #A94EEC
Complementary color
Monochromatic Colors of #A94EEC
Black with #A94EEC
Text Example
Text Example
White with #A94EEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A94EEC; }
p { color: rgb(169,78,236); }
H1.HeaderClassName
{
color: #A94EEC;
}
.AnyTagClassName
{
color: #A94EEC;
}
</style>
background-color css
<style>
a { background-color: #A94EEC; }
a { background-color: rgb(169,78,236); }
div.DivClassName
{
background-color: #A94EEC;
}
.BgClassName
{
background-color: #A94EEC;
}
</style>
border-color css
<style>
span { border-color: #A94EEC; }
span { border-color: rgb(169,78,236); }
td.TdClassName
{
border-color: #A94EEC;
}
.TagClassName
{
border-color: #A94EEC;
}
</style>