Shades of Medium Orchid #A94CEC
Tints of Medium Orchid #A94CEC
RGB
CMYK
RGB Variations
Color information
#A94CEC (or 0xA94CEC) is known color: Medium Orchid. HEX triplet: A9, 4C and EC. RGB value is (169,76,236). Sum of RGB (Red+Green+Blue) = 169+76+236=481 (63% of max value = 765). Red value is 169 (66.41% from 255 or 35.14% from 481); Green value is 76 (30.08% from 255 or 15.80% from 481); Blue value is 236 (92.58% from 255 or 49.06% from 481); Max value from RGB is 236 - color contains mainly: blue. Hex color #A94CEC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A94CEC is #56B313. Grayscale: #797979. Windows color (decimal): -5681940 or 15486121. OLE color: 15486121.
HSL color Cylindrical-coordinate representation of color #A94CEC: hue angle of 274.88º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A94CEC is Cyan = 0.28, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 169 | 76 | 236 | - |
| CMYK | 0.28 | 0.68 | 0 | 0.07 |
| HSL | 274.88º | 0.81% | 0.61% | - |
| HSV(B) | 274.88º | 0.68% | 0.93% | - |
| XYZ | 34.09 | 19.66 | 81.36 | - |
| YUV | 122.05 | 192.31 | 161.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 76 | 236 | 0.28 | 0.68 | 0 | 0.07 | 274.88 | 0.81 | 0.61 |
| Hex | A9 | 4C | EC | 1C | 44 | 0 | 7 | 113 | 51 | 3D |
| Octal | 251 | 114 | 354 | 34 | 104 | 0 | 7 | 423 | 121 | 75 |
| Binary | 10101001 | 1001100 | 11101100 | 11100 | 1000100 | 0 | 111 | 100010011 | 1010001 | 111101 |
Color Harmonies of #A94CEC
Complementary color
Monochromatic Colors of #A94CEC
Black with #A94CEC
Text Example
Text Example
White with #A94CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A94CEC; }
p { color: rgb(169,76,236); }
H1.HeaderClassName
{
color: #A94CEC;
}
.AnyTagClassName
{
color: #A94CEC;
}
</style>
background-color css
<style>
a { background-color: #A94CEC; }
a { background-color: rgb(169,76,236); }
div.DivClassName
{
background-color: #A94CEC;
}
.BgClassName
{
background-color: #A94CEC;
}
</style>
border-color css
<style>
span { border-color: #A94CEC; }
span { border-color: rgb(169,76,236); }
td.TdClassName
{
border-color: #A94CEC;
}
.TagClassName
{
border-color: #A94CEC;
}
</style>